[INFO] cloning repository https://github.com/nicklawls/rust-hacking
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/nicklawls/rust-hacking" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fnicklawls%2Frust-hacking", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fnicklawls%2Frust-hacking'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 2f6edc6d7c7c924c6c5bdc0f3111bf454b82bf51
[INFO] testing nicklawls/rust-hacking against try#b8e88e5ddf5521a9f43ee3f62a702388c713e4bb for pr-155114
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fnicklawls%2Frust-hacking" "/workspace/builds/worker-1-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-1-tc2/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/nicklawls/rust-hacking
[INFO] finished tweaking git repo https://github.com/nicklawls/rust-hacking
[INFO] tweaked toml for git repo https://github.com/nicklawls/rust-hacking written to /workspace/builds/worker-1-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/nicklawls/rust-hacking on toolchain b8e88e5ddf5521a9f43ee3f62a702388c713e4bb
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+b8e88e5ddf5521a9f43ee3f62a702388c713e4bb" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/nicklawls/rust-hacking already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+b8e88e5ddf5521a9f43ee3f62a702388c713e4bb" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+b8e88e5ddf5521a9f43ee3f62a702388c713e4bb" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] e91096e2879420619872b9e066f02fe5aeaa1b0cc68df513e990115bfd801429
[INFO] running `Command { std: "docker" "start" "-a" "e91096e2879420619872b9e066f02fe5aeaa1b0cc68df513e990115bfd801429", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "e91096e2879420619872b9e066f02fe5aeaa1b0cc68df513e990115bfd801429", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "e91096e2879420619872b9e066f02fe5aeaa1b0cc68df513e990115bfd801429", kill_on_drop: false }`
[INFO] [stdout] e91096e2879420619872b9e066f02fe5aeaa1b0cc68df513e990115bfd801429
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+b8e88e5ddf5521a9f43ee3f62a702388c713e4bb" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] da27f0eb01dbe8d7eb938173ccda5015666d0bb9a930798db5ba1a821ec18371
[INFO] running `Command { std: "docker" "start" "-a" "da27f0eb01dbe8d7eb938173ccda5015666d0bb9a930798db5ba1a821ec18371", kill_on_drop: false }`
[INFO] [stderr]    Compiling proc-macro2 v1.0.70
[INFO] [stderr]    Compiling serde v1.0.193
[INFO] [stderr]    Compiling serde_json v1.0.108
[INFO] [stderr]    Compiling itoa v1.0.10
[INFO] [stderr]    Compiling ryu v1.0.16
[INFO] [stderr]    Compiling quote v1.0.33
[INFO] [stderr]    Compiling syn v2.0.42
[INFO] [stderr]    Compiling serde_derive v1.0.193
[INFO] [stderr]    Compiling rustbook v0.1.0 (/opt/rustwide/workdir)
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.09s
[INFO] running `Command { std: "docker" "inspect" "da27f0eb01dbe8d7eb938173ccda5015666d0bb9a930798db5ba1a821ec18371", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "da27f0eb01dbe8d7eb938173ccda5015666d0bb9a930798db5ba1a821ec18371", kill_on_drop: false }`
[INFO] [stdout] da27f0eb01dbe8d7eb938173ccda5015666d0bb9a930798db5ba1a821ec18371
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+b8e88e5ddf5521a9f43ee3f62a702388c713e4bb" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 2ac809211e919decabd03ce8058eae5410a837b93d8d1e241af5b1361ff07d7b
[INFO] running `Command { std: "docker" "start" "-a" "2ac809211e919decabd03ce8058eae5410a837b93d8d1e241af5b1361ff07d7b", kill_on_drop: false }`
[INFO] [stderr]    Compiling libc v0.2.151
[INFO] [stderr]    Compiling crossbeam-utils v0.8.18
[INFO] [stderr]    Compiling libm v0.2.8
[INFO] [stderr]    Compiling num-traits v0.2.17
[INFO] [stderr]    Compiling rustix v0.38.28
[INFO] [stderr]    Compiling either v1.9.0
[INFO] [stderr]    Compiling linux-raw-sys v0.4.12
[INFO] [stderr]    Compiling regex-syntax v0.8.2
[INFO] [stderr]    Compiling bitflags v2.4.1
[INFO] [stderr]    Compiling rayon-core v1.12.0
[INFO] [stderr]    Compiling unicode-width v0.1.11
[INFO] [stderr]    Compiling fastrand v2.0.1
[INFO] [stderr]    Compiling memchr v2.6.4
[INFO] [stderr]    Compiling plotters-backend v0.3.5
[INFO] [stderr]    Compiling plotters-svg v0.3.5
[INFO] [stderr]    Compiling crossbeam-epoch v0.9.17
[INFO] [stderr]    Compiling textwrap v0.11.0
[INFO] [stderr]    Compiling itertools v0.10.5
[INFO] [stderr]    Compiling getrandom v0.2.11
[INFO] [stderr]    Compiling crossbeam-deque v0.8.4
[INFO] [stderr]    Compiling rand_core v0.6.4
[INFO] [stderr]    Compiling csv-core v0.1.11
[INFO] [stderr]    Compiling rand_chacha v0.3.1
[INFO] [stderr]    Compiling wait-timeout v0.2.0
[INFO] [stderr]    Compiling quick-error v1.2.3
[INFO] [stderr]    Compiling half v1.8.2
[INFO] [stderr]    Compiling cast v0.3.0
[INFO] [stderr]    Compiling clap v2.34.0
[INFO] [stderr]    Compiling serde_cbor v0.11.2
[INFO] [stderr]    Compiling walkdir v2.4.0
[INFO] [stderr]    Compiling rayon v1.8.0
[INFO] [stderr]    Compiling plotters v0.3.5
[INFO] [stderr]    Compiling rand v0.8.5
[INFO] [stderr]    Compiling regex-automata v0.4.3
[INFO] [stderr]    Compiling tempfile v3.8.1
[INFO] [stderr]    Compiling rusty-fork v0.3.0
[INFO] [stderr]    Compiling criterion-plot v0.4.5
[INFO] [stderr]    Compiling csv v1.3.0
[INFO] [stderr]    Compiling rand_xorshift v0.3.0
[INFO] [stderr]    Compiling atty v0.2.14
[INFO] [stderr]    Compiling tinytemplate v1.2.1
[INFO] [stderr]    Compiling unarray v0.1.4
[INFO] [stderr]    Compiling oorandom v11.1.3
[INFO] [stderr]    Compiling proptest v1.4.0
[INFO] [stderr]    Compiling regex v1.10.2
[INFO] [stderr]    Compiling criterion v0.3.6
[INFO] [stderr]    Compiling rustbook v0.1.0 (/opt/rustwide/workdir)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 55.72s
[INFO] running `Command { std: "docker" "inspect" "2ac809211e919decabd03ce8058eae5410a837b93d8d1e241af5b1361ff07d7b", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "2ac809211e919decabd03ce8058eae5410a837b93d8d1e241af5b1361ff07d7b", kill_on_drop: false }`
[INFO] [stdout] 2ac809211e919decabd03ce8058eae5410a837b93d8d1e241af5b1361ff07d7b
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+b8e88e5ddf5521a9f43ee3f62a702388c713e4bb" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] 459c931857a65475a1492331179ba05497352cddfbc6845687b9a9973b52656b
[INFO] running `Command { std: "docker" "start" "-a" "459c931857a65475a1492331179ba05497352cddfbc6845687b9a9973b52656b", kill_on_drop: false }`
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.15s
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/rustbook-433102316c7deefb)
[INFO] [stdout] 
[INFO] [stdout] running 1 test
[INFO] [stdout] test query_transformation::tests::all_impls_match ... FAILED
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout] 
[INFO] [stdout] ---- query_transformation::tests::all_impls_match stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'query_transformation::tests::all_impls_match' (17) panicked at src/query_transformation.rs:224:13:
[INFO] [stdout] assertion `left == right` failed
[INFO] [stdout]   left: Ok("(nyuj=wbpqtsmlwg) OR ((hnyrblmhpzjmoiqxmz=bzkkgfw) OR (tsxsjwqjaaiiqritlynnkdmlvk=kqcsspmqkw) OR (gzponhbkacyexfubwi=ogkjrs) OR (vmnwixermjkgfeizybjmuzfieh=zcxeclwejszzjteauqoyjexk) OR (nyuj=wbpqtsmlwg)) OR (ohzzgbifod=tfkwoyekbgaz) OR (bezvikpcdjiulkaxewvs=hrrexczh) OR (otsux=atnvszuqchqlqiwfhuvqmt) OR (oe=hmjldfuhrigtymylwjvvzbiocqzt) OR ((ohzzgbifod=tfkwoyekbgaz) OR (bezvikpcdjiulkaxewvs=hrrexczh) OR (otsux=atnvszuqchqlqiwfhuvqmt) OR (oe=hmjldfuhrigtymylwjvvzbiocqzt)) OR (ztbiwjdj=dgzdjppfskdzptlceexqvmcunzxkpt) OR (slqjmmtswuyhlvipbdtrggy=kcetidbptmitaqwwyfgollhudeia)")
[INFO] [stdout]  right: Err(ShortSubQuery)
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x5598b4bbfc0a - std[fce30c26ee6459b]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x5598b4bbfc0a - std[fce30c26ee6459b]::backtrace_rs::backtrace::trace_unsynchronized::<std[fce30c26ee6459b]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x5598b4bbfc0a - std[fce30c26ee6459b]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x5598b4bbfc0a - <<std[fce30c26ee6459b]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[d17f6591d688f3bd]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x5598b4bd51ea - <core[d17f6591d688f3bd]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x5598b4bd51ea - core[d17f6591d688f3bd]::fmt::write
[INFO] [stdout]    6:     0x5598b4bc4852 - std[fce30c26ee6459b]::io::default_write_fmt::<alloc[dad09f3a48280dba]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/io/mod.rs:621:11
[INFO] [stdout]    7:     0x5598b4bc4852 - <alloc[dad09f3a48280dba]::vec::Vec<u8> as std[fce30c26ee6459b]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/io/mod.rs:1976:13
[INFO] [stdout]    8:     0x5598b4b9d45f - <std[fce30c26ee6459b]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x5598b4b9d45f - std[fce30c26ee6459b]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x5598b4bb7f09 - std[fce30c26ee6459b]::panicking::default_hook
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x5598b4a49abc - <alloc[dad09f3a48280dba]::boxed::Box<dyn for<'a, 'b> core[d17f6591d688f3bd]::ops::function::Fn<(&'a std[fce30c26ee6459b]::panic::PanicHookInfo<'b>,), Output = ()> + core[d17f6591d688f3bd]::marker::Sync + core[d17f6591d688f3bd]::marker::Send> as core[d17f6591d688f3bd]::ops::function::Fn<(&std[fce30c26ee6459b]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/alloc/src/boxed.rs:2285:9
[INFO] [stdout]   12:     0x5598b4a49abc - test[9653f4f1d2ca1489]::test_main_inner::<test[9653f4f1d2ca1489]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/test/src/lib.rs:155:21
[INFO] [stdout]   13:     0x5598b4bb80c2 - <alloc[dad09f3a48280dba]::boxed::Box<dyn for<'a, 'b> core[d17f6591d688f3bd]::ops::function::Fn<(&'a std[fce30c26ee6459b]::panic::PanicHookInfo<'b>,), Output = ()> + core[d17f6591d688f3bd]::marker::Sync + core[d17f6591d688f3bd]::marker::Send> as core[d17f6591d688f3bd]::ops::function::Fn<(&std[fce30c26ee6459b]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/alloc/src/boxed.rs:2285:9
[INFO] [stdout]   14:     0x5598b4bb80c2 - std[fce30c26ee6459b]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x5598b4b9d518 - std[fce30c26ee6459b]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:698:13
[INFO] [stdout]   16:     0x5598b4b92619 - std[fce30c26ee6459b]::sys::backtrace::__rust_end_short_backtrace::<std[fce30c26ee6459b]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x5598b4b9e22d - __rustc[de152adb51f02556]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x5598b4bd5a2c - core[d17f6591d688f3bd]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x5598b4bd58e3 - core[d17f6591d688f3bd]::panicking::assert_failed_inner
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/panicking.rs:439:17
[INFO] [stdout]   20:     0x5598b4a3828d - core[d17f6591d688f3bd]::panicking::assert_failed::<core[d17f6591d688f3bd]::result::Result<alloc[dad09f3a48280dba]::string::String, rustbook[3f46124814f1185b]::query_transformation::PrintError>, core[d17f6591d688f3bd]::result::Result<alloc[dad09f3a48280dba]::string::String, rustbook[3f46124814f1185b]::query_transformation::PrintError>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/panicking.rs:394:5
[INFO] [stdout]   21:     0x5598b4a31665 - rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#1}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/query_transformation.rs:224:13
[INFO] [stdout]   22:     0x5598b4a33ef7 - <&rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#1} as core[d17f6591d688f3bd]::ops::function::Fn<(proptest[b103e6066b256e9b]::sugar::NamedArguments<&str, rustbook[3f46124814f1185b]::query_transformation::QueryBoxed>,)>>::call
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/ops/function.rs:263:22
[INFO] [stdout]   23:     0x5598b4a2c767 - proptest[b103e6066b256e9b]::test_runner::runner::call_test::<proptest[b103e6066b256e9b]::sugar::NamedArguments<&str, rustbook[3f46124814f1185b]::query_transformation::QueryBoxed>, &rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#1}, alloc[dad09f3a48280dba]::vec::into_iter::IntoIter<core[d17f6591d688f3bd]::result::Result<(), proptest[b103e6066b256e9b]::test_runner::errors::TestCaseError>>>::{closure#3}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:256:49
[INFO] [stdout]   24:     0x5598b4a23808 - <core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<proptest[b103e6066b256e9b]::test_runner::runner::call_test<proptest[b103e6066b256e9b]::sugar::NamedArguments<&str, rustbook[3f46124814f1185b]::query_transformation::QueryBoxed>, &rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#1}, alloc[dad09f3a48280dba]::vec::into_iter::IntoIter<core[d17f6591d688f3bd]::result::Result<(), proptest[b103e6066b256e9b]::test_runner::errors::TestCaseError>>>::{closure#3}> as core[d17f6591d688f3bd]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   25:     0x5598b4a387fd - std[fce30c26ee6459b]::panicking::catch_unwind::do_call::<core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<proptest[b103e6066b256e9b]::test_runner::runner::call_test<proptest[b103e6066b256e9b]::sugar::NamedArguments<&str, rustbook[3f46124814f1185b]::query_transformation::QueryBoxed>, &rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#1}, alloc[dad09f3a48280dba]::vec::into_iter::IntoIter<core[d17f6591d688f3bd]::result::Result<(), proptest[b103e6066b256e9b]::test_runner::errors::TestCaseError>>>::{closure#3}>, core[d17f6591d688f3bd]::result::Result<(), proptest[b103e6066b256e9b]::test_runner::errors::TestCaseError>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:581:40
[INFO] [stdout]   26:     0x5598b4a367db - __rust_try
[INFO] [stdout]   27:     0x5598b4a2fe01 - std[fce30c26ee6459b]::panicking::catch_unwind::<core[d17f6591d688f3bd]::result::Result<(), proptest[b103e6066b256e9b]::test_runner::errors::TestCaseError>, core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<proptest[b103e6066b256e9b]::test_runner::runner::call_test<proptest[b103e6066b256e9b]::sugar::NamedArguments<&str, rustbook[3f46124814f1185b]::query_transformation::QueryBoxed>, &rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#1}, alloc[dad09f3a48280dba]::vec::into_iter::IntoIter<core[d17f6591d688f3bd]::result::Result<(), proptest[b103e6066b256e9b]::test_runner::errors::TestCaseError>>>::{closure#3}>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:544:19
[INFO] [stdout]   28:     0x5598b4a2fe01 - std[fce30c26ee6459b]::panic::catch_unwind::<core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<proptest[b103e6066b256e9b]::test_runner::runner::call_test<proptest[b103e6066b256e9b]::sugar::NamedArguments<&str, rustbook[3f46124814f1185b]::query_transformation::QueryBoxed>, &rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#1}, alloc[dad09f3a48280dba]::vec::into_iter::IntoIter<core[d17f6591d688f3bd]::result::Result<(), proptest[b103e6066b256e9b]::test_runner::errors::TestCaseError>>>::{closure#3}>, core[d17f6591d688f3bd]::result::Result<(), proptest[b103e6066b256e9b]::test_runner::errors::TestCaseError>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panic.rs:359:14
[INFO] [stdout]   29:     0x5598b4a2b3a4 - proptest[b103e6066b256e9b]::test_runner::runner::call_test::<proptest[b103e6066b256e9b]::sugar::NamedArguments<&str, rustbook[3f46124814f1185b]::query_transformation::QueryBoxed>, &rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#1}, alloc[dad09f3a48280dba]::vec::into_iter::IntoIter<core[d17f6591d688f3bd]::result::Result<(), proptest[b103e6066b256e9b]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:256:9
[INFO] [stdout]   30:     0x5598b4a27354 - <proptest[b103e6066b256e9b]::test_runner::runner::TestRunner>::run_one_with_replay::<proptest[b103e6066b256e9b]::strategy::map::Map<alloc[dad09f3a48280dba]::boxed::Box<dyn proptest[b103e6066b256e9b]::strategy::traits::ValueTree<Value = rustbook[3f46124814f1185b]::query_transformation::QueryBoxed>>, rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#0}>, &rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#1}, alloc[dad09f3a48280dba]::vec::into_iter::IntoIter<core[d17f6591d688f3bd]::result::Result<(), proptest[b103e6066b256e9b]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:722:22
[INFO] [stdout]   31:     0x5598b4a26c9a - <proptest[b103e6066b256e9b]::test_runner::runner::TestRunner>::gen_and_run_case::<proptest[b103e6066b256e9b]::strategy::map::Map<proptest[b103e6066b256e9b]::strategy::recursive::Recursive<rustbook[3f46124814f1185b]::query_transformation::QueryBoxed, rustbook[3f46124814f1185b]::query_transformation::tests::arb_query::{closure#1}>, rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#0}>, rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#1}, alloc[dad09f3a48280dba]::vec::into_iter::IntoIter<core[d17f6591d688f3bd]::result::Result<(), proptest[b103e6066b256e9b]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:664:28
[INFO] [stdout]   32:     0x5598b4a28165 - <proptest[b103e6066b256e9b]::test_runner::runner::TestRunner>::run_in_process_with_replay::<proptest[b103e6066b256e9b]::strategy::map::Map<proptest[b103e6066b256e9b]::strategy::recursive::Recursive<rustbook[3f46124814f1185b]::query_transformation::QueryBoxed, rustbook[3f46124814f1185b]::query_transformation::tests::arb_query::{closure#1}>, rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#0}>, rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#1}, alloc[dad09f3a48280dba]::vec::into_iter::IntoIter<core[d17f6591d688f3bd]::result::Result<(), proptest[b103e6066b256e9b]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:613:31
[INFO] [stdout]   33:     0x5598b4a26a10 - <proptest[b103e6066b256e9b]::test_runner::runner::TestRunner>::run_in_process::<proptest[b103e6066b256e9b]::strategy::map::Map<proptest[b103e6066b256e9b]::strategy::recursive::Recursive<rustbook[3f46124814f1185b]::query_transformation::QueryBoxed, rustbook[3f46124814f1185b]::query_transformation::tests::arb_query::{closure#1}>, rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#0}>, rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#1}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:570:14
[INFO] [stdout]   34:     0x5598b4a2914f - <proptest[b103e6066b256e9b]::test_runner::runner::TestRunner>::run::<proptest[b103e6066b256e9b]::strategy::map::Map<proptest[b103e6066b256e9b]::strategy::recursive::Recursive<rustbook[3f46124814f1185b]::query_transformation::QueryBoxed, rustbook[3f46124814f1185b]::query_transformation::tests::arb_query::{closure#1}>, rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#0}>, rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#1}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:413:18
[INFO] [stdout]   35:     0x5598b4a32ffe - rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/sugar.rs:163:17
[INFO] [stdout]   36:     0x5598b4a312d7 - rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/sugar.rs:159:28
[INFO] [stdout]   37:     0x5598b4a24036 - <rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#0} as core[d17f6591d688f3bd]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   38:     0x5598b4a3cd9b - <fn() -> core[d17f6591d688f3bd]::result::Result<(), alloc[dad09f3a48280dba]::string::String> as core[d17f6591d688f3bd]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   39:     0x5598b4a3cd9b - test[9653f4f1d2ca1489]::__rust_begin_short_backtrace::<core[d17f6591d688f3bd]::result::Result<(), alloc[dad09f3a48280dba]::string::String>, fn() -> core[d17f6591d688f3bd]::result::Result<(), alloc[dad09f3a48280dba]::string::String>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/test/src/lib.rs:724:18
[INFO] [stdout]   40:     0x5598b4a4a58b - test[9653f4f1d2ca1489]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/test/src/lib.rs:747:74
[INFO] [stdout]   41:     0x5598b4a4a58b - <core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<test[9653f4f1d2ca1489]::run_test_in_process::{closure#0}> as core[d17f6591d688f3bd]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   42:     0x5598b4a4a58b - std[fce30c26ee6459b]::panicking::catch_unwind::do_call::<core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<test[9653f4f1d2ca1489]::run_test_in_process::{closure#0}>, core[d17f6591d688f3bd]::result::Result<(), alloc[dad09f3a48280dba]::string::String>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:581:40
[INFO] [stdout]   43:     0x5598b4a4a58b - std[fce30c26ee6459b]::panicking::catch_unwind::<core[d17f6591d688f3bd]::result::Result<(), alloc[dad09f3a48280dba]::string::String>, core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<test[9653f4f1d2ca1489]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:544:19
[INFO] [stdout]   44:     0x5598b4a4a58b - std[fce30c26ee6459b]::panic::catch_unwind::<core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<test[9653f4f1d2ca1489]::run_test_in_process::{closure#0}>, core[d17f6591d688f3bd]::result::Result<(), alloc[dad09f3a48280dba]::string::String>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panic.rs:359:14
[INFO] [stdout]   45:     0x5598b4a4a58b - test[9653f4f1d2ca1489]::run_test_in_process
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/test/src/lib.rs:747:27
[INFO] [stdout]   46:     0x5598b4a4a58b - test[9653f4f1d2ca1489]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/test/src/lib.rs:668:43
[INFO] [stdout]   47:     0x5598b4a43ca4 - test[9653f4f1d2ca1489]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/test/src/lib.rs:698:41
[INFO] [stdout]   48:     0x5598b4a43ca4 - std[fce30c26ee6459b]::sys::backtrace::__rust_begin_short_backtrace::<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   49:     0x5598b4a4d192 - std[fce30c26ee6459b]::thread::lifecycle::spawn_unchecked::<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/thread/lifecycle.rs:70:13
[INFO] [stdout]   50:     0x5598b4a4d192 - <core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<std[fce30c26ee6459b]::thread::lifecycle::spawn_unchecked<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[d17f6591d688f3bd]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   51:     0x5598b4a4d192 - std[fce30c26ee6459b]::panicking::catch_unwind::do_call::<core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<std[fce30c26ee6459b]::thread::lifecycle::spawn_unchecked<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:581:40
[INFO] [stdout]   52:     0x5598b4a4d192 - std[fce30c26ee6459b]::panicking::catch_unwind::<(), core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<std[fce30c26ee6459b]::thread::lifecycle::spawn_unchecked<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:544:19
[INFO] [stdout]   53:     0x5598b4a4d192 - std[fce30c26ee6459b]::panic::catch_unwind::<core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<std[fce30c26ee6459b]::thread::lifecycle::spawn_unchecked<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panic.rs:359:14
[INFO] [stdout]   54:     0x5598b4a4d192 - std[fce30c26ee6459b]::thread::lifecycle::spawn_unchecked::<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/thread/lifecycle.rs:68:26
[INFO] [stdout]   55:     0x5598b4a4d192 - <std[fce30c26ee6459b]::thread::lifecycle::spawn_unchecked<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>::{closure#1} as core[d17f6591d688f3bd]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   56:     0x5598b4bbf51f - <alloc[dad09f3a48280dba]::boxed::Box<dyn core[d17f6591d688f3bd]::ops::function::FnOnce<(), Output = ()> + core[d17f6591d688f3bd]::marker::Send> as core[d17f6591d688f3bd]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/alloc/src/boxed.rs:2271:9
[INFO] [stdout]   57:     0x5598b4bbf51f - <std[fce30c26ee6459b]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/sys/thread/unix.rs:118:17
[INFO] [stdout]   58:     0x76e42426eaa4 - <unknown>
[INFO] [stdout]   59:     0x76e4242fba64 - clone
[INFO] [stdout]   60:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] thread 'query_transformation::tests::all_impls_match' (17) panicked at src/query_transformation.rs:224:13:
[INFO] [stdout] assertion `left == right` failed
[INFO] [stdout]   left: Ok("((hnyrblmhpzjmoiqxmz=bzkkgfw) OR (tsxsjwqjaaiiqritlynnkdmlvk=kqcsspmqkw) OR (gzponhbkacyexfubwi=ogkjrs) OR (vmnwixermjkgfeizybjmuzfieh=zcxeclwejszzjteauqoyjexk) OR (nyuj=wbpqtsmlwg)) OR (ohzzgbifod=tfkwoyekbgaz) OR (bezvikpcdjiulkaxewvs=hrrexczh) OR (otsux=atnvszuqchqlqiwfhuvqmt) OR (oe=hmjldfuhrigtymylwjvvzbiocqzt) OR ((ohzzgbifod=tfkwoyekbgaz) OR (bezvikpcdjiulkaxewvs=hrrexczh) OR (otsux=atnvszuqchqlqiwfhuvqmt) OR (oe=hmjldfuhrigtymylwjvvzbiocqzt)) OR (ztbiwjdj=dgzdjppfskdzptlceexqvmcunzxkpt) OR (slqjmmtswuyhlvipbdtrggy=kcetidbptmitaqwwyfgollhudeia)")
[INFO] [stdout]  right: Err(ShortSubQuery)
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x5598b4bbfc0a - std[fce30c26ee6459b]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x5598b4bbfc0a - std[fce30c26ee6459b]::backtrace_rs::backtrace::trace_unsynchronized::<std[fce30c26ee6459b]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x5598b4bbfc0a - std[fce30c26ee6459b]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x5598b4bbfc0a - <<std[fce30c26ee6459b]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[d17f6591d688f3bd]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x5598b4bd51ea - <core[d17f6591d688f3bd]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x5598b4bd51ea - core[d17f6591d688f3bd]::fmt::write
[INFO] [stdout]    6:     0x5598b4bc4852 - std[fce30c26ee6459b]::io::default_write_fmt::<alloc[dad09f3a48280dba]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/io/mod.rs:621:11
[INFO] [stdout]    7:     0x5598b4bc4852 - <alloc[dad09f3a48280dba]::vec::Vec<u8> as std[fce30c26ee6459b]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/io/mod.rs:1976:13
[INFO] [stdout]    8:     0x5598b4b9d45f - <std[fce30c26ee6459b]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x5598b4b9d45f - std[fce30c26ee6459b]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x5598b4bb7f09 - std[fce30c26ee6459b]::panicking::default_hook
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x5598b4a49abc - <alloc[dad09f3a48280dba]::boxed::Box<dyn for<'a, 'b> core[d17f6591d688f3bd]::ops::function::Fn<(&'a std[fce30c26ee6459b]::panic::PanicHookInfo<'b>,), Output = ()> + core[d17f6591d688f3bd]::marker::Sync + core[d17f6591d688f3bd]::marker::Send> as core[d17f6591d688f3bd]::ops::function::Fn<(&std[fce30c26ee6459b]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/alloc/src/boxed.rs:2285:9
[INFO] [stdout]   12:     0x5598b4a49abc - test[9653f4f1d2ca1489]::test_main_inner::<test[9653f4f1d2ca1489]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/test/src/lib.rs:155:21
[INFO] [stdout]   13:     0x5598b4bb80c2 - <alloc[dad09f3a48280dba]::boxed::Box<dyn for<'a, 'b> core[d17f6591d688f3bd]::ops::function::Fn<(&'a std[fce30c26ee6459b]::panic::PanicHookInfo<'b>,), Output = ()> + core[d17f6591d688f3bd]::marker::Sync + core[d17f6591d688f3bd]::marker::Send> as core[d17f6591d688f3bd]::ops::function::Fn<(&std[fce30c26ee6459b]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/alloc/src/boxed.rs:2285:9
[INFO] [stdout]   14:     0x5598b4bb80c2 - std[fce30c26ee6459b]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x5598b4b9d518 - std[fce30c26ee6459b]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:698:13
[INFO] [stdout]   16:     0x5598b4b92619 - std[fce30c26ee6459b]::sys::backtrace::__rust_end_short_backtrace::<std[fce30c26ee6459b]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x5598b4b9e22d - __rustc[de152adb51f02556]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x5598b4bd5a2c - core[d17f6591d688f3bd]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x5598b4bd58e3 - core[d17f6591d688f3bd]::panicking::assert_failed_inner
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/panicking.rs:439:17
[INFO] [stdout]   20:     0x5598b4a3828d - core[d17f6591d688f3bd]::panicking::assert_failed::<core[d17f6591d688f3bd]::result::Result<alloc[dad09f3a48280dba]::string::String, rustbook[3f46124814f1185b]::query_transformation::PrintError>, core[d17f6591d688f3bd]::result::Result<alloc[dad09f3a48280dba]::string::String, rustbook[3f46124814f1185b]::query_transformation::PrintError>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/panicking.rs:394:5
[INFO] [stdout]   21:     0x5598b4a31665 - rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#1}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/query_transformation.rs:224:13
[INFO] [stdout]   22:     0x5598b4a33ef7 - <&rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#1} as core[d17f6591d688f3bd]::ops::function::Fn<(proptest[b103e6066b256e9b]::sugar::NamedArguments<&str, rustbook[3f46124814f1185b]::query_transformation::QueryBoxed>,)>>::call
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/ops/function.rs:263:22
[INFO] [stdout]   23:     0x5598b4a2c767 - proptest[b103e6066b256e9b]::test_runner::runner::call_test::<proptest[b103e6066b256e9b]::sugar::NamedArguments<&str, rustbook[3f46124814f1185b]::query_transformation::QueryBoxed>, &rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#1}, alloc[dad09f3a48280dba]::vec::into_iter::IntoIter<core[d17f6591d688f3bd]::result::Result<(), proptest[b103e6066b256e9b]::test_runner::errors::TestCaseError>>>::{closure#3}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:256:49
[INFO] [stdout]   24:     0x5598b4a23808 - <core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<proptest[b103e6066b256e9b]::test_runner::runner::call_test<proptest[b103e6066b256e9b]::sugar::NamedArguments<&str, rustbook[3f46124814f1185b]::query_transformation::QueryBoxed>, &rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#1}, alloc[dad09f3a48280dba]::vec::into_iter::IntoIter<core[d17f6591d688f3bd]::result::Result<(), proptest[b103e6066b256e9b]::test_runner::errors::TestCaseError>>>::{closure#3}> as core[d17f6591d688f3bd]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   25:     0x5598b4a387fd - std[fce30c26ee6459b]::panicking::catch_unwind::do_call::<core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<proptest[b103e6066b256e9b]::test_runner::runner::call_test<proptest[b103e6066b256e9b]::sugar::NamedArguments<&str, rustbook[3f46124814f1185b]::query_transformation::QueryBoxed>, &rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#1}, alloc[dad09f3a48280dba]::vec::into_iter::IntoIter<core[d17f6591d688f3bd]::result::Result<(), proptest[b103e6066b256e9b]::test_runner::errors::TestCaseError>>>::{closure#3}>, core[d17f6591d688f3bd]::result::Result<(), proptest[b103e6066b256e9b]::test_runner::errors::TestCaseError>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:581:40
[INFO] [stdout]   26:     0x5598b4a367db - __rust_try
[INFO] [stdout]   27:     0x5598b4a2fe01 - std[fce30c26ee6459b]::panicking::catch_unwind::<core[d17f6591d688f3bd]::result::Result<(), proptest[b103e6066b256e9b]::test_runner::errors::TestCaseError>, core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<proptest[b103e6066b256e9b]::test_runner::runner::call_test<proptest[b103e6066b256e9b]::sugar::NamedArguments<&str, rustbook[3f46124814f1185b]::query_transformation::QueryBoxed>, &rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#1}, alloc[dad09f3a48280dba]::vec::into_iter::IntoIter<core[d17f6591d688f3bd]::result::Result<(), proptest[b103e6066b256e9b]::test_runner::errors::TestCaseError>>>::{closure#3}>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:544:19
[INFO] [stdout]   28:     0x5598b4a2fe01 - std[fce30c26ee6459b]::panic::catch_unwind::<core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<proptest[b103e6066b256e9b]::test_runner::runner::call_test<proptest[b103e6066b256e9b]::sugar::NamedArguments<&str, rustbook[3f46124814f1185b]::query_transformation::QueryBoxed>, &rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#1}, alloc[dad09f3a48280dba]::vec::into_iter::IntoIter<core[d17f6591d688f3bd]::result::Result<(), proptest[b103e6066b256e9b]::test_runner::errors::TestCaseError>>>::{closure#3}>, core[d17f6591d688f3bd]::result::Result<(), proptest[b103e6066b256e9b]::test_runner::errors::TestCaseError>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panic.rs:359:14
[INFO] [stdout]   29:     0x5598b4a2b3a4 - proptest[b103e6066b256e9b]::test_runner::runner::call_test::<proptest[b103e6066b256e9b]::sugar::NamedArguments<&str, rustbook[3f46124814f1185b]::query_transformation::QueryBoxed>, &rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#1}, alloc[dad09f3a48280dba]::vec::into_iter::IntoIter<core[d17f6591d688f3bd]::result::Result<(), proptest[b103e6066b256e9b]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:256:9
[INFO] [stdout]   30:     0x5598b4a297d7 - <proptest[b103e6066b256e9b]::test_runner::runner::TestRunner>::shrink::<proptest[b103e6066b256e9b]::strategy::map::Map<alloc[dad09f3a48280dba]::boxed::Box<dyn proptest[b103e6066b256e9b]::strategy::traits::ValueTree<Value = rustbook[3f46124814f1185b]::query_transformation::QueryBoxed>>, rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#0}>, &rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#1}, alloc[dad09f3a48280dba]::vec::into_iter::IntoIter<core[d17f6591d688f3bd]::result::Result<(), proptest[b103e6066b256e9b]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:845:30
[INFO] [stdout]   31:     0x5598b4a2743e - <proptest[b103e6066b256e9b]::test_runner::runner::TestRunner>::run_one_with_replay::<proptest[b103e6066b256e9b]::strategy::map::Map<alloc[dad09f3a48280dba]::boxed::Box<dyn proptest[b103e6066b256e9b]::strategy::traits::ValueTree<Value = rustbook[3f46124814f1185b]::query_transformation::QueryBoxed>>, rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#0}>, &rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#1}, alloc[dad09f3a48280dba]::vec::into_iter::IntoIter<core[d17f6591d688f3bd]::result::Result<(), proptest[b103e6066b256e9b]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:736:22
[INFO] [stdout]   32:     0x5598b4a26c9a - <proptest[b103e6066b256e9b]::test_runner::runner::TestRunner>::gen_and_run_case::<proptest[b103e6066b256e9b]::strategy::map::Map<proptest[b103e6066b256e9b]::strategy::recursive::Recursive<rustbook[3f46124814f1185b]::query_transformation::QueryBoxed, rustbook[3f46124814f1185b]::query_transformation::tests::arb_query::{closure#1}>, rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#0}>, rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#1}, alloc[dad09f3a48280dba]::vec::into_iter::IntoIter<core[d17f6591d688f3bd]::result::Result<(), proptest[b103e6066b256e9b]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:664:28
[INFO] [stdout]   33:     0x5598b4a28165 - <proptest[b103e6066b256e9b]::test_runner::runner::TestRunner>::run_in_process_with_replay::<proptest[b103e6066b256e9b]::strategy::map::Map<proptest[b103e6066b256e9b]::strategy::recursive::Recursive<rustbook[3f46124814f1185b]::query_transformation::QueryBoxed, rustbook[3f46124814f1185b]::query_transformation::tests::arb_query::{closure#1}>, rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#0}>, rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#1}, alloc[dad09f3a48280dba]::vec::into_iter::IntoIter<core[d17f6591d688f3bd]::result::Result<(), proptest[b103e6066b256e9b]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:613:31
[INFO] [stdout]   34:     0x5598b4a26a10 - <proptest[b103e6066b256e9b]::test_runner::runner::TestRunner>::run_in_process::<proptest[b103e6066b256e9b]::strategy::map::Map<proptest[b103e6066b256e9b]::strategy::recursive::Recursive<rustbook[3f46124814f1185b]::query_transformation::QueryBoxed, rustbook[3f46124814f1185b]::query_transformation::tests::arb_query::{closure#1}>, rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#0}>, rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#1}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:570:14
[INFO] [stdout]   35:     0x5598b4a2914f - <proptest[b103e6066b256e9b]::test_runner::runner::TestRunner>::run::<proptest[b103e6066b256e9b]::strategy::map::Map<proptest[b103e6066b256e9b]::strategy::recursive::Recursive<rustbook[3f46124814f1185b]::query_transformation::QueryBoxed, rustbook[3f46124814f1185b]::query_transformation::tests::arb_query::{closure#1}>, rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#0}>, rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#1}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:413:18
[INFO] [stdout]   36:     0x5598b4a32ffe - rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/sugar.rs:163:17
[INFO] [stdout]   37:     0x5598b4a312d7 - rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/sugar.rs:159:28
[INFO] [stdout]   38:     0x5598b4a24036 - <rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#0} as core[d17f6591d688f3bd]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   39:     0x5598b4a3cd9b - <fn() -> core[d17f6591d688f3bd]::result::Result<(), alloc[dad09f3a48280dba]::string::String> as core[d17f6591d688f3bd]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   40:     0x5598b4a3cd9b - test[9653f4f1d2ca1489]::__rust_begin_short_backtrace::<core[d17f6591d688f3bd]::result::Result<(), alloc[dad09f3a48280dba]::string::String>, fn() -> core[d17f6591d688f3bd]::result::Result<(), alloc[dad09f3a48280dba]::string::String>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/test/src/lib.rs:724:18
[INFO] [stdout]   41:     0x5598b4a4a58b - test[9653f4f1d2ca1489]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/test/src/lib.rs:747:74
[INFO] [stdout]   42:     0x5598b4a4a58b - <core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<test[9653f4f1d2ca1489]::run_test_in_process::{closure#0}> as core[d17f6591d688f3bd]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   43:     0x5598b4a4a58b - std[fce30c26ee6459b]::panicking::catch_unwind::do_call::<core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<test[9653f4f1d2ca1489]::run_test_in_process::{closure#0}>, core[d17f6591d688f3bd]::result::Result<(), alloc[dad09f3a48280dba]::string::String>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:581:40
[INFO] [stdout]   44:     0x5598b4a4a58b - std[fce30c26ee6459b]::panicking::catch_unwind::<core[d17f6591d688f3bd]::result::Result<(), alloc[dad09f3a48280dba]::string::String>, core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<test[9653f4f1d2ca1489]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:544:19
[INFO] [stdout]   45:     0x5598b4a4a58b - std[fce30c26ee6459b]::panic::catch_unwind::<core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<test[9653f4f1d2ca1489]::run_test_in_process::{closure#0}>, core[d17f6591d688f3bd]::result::Result<(), alloc[dad09f3a48280dba]::string::String>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panic.rs:359:14
[INFO] [stdout]   46:     0x5598b4a4a58b - test[9653f4f1d2ca1489]::run_test_in_process
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/test/src/lib.rs:747:27
[INFO] [stdout]   47:     0x5598b4a4a58b - test[9653f4f1d2ca1489]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/test/src/lib.rs:668:43
[INFO] [stdout]   48:     0x5598b4a43ca4 - test[9653f4f1d2ca1489]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/test/src/lib.rs:698:41
[INFO] [stdout]   49:     0x5598b4a43ca4 - std[fce30c26ee6459b]::sys::backtrace::__rust_begin_short_backtrace::<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   50:     0x5598b4a4d192 - std[fce30c26ee6459b]::thread::lifecycle::spawn_unchecked::<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/thread/lifecycle.rs:70:13
[INFO] [stdout]   51:     0x5598b4a4d192 - <core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<std[fce30c26ee6459b]::thread::lifecycle::spawn_unchecked<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[d17f6591d688f3bd]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   52:     0x5598b4a4d192 - std[fce30c26ee6459b]::panicking::catch_unwind::do_call::<core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<std[fce30c26ee6459b]::thread::lifecycle::spawn_unchecked<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:581:40
[INFO] [stdout]   53:     0x5598b4a4d192 - std[fce30c26ee6459b]::panicking::catch_unwind::<(), core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<std[fce30c26ee6459b]::thread::lifecycle::spawn_unchecked<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:544:19
[INFO] [stdout]   54:     0x5598b4a4d192 - std[fce30c26ee6459b]::panic::catch_unwind::<core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<std[fce30c26ee6459b]::thread::lifecycle::spawn_unchecked<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panic.rs:359:14
[INFO] [stdout]   55:     0x5598b4a4d192 - std[fce30c26ee6459b]::thread::lifecycle::spawn_unchecked::<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/thread/lifecycle.rs:68:26
[INFO] [stdout]   56:     0x5598b4a4d192 - <std[fce30c26ee6459b]::thread::lifecycle::spawn_unchecked<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>::{closure#1} as core[d17f6591d688f3bd]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   57:     0x5598b4bbf51f - <alloc[dad09f3a48280dba]::boxed::Box<dyn core[d17f6591d688f3bd]::ops::function::FnOnce<(), Output = ()> + core[d17f6591d688f3bd]::marker::Send> as core[d17f6591d688f3bd]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/alloc/src/boxed.rs:2271:9
[INFO] [stdout]   58:     0x5598b4bbf51f - <std[fce30c26ee6459b]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/sys/thread/unix.rs:118:17
[INFO] [stdout]   59:     0x76e42426eaa4 - <unknown>
[INFO] [stdout]   60:     0x76e4242fba64 - clone
[INFO] [stdout]   61:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] thread 'query_transformation::tests::all_impls_match' (17) panicked at src/query_transformation.rs:224:13:
[INFO] [stdout] assertion `left == right` failed
[INFO] [stdout]   left: Ok("(ohzzgbifod=tfkwoyekbgaz) OR (bezvikpcdjiulkaxewvs=hrrexczh) OR (otsux=atnvszuqchqlqiwfhuvqmt) OR (oe=hmjldfuhrigtymylwjvvzbiocqzt) OR ((ohzzgbifod=tfkwoyekbgaz) OR (bezvikpcdjiulkaxewvs=hrrexczh) OR (otsux=atnvszuqchqlqiwfhuvqmt) OR (oe=hmjldfuhrigtymylwjvvzbiocqzt)) OR (ztbiwjdj=dgzdjppfskdzptlceexqvmcunzxkpt) OR (slqjmmtswuyhlvipbdtrggy=kcetidbptmitaqwwyfgollhudeia)")
[INFO] [stdout]  right: Err(ShortSubQuery)
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x5598b4bbfc0a - std[fce30c26ee6459b]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x5598b4bbfc0a - std[fce30c26ee6459b]::backtrace_rs::backtrace::trace_unsynchronized::<std[fce30c26ee6459b]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x5598b4bbfc0a - std[fce30c26ee6459b]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x5598b4bbfc0a - <<std[fce30c26ee6459b]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[d17f6591d688f3bd]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x5598b4bd51ea - <core[d17f6591d688f3bd]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x5598b4bd51ea - core[d17f6591d688f3bd]::fmt::write
[INFO] [stdout]    6:     0x5598b4bc4852 - std[fce30c26ee6459b]::io::default_write_fmt::<alloc[dad09f3a48280dba]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/io/mod.rs:621:11
[INFO] [stdout]    7:     0x5598b4bc4852 - <alloc[dad09f3a48280dba]::vec::Vec<u8> as std[fce30c26ee6459b]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/io/mod.rs:1976:13
[INFO] [stdout]    8:     0x5598b4b9d45f - <std[fce30c26ee6459b]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x5598b4b9d45f - std[fce30c26ee6459b]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x5598b4bb7f09 - std[fce30c26ee6459b]::panicking::default_hook
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x5598b4a49abc - <alloc[dad09f3a48280dba]::boxed::Box<dyn for<'a, 'b> core[d17f6591d688f3bd]::ops::function::Fn<(&'a std[fce30c26ee6459b]::panic::PanicHookInfo<'b>,), Output = ()> + core[d17f6591d688f3bd]::marker::Sync + core[d17f6591d688f3bd]::marker::Send> as core[d17f6591d688f3bd]::ops::function::Fn<(&std[fce30c26ee6459b]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/alloc/src/boxed.rs:2285:9
[INFO] [stdout]   12:     0x5598b4a49abc - test[9653f4f1d2ca1489]::test_main_inner::<test[9653f4f1d2ca1489]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/test/src/lib.rs:155:21
[INFO] [stdout]   13:     0x5598b4bb80c2 - <alloc[dad09f3a48280dba]::boxed::Box<dyn for<'a, 'b> core[d17f6591d688f3bd]::ops::function::Fn<(&'a std[fce30c26ee6459b]::panic::PanicHookInfo<'b>,), Output = ()> + core[d17f6591d688f3bd]::marker::Sync + core[d17f6591d688f3bd]::marker::Send> as core[d17f6591d688f3bd]::ops::function::Fn<(&std[fce30c26ee6459b]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/alloc/src/boxed.rs:2285:9
[INFO] [stdout]   14:     0x5598b4bb80c2 - std[fce30c26ee6459b]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x5598b4b9d518 - std[fce30c26ee6459b]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:698:13
[INFO] [stdout]   16:     0x5598b4b92619 - std[fce30c26ee6459b]::sys::backtrace::__rust_end_short_backtrace::<std[fce30c26ee6459b]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x5598b4b9e22d - __rustc[de152adb51f02556]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x5598b4bd5a2c - core[d17f6591d688f3bd]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x5598b4bd58e3 - core[d17f6591d688f3bd]::panicking::assert_failed_inner
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/panicking.rs:439:17
[INFO] [stdout]   20:     0x5598b4a3828d - core[d17f6591d688f3bd]::panicking::assert_failed::<core[d17f6591d688f3bd]::result::Result<alloc[dad09f3a48280dba]::string::String, rustbook[3f46124814f1185b]::query_transformation::PrintError>, core[d17f6591d688f3bd]::result::Result<alloc[dad09f3a48280dba]::string::String, rustbook[3f46124814f1185b]::query_transformation::PrintError>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/panicking.rs:394:5
[INFO] [stdout]   21:     0x5598b4a31665 - rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#1}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/query_transformation.rs:224:13
[INFO] [stdout]   22:     0x5598b4a33ef7 - <&rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#1} as core[d17f6591d688f3bd]::ops::function::Fn<(proptest[b103e6066b256e9b]::sugar::NamedArguments<&str, rustbook[3f46124814f1185b]::query_transformation::QueryBoxed>,)>>::call
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/ops/function.rs:263:22
[INFO] [stdout]   23:     0x5598b4a2c767 - proptest[b103e6066b256e9b]::test_runner::runner::call_test::<proptest[b103e6066b256e9b]::sugar::NamedArguments<&str, rustbook[3f46124814f1185b]::query_transformation::QueryBoxed>, &rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#1}, alloc[dad09f3a48280dba]::vec::into_iter::IntoIter<core[d17f6591d688f3bd]::result::Result<(), proptest[b103e6066b256e9b]::test_runner::errors::TestCaseError>>>::{closure#3}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:256:49
[INFO] [stdout]   24:     0x5598b4a23808 - <core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<proptest[b103e6066b256e9b]::test_runner::runner::call_test<proptest[b103e6066b256e9b]::sugar::NamedArguments<&str, rustbook[3f46124814f1185b]::query_transformation::QueryBoxed>, &rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#1}, alloc[dad09f3a48280dba]::vec::into_iter::IntoIter<core[d17f6591d688f3bd]::result::Result<(), proptest[b103e6066b256e9b]::test_runner::errors::TestCaseError>>>::{closure#3}> as core[d17f6591d688f3bd]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   25:     0x5598b4a387fd - std[fce30c26ee6459b]::panicking::catch_unwind::do_call::<core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<proptest[b103e6066b256e9b]::test_runner::runner::call_test<proptest[b103e6066b256e9b]::sugar::NamedArguments<&str, rustbook[3f46124814f1185b]::query_transformation::QueryBoxed>, &rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#1}, alloc[dad09f3a48280dba]::vec::into_iter::IntoIter<core[d17f6591d688f3bd]::result::Result<(), proptest[b103e6066b256e9b]::test_runner::errors::TestCaseError>>>::{closure#3}>, core[d17f6591d688f3bd]::result::Result<(), proptest[b103e6066b256e9b]::test_runner::errors::TestCaseError>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:581:40
[INFO] [stdout]   26:     0x5598b4a367db - __rust_try
[INFO] [stdout]   27:     0x5598b4a2fe01 - std[fce30c26ee6459b]::panicking::catch_unwind::<core[d17f6591d688f3bd]::result::Result<(), proptest[b103e6066b256e9b]::test_runner::errors::TestCaseError>, core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<proptest[b103e6066b256e9b]::test_runner::runner::call_test<proptest[b103e6066b256e9b]::sugar::NamedArguments<&str, rustbook[3f46124814f1185b]::query_transformation::QueryBoxed>, &rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#1}, alloc[dad09f3a48280dba]::vec::into_iter::IntoIter<core[d17f6591d688f3bd]::result::Result<(), proptest[b103e6066b256e9b]::test_runner::errors::TestCaseError>>>::{closure#3}>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:544:19
[INFO] [stdout]   28:     0x5598b4a2fe01 - std[fce30c26ee6459b]::panic::catch_unwind::<core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<proptest[b103e6066b256e9b]::test_runner::runner::call_test<proptest[b103e6066b256e9b]::sugar::NamedArguments<&str, rustbook[3f46124814f1185b]::query_transformation::QueryBoxed>, &rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#1}, alloc[dad09f3a48280dba]::vec::into_iter::IntoIter<core[d17f6591d688f3bd]::result::Result<(), proptest[b103e6066b256e9b]::test_runner::errors::TestCaseError>>>::{closure#3}>, core[d17f6591d688f3bd]::result::Result<(), proptest[b103e6066b256e9b]::test_runner::errors::TestCaseError>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panic.rs:359:14
[INFO] [stdout]   29:     0x5598b4a2b3a4 - proptest[b103e6066b256e9b]::test_runner::runner::call_test::<proptest[b103e6066b256e9b]::sugar::NamedArguments<&str, rustbook[3f46124814f1185b]::query_transformation::QueryBoxed>, &rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#1}, alloc[dad09f3a48280dba]::vec::into_iter::IntoIter<core[d17f6591d688f3bd]::result::Result<(), proptest[b103e6066b256e9b]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:256:9
[INFO] [stdout]   30:     0x5598b4a297d7 - <proptest[b103e6066b256e9b]::test_runner::runner::TestRunner>::shrink::<proptest[b103e6066b256e9b]::strategy::map::Map<alloc[dad09f3a48280dba]::boxed::Box<dyn proptest[b103e6066b256e9b]::strategy::traits::ValueTree<Value = rustbook[3f46124814f1185b]::query_transformation::QueryBoxed>>, rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#0}>, &rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#1}, alloc[dad09f3a48280dba]::vec::into_iter::IntoIter<core[d17f6591d688f3bd]::result::Result<(), proptest[b103e6066b256e9b]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:845:30
[INFO] [stdout]   31:     0x5598b4a2743e - <proptest[b103e6066b256e9b]::test_runner::runner::TestRunner>::run_one_with_replay::<proptest[b103e6066b256e9b]::strategy::map::Map<alloc[dad09f3a48280dba]::boxed::Box<dyn proptest[b103e6066b256e9b]::strategy::traits::ValueTree<Value = rustbook[3f46124814f1185b]::query_transformation::QueryBoxed>>, rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#0}>, &rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#1}, alloc[dad09f3a48280dba]::vec::into_iter::IntoIter<core[d17f6591d688f3bd]::result::Result<(), proptest[b103e6066b256e9b]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:736:22
[INFO] [stdout]   32:     0x5598b4a26c9a - <proptest[b103e6066b256e9b]::test_runner::runner::TestRunner>::gen_and_run_case::<proptest[b103e6066b256e9b]::strategy::map::Map<proptest[b103e6066b256e9b]::strategy::recursive::Recursive<rustbook[3f46124814f1185b]::query_transformation::QueryBoxed, rustbook[3f46124814f1185b]::query_transformation::tests::arb_query::{closure#1}>, rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#0}>, rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#1}, alloc[dad09f3a48280dba]::vec::into_iter::IntoIter<core[d17f6591d688f3bd]::result::Result<(), proptest[b103e6066b256e9b]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:664:28
[INFO] [stdout]   33:     0x5598b4a28165 - <proptest[b103e6066b256e9b]::test_runner::runner::TestRunner>::run_in_process_with_replay::<proptest[b103e6066b256e9b]::strategy::map::Map<proptest[b103e6066b256e9b]::strategy::recursive::Recursive<rustbook[3f46124814f1185b]::query_transformation::QueryBoxed, rustbook[3f46124814f1185b]::query_transformation::tests::arb_query::{closure#1}>, rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#0}>, rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#1}, alloc[dad09f3a48280dba]::vec::into_iter::IntoIter<core[d17f6591d688f3bd]::result::Result<(), proptest[b103e6066b256e9b]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:613:31
[INFO] [stdout]   34:     0x5598b4a26a10 - <proptest[b103e6066b256e9b]::test_runner::runner::TestRunner>::run_in_process::<proptest[b103e6066b256e9b]::strategy::map::Map<proptest[b103e6066b256e9b]::strategy::recursive::Recursive<rustbook[3f46124814f1185b]::query_transformation::QueryBoxed, rustbook[3f46124814f1185b]::query_transformation::tests::arb_query::{closure#1}>, rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#0}>, rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#1}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:570:14
[INFO] [stdout]   35:     0x5598b4a2914f - <proptest[b103e6066b256e9b]::test_runner::runner::TestRunner>::run::<proptest[b103e6066b256e9b]::strategy::map::Map<proptest[b103e6066b256e9b]::strategy::recursive::Recursive<rustbook[3f46124814f1185b]::query_transformation::QueryBoxed, rustbook[3f46124814f1185b]::query_transformation::tests::arb_query::{closure#1}>, rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#0}>, rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#1}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:413:18
[INFO] [stdout]   36:     0x5598b4a32ffe - rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/sugar.rs:163:17
[INFO] [stdout]   37:     0x5598b4a312d7 - rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/sugar.rs:159:28
[INFO] [stdout]   38:     0x5598b4a24036 - <rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#0} as core[d17f6591d688f3bd]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   39:     0x5598b4a3cd9b - <fn() -> core[d17f6591d688f3bd]::result::Result<(), alloc[dad09f3a48280dba]::string::String> as core[d17f6591d688f3bd]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   40:     0x5598b4a3cd9b - test[9653f4f1d2ca1489]::__rust_begin_short_backtrace::<core[d17f6591d688f3bd]::result::Result<(), alloc[dad09f3a48280dba]::string::String>, fn() -> core[d17f6591d688f3bd]::result::Result<(), alloc[dad09f3a48280dba]::string::String>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/test/src/lib.rs:724:18
[INFO] [stdout]   41:     0x5598b4a4a58b - test[9653f4f1d2ca1489]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/test/src/lib.rs:747:74
[INFO] [stdout]   42:     0x5598b4a4a58b - <core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<test[9653f4f1d2ca1489]::run_test_in_process::{closure#0}> as core[d17f6591d688f3bd]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   43:     0x5598b4a4a58b - std[fce30c26ee6459b]::panicking::catch_unwind::do_call::<core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<test[9653f4f1d2ca1489]::run_test_in_process::{closure#0}>, core[d17f6591d688f3bd]::result::Result<(), alloc[dad09f3a48280dba]::string::String>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:581:40
[INFO] [stdout]   44:     0x5598b4a4a58b - std[fce30c26ee6459b]::panicking::catch_unwind::<core[d17f6591d688f3bd]::result::Result<(), alloc[dad09f3a48280dba]::string::String>, core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<test[9653f4f1d2ca1489]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:544:19
[INFO] [stdout]   45:     0x5598b4a4a58b - std[fce30c26ee6459b]::panic::catch_unwind::<core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<test[9653f4f1d2ca1489]::run_test_in_process::{closure#0}>, core[d17f6591d688f3bd]::result::Result<(), alloc[dad09f3a48280dba]::string::String>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panic.rs:359:14
[INFO] [stdout]   46:     0x5598b4a4a58b - test[9653f4f1d2ca1489]::run_test_in_process
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/test/src/lib.rs:747:27
[INFO] [stdout]   47:     0x5598b4a4a58b - test[9653f4f1d2ca1489]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/test/src/lib.rs:668:43
[INFO] [stdout]   48:     0x5598b4a43ca4 - test[9653f4f1d2ca1489]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/test/src/lib.rs:698:41
[INFO] [stdout]   49:     0x5598b4a43ca4 - std[fce30c26ee6459b]::sys::backtrace::__rust_begin_short_backtrace::<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   50:     0x5598b4a4d192 - std[fce30c26ee6459b]::thread::lifecycle::spawn_unchecked::<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/thread/lifecycle.rs:70:13
[INFO] [stdout]   51:     0x5598b4a4d192 - <core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<std[fce30c26ee6459b]::thread::lifecycle::spawn_unchecked<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[d17f6591d688f3bd]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   52:     0x5598b4a4d192 - std[fce30c26ee6459b]::panicking::catch_unwind::do_call::<core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<std[fce30c26ee6459b]::thread::lifecycle::spawn_unchecked<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:581:40
[INFO] [stdout]   53:     0x5598b4a4d192 - std[fce30c26ee6459b]::panicking::catch_unwind::<(), core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<std[fce30c26ee6459b]::thread::lifecycle::spawn_unchecked<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:544:19
[INFO] [stdout]   54:     0x5598b4a4d192 - std[fce30c26ee6459b]::panic::catch_unwind::<core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<std[fce30c26ee6459b]::thread::lifecycle::spawn_unchecked<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panic.rs:359:14
[INFO] [stdout]   55:     0x5598b4a4d192 - std[fce30c26ee6459b]::thread::lifecycle::spawn_unchecked::<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/thread/lifecycle.rs:68:26
[INFO] [stdout]   56:     0x5598b4a4d192 - <std[fce30c26ee6459b]::thread::lifecycle::spawn_unchecked<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>::{closure#1} as core[d17f6591d688f3bd]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   57:     0x5598b4bbf51f - <alloc[dad09f3a48280dba]::boxed::Box<dyn core[d17f6591d688f3bd]::ops::function::FnOnce<(), Output = ()> + core[d17f6591d688f3bd]::marker::Send> as core[d17f6591d688f3bd]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/alloc/src/boxed.rs:2271:9
[INFO] [stdout]   58:     0x5598b4bbf51f - <std[fce30c26ee6459b]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/sys/thread/unix.rs:118:17
[INFO] [stdout]   59:     0x76e42426eaa4 - <unknown>
[INFO] [stdout]   60:     0x76e4242fba64 - clone
[INFO] [stdout]   61:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] thread 'query_transformation::tests::all_impls_match' (17) panicked at src/query_transformation.rs:224:13:
[INFO] [stdout] assertion `left == right` failed
[INFO] [stdout]   left: Ok("(bezvikpcdjiulkaxewvs=hrrexczh) OR (otsux=atnvszuqchqlqiwfhuvqmt) OR (oe=hmjldfuhrigtymylwjvvzbiocqzt) OR ((ohzzgbifod=tfkwoyekbgaz) OR (bezvikpcdjiulkaxewvs=hrrexczh) OR (otsux=atnvszuqchqlqiwfhuvqmt) OR (oe=hmjldfuhrigtymylwjvvzbiocqzt)) OR (ztbiwjdj=dgzdjppfskdzptlceexqvmcunzxkpt) OR (slqjmmtswuyhlvipbdtrggy=kcetidbptmitaqwwyfgollhudeia)")
[INFO] [stdout]  right: Err(ShortSubQuery)
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x5598b4bbfc0a - std[fce30c26ee6459b]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x5598b4bbfc0a - std[fce30c26ee6459b]::backtrace_rs::backtrace::trace_unsynchronized::<std[fce30c26ee6459b]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x5598b4bbfc0a - std[fce30c26ee6459b]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x5598b4bbfc0a - <<std[fce30c26ee6459b]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[d17f6591d688f3bd]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x5598b4bd51ea - <core[d17f6591d688f3bd]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x5598b4bd51ea - core[d17f6591d688f3bd]::fmt::write
[INFO] [stdout]    6:     0x5598b4bc4852 - std[fce30c26ee6459b]::io::default_write_fmt::<alloc[dad09f3a48280dba]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/io/mod.rs:621:11
[INFO] [stdout]    7:     0x5598b4bc4852 - <alloc[dad09f3a48280dba]::vec::Vec<u8> as std[fce30c26ee6459b]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/io/mod.rs:1976:13
[INFO] [stdout]    8:     0x5598b4b9d45f - <std[fce30c26ee6459b]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x5598b4b9d45f - std[fce30c26ee6459b]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x5598b4bb7f09 - std[fce30c26ee6459b]::panicking::default_hook
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x5598b4a49abc - <alloc[dad09f3a48280dba]::boxed::Box<dyn for<'a, 'b> core[d17f6591d688f3bd]::ops::function::Fn<(&'a std[fce30c26ee6459b]::panic::PanicHookInfo<'b>,), Output = ()> + core[d17f6591d688f3bd]::marker::Sync + core[d17f6591d688f3bd]::marker::Send> as core[d17f6591d688f3bd]::ops::function::Fn<(&std[fce30c26ee6459b]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/alloc/src/boxed.rs:2285:9
[INFO] [stdout]   12:     0x5598b4a49abc - test[9653f4f1d2ca1489]::test_main_inner::<test[9653f4f1d2ca1489]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/test/src/lib.rs:155:21
[INFO] [stdout]   13:     0x5598b4bb80c2 - <alloc[dad09f3a48280dba]::boxed::Box<dyn for<'a, 'b> core[d17f6591d688f3bd]::ops::function::Fn<(&'a std[fce30c26ee6459b]::panic::PanicHookInfo<'b>,), Output = ()> + core[d17f6591d688f3bd]::marker::Sync + core[d17f6591d688f3bd]::marker::Send> as core[d17f6591d688f3bd]::ops::function::Fn<(&std[fce30c26ee6459b]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/alloc/src/boxed.rs:2285:9
[INFO] [stdout]   14:     0x5598b4bb80c2 - std[fce30c26ee6459b]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x5598b4b9d518 - std[fce30c26ee6459b]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:698:13
[INFO] [stdout]   16:     0x5598b4b92619 - std[fce30c26ee6459b]::sys::backtrace::__rust_end_short_backtrace::<std[fce30c26ee6459b]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x5598b4b9e22d - __rustc[de152adb51f02556]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x5598b4bd5a2c - core[d17f6591d688f3bd]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x5598b4bd58e3 - core[d17f6591d688f3bd]::panicking::assert_failed_inner
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/panicking.rs:439:17
[INFO] [stdout]   20:     0x5598b4a3828d - core[d17f6591d688f3bd]::panicking::assert_failed::<core[d17f6591d688f3bd]::result::Result<alloc[dad09f3a48280dba]::string::String, rustbook[3f46124814f1185b]::query_transformation::PrintError>, core[d17f6591d688f3bd]::result::Result<alloc[dad09f3a48280dba]::string::String, rustbook[3f46124814f1185b]::query_transformation::PrintError>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/panicking.rs:394:5
[INFO] [stdout]   21:     0x5598b4a31665 - rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#1}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/query_transformation.rs:224:13
[INFO] [stdout]   22:     0x5598b4a33ef7 - <&rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#1} as core[d17f6591d688f3bd]::ops::function::Fn<(proptest[b103e6066b256e9b]::sugar::NamedArguments<&str, rustbook[3f46124814f1185b]::query_transformation::QueryBoxed>,)>>::call
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/ops/function.rs:263:22
[INFO] [stdout]   23:     0x5598b4a2c767 - proptest[b103e6066b256e9b]::test_runner::runner::call_test::<proptest[b103e6066b256e9b]::sugar::NamedArguments<&str, rustbook[3f46124814f1185b]::query_transformation::QueryBoxed>, &rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#1}, alloc[dad09f3a48280dba]::vec::into_iter::IntoIter<core[d17f6591d688f3bd]::result::Result<(), proptest[b103e6066b256e9b]::test_runner::errors::TestCaseError>>>::{closure#3}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:256:49
[INFO] [stdout]   24:     0x5598b4a23808 - <core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<proptest[b103e6066b256e9b]::test_runner::runner::call_test<proptest[b103e6066b256e9b]::sugar::NamedArguments<&str, rustbook[3f46124814f1185b]::query_transformation::QueryBoxed>, &rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#1}, alloc[dad09f3a48280dba]::vec::into_iter::IntoIter<core[d17f6591d688f3bd]::result::Result<(), proptest[b103e6066b256e9b]::test_runner::errors::TestCaseError>>>::{closure#3}> as core[d17f6591d688f3bd]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   25:     0x5598b4a387fd - std[fce30c26ee6459b]::panicking::catch_unwind::do_call::<core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<proptest[b103e6066b256e9b]::test_runner::runner::call_test<proptest[b103e6066b256e9b]::sugar::NamedArguments<&str, rustbook[3f46124814f1185b]::query_transformation::QueryBoxed>, &rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#1}, alloc[dad09f3a48280dba]::vec::into_iter::IntoIter<core[d17f6591d688f3bd]::result::Result<(), proptest[b103e6066b256e9b]::test_runner::errors::TestCaseError>>>::{closure#3}>, core[d17f6591d688f3bd]::result::Result<(), proptest[b103e6066b256e9b]::test_runner::errors::TestCaseError>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:581:40
[INFO] [stdout]   26:     0x5598b4a367db - __rust_try
[INFO] [stdout]   27:     0x5598b4a2fe01 - std[fce30c26ee6459b]::panicking::catch_unwind::<core[d17f6591d688f3bd]::result::Result<(), proptest[b103e6066b256e9b]::test_runner::errors::TestCaseError>, core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<proptest[b103e6066b256e9b]::test_runner::runner::call_test<proptest[b103e6066b256e9b]::sugar::NamedArguments<&str, rustbook[3f46124814f1185b]::query_transformation::QueryBoxed>, &rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#1}, alloc[dad09f3a48280dba]::vec::into_iter::IntoIter<core[d17f6591d688f3bd]::result::Result<(), proptest[b103e6066b256e9b]::test_runner::errors::TestCaseError>>>::{closure#3}>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:544:19
[INFO] [stdout]   28:     0x5598b4a2fe01 - std[fce30c26ee6459b]::panic::catch_unwind::<core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<proptest[b103e6066b256e9b]::test_runner::runner::call_test<proptest[b103e6066b256e9b]::sugar::NamedArguments<&str, rustbook[3f46124814f1185b]::query_transformation::QueryBoxed>, &rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#1}, alloc[dad09f3a48280dba]::vec::into_iter::IntoIter<core[d17f6591d688f3bd]::result::Result<(), proptest[b103e6066b256e9b]::test_runner::errors::TestCaseError>>>::{closure#3}>, core[d17f6591d688f3bd]::result::Result<(), proptest[b103e6066b256e9b]::test_runner::errors::TestCaseError>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panic.rs:359:14
[INFO] [stdout]   29:     0x5598b4a2b3a4 - proptest[b103e6066b256e9b]::test_runner::runner::call_test::<proptest[b103e6066b256e9b]::sugar::NamedArguments<&str, rustbook[3f46124814f1185b]::query_transformation::QueryBoxed>, &rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#1}, alloc[dad09f3a48280dba]::vec::into_iter::IntoIter<core[d17f6591d688f3bd]::result::Result<(), proptest[b103e6066b256e9b]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:256:9
[INFO] [stdout]   30:     0x5598b4a297d7 - <proptest[b103e6066b256e9b]::test_runner::runner::TestRunner>::shrink::<proptest[b103e6066b256e9b]::strategy::map::Map<alloc[dad09f3a48280dba]::boxed::Box<dyn proptest[b103e6066b256e9b]::strategy::traits::ValueTree<Value = rustbook[3f46124814f1185b]::query_transformation::QueryBoxed>>, rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#0}>, &rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#1}, alloc[dad09f3a48280dba]::vec::into_iter::IntoIter<core[d17f6591d688f3bd]::result::Result<(), proptest[b103e6066b256e9b]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:845:30
[INFO] [stdout]   31:     0x5598b4a2743e - <proptest[b103e6066b256e9b]::test_runner::runner::TestRunner>::run_one_with_replay::<proptest[b103e6066b256e9b]::strategy::map::Map<alloc[dad09f3a48280dba]::boxed::Box<dyn proptest[b103e6066b256e9b]::strategy::traits::ValueTree<Value = rustbook[3f46124814f1185b]::query_transformation::QueryBoxed>>, rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#0}>, &rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#1}, alloc[dad09f3a48280dba]::vec::into_iter::IntoIter<core[d17f6591d688f3bd]::result::Result<(), proptest[b103e6066b256e9b]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:736:22
[INFO] [stdout]   32:     0x5598b4a26c9a - <proptest[b103e6066b256e9b]::test_runner::runner::TestRunner>::gen_and_run_case::<proptest[b103e6066b256e9b]::strategy::map::Map<proptest[b103e6066b256e9b]::strategy::recursive::Recursive<rustbook[3f46124814f1185b]::query_transformation::QueryBoxed, rustbook[3f46124814f1185b]::query_transformation::tests::arb_query::{closure#1}>, rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#0}>, rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#1}, alloc[dad09f3a48280dba]::vec::into_iter::IntoIter<core[d17f6591d688f3bd]::result::Result<(), proptest[b103e6066b256e9b]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:664:28
[INFO] [stdout]   33:     0x5598b4a28165 - <proptest[b103e6066b256e9b]::test_runner::runner::TestRunner>::run_in_process_with_replay::<proptest[b103e6066b256e9b]::strategy::map::Map<proptest[b103e6066b256e9b]::strategy::recursive::Recursive<rustbook[3f46124814f1185b]::query_transformation::QueryBoxed, rustbook[3f46124814f1185b]::query_transformation::tests::arb_query::{closure#1}>, rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#0}>, rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#1}, alloc[dad09f3a48280dba]::vec::into_iter::IntoIter<core[d17f6591d688f3bd]::result::Result<(), proptest[b103e6066b256e9b]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:613:31
[INFO] [stdout]   34:     0x5598b4a26a10 - <proptest[b103e6066b256e9b]::test_runner::runner::TestRunner>::run_in_process::<proptest[b103e6066b256e9b]::strategy::map::Map<proptest[b103e6066b256e9b]::strategy::recursive::Recursive<rustbook[3f46124814f1185b]::query_transformation::QueryBoxed, rustbook[3f46124814f1185b]::query_transformation::tests::arb_query::{closure#1}>, rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#0}>, rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#1}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:570:14
[INFO] [stdout]   35:     0x5598b4a2914f - <proptest[b103e6066b256e9b]::test_runner::runner::TestRunner>::run::<proptest[b103e6066b256e9b]::strategy::map::Map<proptest[b103e6066b256e9b]::strategy::recursive::Recursive<rustbook[3f46124814f1185b]::query_transformation::QueryBoxed, rustbook[3f46124814f1185b]::query_transformation::tests::arb_query::{closure#1}>, rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#0}>, rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#1}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:413:18
[INFO] [stdout]   36:     0x5598b4a32ffe - rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/sugar.rs:163:17
[INFO] [stdout]   37:     0x5598b4a312d7 - rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/sugar.rs:159:28
[INFO] [stdout]   38:     0x5598b4a24036 - <rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#0} as core[d17f6591d688f3bd]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   39:     0x5598b4a3cd9b - <fn() -> core[d17f6591d688f3bd]::result::Result<(), alloc[dad09f3a48280dba]::string::String> as core[d17f6591d688f3bd]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   40:     0x5598b4a3cd9b - test[9653f4f1d2ca1489]::__rust_begin_short_backtrace::<core[d17f6591d688f3bd]::result::Result<(), alloc[dad09f3a48280dba]::string::String>, fn() -> core[d17f6591d688f3bd]::result::Result<(), alloc[dad09f3a48280dba]::string::String>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/test/src/lib.rs:724:18
[INFO] [stdout]   41:     0x5598b4a4a58b - test[9653f4f1d2ca1489]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/test/src/lib.rs:747:74
[INFO] [stdout]   42:     0x5598b4a4a58b - <core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<test[9653f4f1d2ca1489]::run_test_in_process::{closure#0}> as core[d17f6591d688f3bd]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   43:     0x5598b4a4a58b - std[fce30c26ee6459b]::panicking::catch_unwind::do_call::<core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<test[9653f4f1d2ca1489]::run_test_in_process::{closure#0}>, core[d17f6591d688f3bd]::result::Result<(), alloc[dad09f3a48280dba]::string::String>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:581:40
[INFO] [stdout]   44:     0x5598b4a4a58b - std[fce30c26ee6459b]::panicking::catch_unwind::<core[d17f6591d688f3bd]::result::Result<(), alloc[dad09f3a48280dba]::string::String>, core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<test[9653f4f1d2ca1489]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:544:19
[INFO] [stdout]   45:     0x5598b4a4a58b - std[fce30c26ee6459b]::panic::catch_unwind::<core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<test[9653f4f1d2ca1489]::run_test_in_process::{closure#0}>, core[d17f6591d688f3bd]::result::Result<(), alloc[dad09f3a48280dba]::string::String>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panic.rs:359:14
[INFO] [stdout]   46:     0x5598b4a4a58b - test[9653f4f1d2ca1489]::run_test_in_process
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/test/src/lib.rs:747:27
[INFO] [stdout]   47:     0x5598b4a4a58b - test[9653f4f1d2ca1489]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/test/src/lib.rs:668:43
[INFO] [stdout]   48:     0x5598b4a43ca4 - test[9653f4f1d2ca1489]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/test/src/lib.rs:698:41
[INFO] [stdout]   49:     0x5598b4a43ca4 - std[fce30c26ee6459b]::sys::backtrace::__rust_begin_short_backtrace::<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   50:     0x5598b4a4d192 - std[fce30c26ee6459b]::thread::lifecycle::spawn_unchecked::<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/thread/lifecycle.rs:70:13
[INFO] [stdout]   51:     0x5598b4a4d192 - <core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<std[fce30c26ee6459b]::thread::lifecycle::spawn_unchecked<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[d17f6591d688f3bd]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   52:     0x5598b4a4d192 - std[fce30c26ee6459b]::panicking::catch_unwind::do_call::<core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<std[fce30c26ee6459b]::thread::lifecycle::spawn_unchecked<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:581:40
[INFO] [stdout]   53:     0x5598b4a4d192 - std[fce30c26ee6459b]::panicking::catch_unwind::<(), core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<std[fce30c26ee6459b]::thread::lifecycle::spawn_unchecked<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:544:19
[INFO] [stdout]   54:     0x5598b4a4d192 - std[fce30c26ee6459b]::panic::catch_unwind::<core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<std[fce30c26ee6459b]::thread::lifecycle::spawn_unchecked<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panic.rs:359:14
[INFO] [stdout]   55:     0x5598b4a4d192 - std[fce30c26ee6459b]::thread::lifecycle::spawn_unchecked::<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/thread/lifecycle.rs:68:26
[INFO] [stdout]   56:     0x5598b4a4d192 - <std[fce30c26ee6459b]::thread::lifecycle::spawn_unchecked<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>::{closure#1} as core[d17f6591d688f3bd]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   57:     0x5598b4bbf51f - <alloc[dad09f3a48280dba]::boxed::Box<dyn core[d17f6591d688f3bd]::ops::function::FnOnce<(), Output = ()> + core[d17f6591d688f3bd]::marker::Send> as core[d17f6591d688f3bd]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/alloc/src/boxed.rs:2271:9
[INFO] [stdout]   58:     0x5598b4bbf51f - <std[fce30c26ee6459b]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/sys/thread/unix.rs:118:17
[INFO] [stdout]   59:     0x76e42426eaa4 - <unknown>
[INFO] [stdout]   60:     0x76e4242fba64 - clone
[INFO] [stdout]   61:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] thread 'query_transformation::tests::all_impls_match' (17) panicked at src/query_transformation.rs:224:13:
[INFO] [stdout] assertion `left == right` failed
[INFO] [stdout]   left: Ok("(otsux=atnvszuqchqlqiwfhuvqmt) OR (oe=hmjldfuhrigtymylwjvvzbiocqzt) OR ((ohzzgbifod=tfkwoyekbgaz) OR (bezvikpcdjiulkaxewvs=hrrexczh) OR (otsux=atnvszuqchqlqiwfhuvqmt) OR (oe=hmjldfuhrigtymylwjvvzbiocqzt)) OR (ztbiwjdj=dgzdjppfskdzptlceexqvmcunzxkpt) OR (slqjmmtswuyhlvipbdtrggy=kcetidbptmitaqwwyfgollhudeia)")
[INFO] [stdout]  right: Err(ShortSubQuery)
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x5598b4bbfc0a - std[fce30c26ee6459b]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x5598b4bbfc0a - std[fce30c26ee6459b]::backtrace_rs::backtrace::trace_unsynchronized::<std[fce30c26ee6459b]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x5598b4bbfc0a - std[fce30c26ee6459b]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x5598b4bbfc0a - <<std[fce30c26ee6459b]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[d17f6591d688f3bd]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x5598b4bd51ea - <core[d17f6591d688f3bd]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x5598b4bd51ea - core[d17f6591d688f3bd]::fmt::write
[INFO] [stdout]    6:     0x5598b4bc4852 - std[fce30c26ee6459b]::io::default_write_fmt::<alloc[dad09f3a48280dba]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/io/mod.rs:621:11
[INFO] [stdout]    7:     0x5598b4bc4852 - <alloc[dad09f3a48280dba]::vec::Vec<u8> as std[fce30c26ee6459b]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/io/mod.rs:1976:13
[INFO] [stdout]    8:     0x5598b4b9d45f - <std[fce30c26ee6459b]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x5598b4b9d45f - std[fce30c26ee6459b]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x5598b4bb7f09 - std[fce30c26ee6459b]::panicking::default_hook
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x5598b4a49abc - <alloc[dad09f3a48280dba]::boxed::Box<dyn for<'a, 'b> core[d17f6591d688f3bd]::ops::function::Fn<(&'a std[fce30c26ee6459b]::panic::PanicHookInfo<'b>,), Output = ()> + core[d17f6591d688f3bd]::marker::Sync + core[d17f6591d688f3bd]::marker::Send> as core[d17f6591d688f3bd]::ops::function::Fn<(&std[fce30c26ee6459b]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/alloc/src/boxed.rs:2285:9
[INFO] [stdout]   12:     0x5598b4a49abc - test[9653f4f1d2ca1489]::test_main_inner::<test[9653f4f1d2ca1489]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/test/src/lib.rs:155:21
[INFO] [stdout]   13:     0x5598b4bb80c2 - <alloc[dad09f3a48280dba]::boxed::Box<dyn for<'a, 'b> core[d17f6591d688f3bd]::ops::function::Fn<(&'a std[fce30c26ee6459b]::panic::PanicHookInfo<'b>,), Output = ()> + core[d17f6591d688f3bd]::marker::Sync + core[d17f6591d688f3bd]::marker::Send> as core[d17f6591d688f3bd]::ops::function::Fn<(&std[fce30c26ee6459b]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/alloc/src/boxed.rs:2285:9
[INFO] [stdout]   14:     0x5598b4bb80c2 - std[fce30c26ee6459b]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x5598b4b9d518 - std[fce30c26ee6459b]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:698:13
[INFO] [stdout]   16:     0x5598b4b92619 - std[fce30c26ee6459b]::sys::backtrace::__rust_end_short_backtrace::<std[fce30c26ee6459b]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x5598b4b9e22d - __rustc[de152adb51f02556]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x5598b4bd5a2c - core[d17f6591d688f3bd]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x5598b4bd58e3 - core[d17f6591d688f3bd]::panicking::assert_failed_inner
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/panicking.rs:439:17
[INFO] [stdout]   20:     0x5598b4a3828d - core[d17f6591d688f3bd]::panicking::assert_failed::<core[d17f6591d688f3bd]::result::Result<alloc[dad09f3a48280dba]::string::String, rustbook[3f46124814f1185b]::query_transformation::PrintError>, core[d17f6591d688f3bd]::result::Result<alloc[dad09f3a48280dba]::string::String, rustbook[3f46124814f1185b]::query_transformation::PrintError>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/panicking.rs:394:5
[INFO] [stdout]   21:     0x5598b4a31665 - rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#1}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/query_transformation.rs:224:13
[INFO] [stdout]   22:     0x5598b4a33ef7 - <&rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#1} as core[d17f6591d688f3bd]::ops::function::Fn<(proptest[b103e6066b256e9b]::sugar::NamedArguments<&str, rustbook[3f46124814f1185b]::query_transformation::QueryBoxed>,)>>::call
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/ops/function.rs:263:22
[INFO] [stdout]   23:     0x5598b4a2c767 - proptest[b103e6066b256e9b]::test_runner::runner::call_test::<proptest[b103e6066b256e9b]::sugar::NamedArguments<&str, rustbook[3f46124814f1185b]::query_transformation::QueryBoxed>, &rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#1}, alloc[dad09f3a48280dba]::vec::into_iter::IntoIter<core[d17f6591d688f3bd]::result::Result<(), proptest[b103e6066b256e9b]::test_runner::errors::TestCaseError>>>::{closure#3}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:256:49
[INFO] [stdout]   24:     0x5598b4a23808 - <core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<proptest[b103e6066b256e9b]::test_runner::runner::call_test<proptest[b103e6066b256e9b]::sugar::NamedArguments<&str, rustbook[3f46124814f1185b]::query_transformation::QueryBoxed>, &rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#1}, alloc[dad09f3a48280dba]::vec::into_iter::IntoIter<core[d17f6591d688f3bd]::result::Result<(), proptest[b103e6066b256e9b]::test_runner::errors::TestCaseError>>>::{closure#3}> as core[d17f6591d688f3bd]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   25:     0x5598b4a387fd - std[fce30c26ee6459b]::panicking::catch_unwind::do_call::<core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<proptest[b103e6066b256e9b]::test_runner::runner::call_test<proptest[b103e6066b256e9b]::sugar::NamedArguments<&str, rustbook[3f46124814f1185b]::query_transformation::QueryBoxed>, &rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#1}, alloc[dad09f3a48280dba]::vec::into_iter::IntoIter<core[d17f6591d688f3bd]::result::Result<(), proptest[b103e6066b256e9b]::test_runner::errors::TestCaseError>>>::{closure#3}>, core[d17f6591d688f3bd]::result::Result<(), proptest[b103e6066b256e9b]::test_runner::errors::TestCaseError>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:581:40
[INFO] [stdout]   26:     0x5598b4a367db - __rust_try
[INFO] [stdout]   27:     0x5598b4a2fe01 - std[fce30c26ee6459b]::panicking::catch_unwind::<core[d17f6591d688f3bd]::result::Result<(), proptest[b103e6066b256e9b]::test_runner::errors::TestCaseError>, core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<proptest[b103e6066b256e9b]::test_runner::runner::call_test<proptest[b103e6066b256e9b]::sugar::NamedArguments<&str, rustbook[3f46124814f1185b]::query_transformation::QueryBoxed>, &rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#1}, alloc[dad09f3a48280dba]::vec::into_iter::IntoIter<core[d17f6591d688f3bd]::result::Result<(), proptest[b103e6066b256e9b]::test_runner::errors::TestCaseError>>>::{closure#3}>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:544:19
[INFO] [stdout]   28:     0x5598b4a2fe01 - std[fce30c26ee6459b]::panic::catch_unwind::<core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<proptest[b103e6066b256e9b]::test_runner::runner::call_test<proptest[b103e6066b256e9b]::sugar::NamedArguments<&str, rustbook[3f46124814f1185b]::query_transformation::QueryBoxed>, &rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#1}, alloc[dad09f3a48280dba]::vec::into_iter::IntoIter<core[d17f6591d688f3bd]::result::Result<(), proptest[b103e6066b256e9b]::test_runner::errors::TestCaseError>>>::{closure#3}>, core[d17f6591d688f3bd]::result::Result<(), proptest[b103e6066b256e9b]::test_runner::errors::TestCaseError>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panic.rs:359:14
[INFO] [stdout]   29:     0x5598b4a2b3a4 - proptest[b103e6066b256e9b]::test_runner::runner::call_test::<proptest[b103e6066b256e9b]::sugar::NamedArguments<&str, rustbook[3f46124814f1185b]::query_transformation::QueryBoxed>, &rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#1}, alloc[dad09f3a48280dba]::vec::into_iter::IntoIter<core[d17f6591d688f3bd]::result::Result<(), proptest[b103e6066b256e9b]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:256:9
[INFO] [stdout]   30:     0x5598b4a297d7 - <proptest[b103e6066b256e9b]::test_runner::runner::TestRunner>::shrink::<proptest[b103e6066b256e9b]::strategy::map::Map<alloc[dad09f3a48280dba]::boxed::Box<dyn proptest[b103e6066b256e9b]::strategy::traits::ValueTree<Value = rustbook[3f46124814f1185b]::query_transformation::QueryBoxed>>, rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#0}>, &rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#1}, alloc[dad09f3a48280dba]::vec::into_iter::IntoIter<core[d17f6591d688f3bd]::result::Result<(), proptest[b103e6066b256e9b]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:845:30
[INFO] [stdout]   31:     0x5598b4a2743e - <proptest[b103e6066b256e9b]::test_runner::runner::TestRunner>::run_one_with_replay::<proptest[b103e6066b256e9b]::strategy::map::Map<alloc[dad09f3a48280dba]::boxed::Box<dyn proptest[b103e6066b256e9b]::strategy::traits::ValueTree<Value = rustbook[3f46124814f1185b]::query_transformation::QueryBoxed>>, rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#0}>, &rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#1}, alloc[dad09f3a48280dba]::vec::into_iter::IntoIter<core[d17f6591d688f3bd]::result::Result<(), proptest[b103e6066b256e9b]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:736:22
[INFO] [stdout]   32:     0x5598b4a26c9a - <proptest[b103e6066b256e9b]::test_runner::runner::TestRunner>::gen_and_run_case::<proptest[b103e6066b256e9b]::strategy::map::Map<proptest[b103e6066b256e9b]::strategy::recursive::Recursive<rustbook[3f46124814f1185b]::query_transformation::QueryBoxed, rustbook[3f46124814f1185b]::query_transformation::tests::arb_query::{closure#1}>, rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#0}>, rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#1}, alloc[dad09f3a48280dba]::vec::into_iter::IntoIter<core[d17f6591d688f3bd]::result::Result<(), proptest[b103e6066b256e9b]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:664:28
[INFO] [stdout]   33:     0x5598b4a28165 - <proptest[b103e6066b256e9b]::test_runner::runner::TestRunner>::run_in_process_with_replay::<proptest[b103e6066b256e9b]::strategy::map::Map<proptest[b103e6066b256e9b]::strategy::recursive::Recursive<rustbook[3f46124814f1185b]::query_transformation::QueryBoxed, rustbook[3f46124814f1185b]::query_transformation::tests::arb_query::{closure#1}>, rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#0}>, rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#1}, alloc[dad09f3a48280dba]::vec::into_iter::IntoIter<core[d17f6591d688f3bd]::result::Result<(), proptest[b103e6066b256e9b]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:613:31
[INFO] [stdout]   34:     0x5598b4a26a10 - <proptest[b103e6066b256e9b]::test_runner::runner::TestRunner>::run_in_process::<proptest[b103e6066b256e9b]::strategy::map::Map<proptest[b103e6066b256e9b]::strategy::recursive::Recursive<rustbook[3f46124814f1185b]::query_transformation::QueryBoxed, rustbook[3f46124814f1185b]::query_transformation::tests::arb_query::{closure#1}>, rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#0}>, rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#1}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:570:14
[INFO] [stdout]   35:     0x5598b4a2914f - <proptest[b103e6066b256e9b]::test_runner::runner::TestRunner>::run::<proptest[b103e6066b256e9b]::strategy::map::Map<proptest[b103e6066b256e9b]::strategy::recursive::Recursive<rustbook[3f46124814f1185b]::query_transformation::QueryBoxed, rustbook[3f46124814f1185b]::query_transformation::tests::arb_query::{closure#1}>, rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#0}>, rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#1}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:413:18
[INFO] [stdout]   36:     0x5598b4a32ffe - rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/sugar.rs:163:17
[INFO] [stdout]   37:     0x5598b4a312d7 - rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/sugar.rs:159:28
[INFO] [stdout]   38:     0x5598b4a24036 - <rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#0} as core[d17f6591d688f3bd]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   39:     0x5598b4a3cd9b - <fn() -> core[d17f6591d688f3bd]::result::Result<(), alloc[dad09f3a48280dba]::string::String> as core[d17f6591d688f3bd]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   40:     0x5598b4a3cd9b - test[9653f4f1d2ca1489]::__rust_begin_short_backtrace::<core[d17f6591d688f3bd]::result::Result<(), alloc[dad09f3a48280dba]::string::String>, fn() -> core[d17f6591d688f3bd]::result::Result<(), alloc[dad09f3a48280dba]::string::String>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/test/src/lib.rs:724:18
[INFO] [stdout]   41:     0x5598b4a4a58b - test[9653f4f1d2ca1489]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/test/src/lib.rs:747:74
[INFO] [stdout]   42:     0x5598b4a4a58b - <core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<test[9653f4f1d2ca1489]::run_test_in_process::{closure#0}> as core[d17f6591d688f3bd]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   43:     0x5598b4a4a58b - std[fce30c26ee6459b]::panicking::catch_unwind::do_call::<core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<test[9653f4f1d2ca1489]::run_test_in_process::{closure#0}>, core[d17f6591d688f3bd]::result::Result<(), alloc[dad09f3a48280dba]::string::String>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:581:40
[INFO] [stdout]   44:     0x5598b4a4a58b - std[fce30c26ee6459b]::panicking::catch_unwind::<core[d17f6591d688f3bd]::result::Result<(), alloc[dad09f3a48280dba]::string::String>, core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<test[9653f4f1d2ca1489]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:544:19
[INFO] [stdout]   45:     0x5598b4a4a58b - std[fce30c26ee6459b]::panic::catch_unwind::<core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<test[9653f4f1d2ca1489]::run_test_in_process::{closure#0}>, core[d17f6591d688f3bd]::result::Result<(), alloc[dad09f3a48280dba]::string::String>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panic.rs:359:14
[INFO] [stdout]   46:     0x5598b4a4a58b - test[9653f4f1d2ca1489]::run_test_in_process
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/test/src/lib.rs:747:27
[INFO] [stdout]   47:     0x5598b4a4a58b - test[9653f4f1d2ca1489]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/test/src/lib.rs:668:43
[INFO] [stdout]   48:     0x5598b4a43ca4 - test[9653f4f1d2ca1489]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/test/src/lib.rs:698:41
[INFO] [stdout]   49:     0x5598b4a43ca4 - std[fce30c26ee6459b]::sys::backtrace::__rust_begin_short_backtrace::<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   50:     0x5598b4a4d192 - std[fce30c26ee6459b]::thread::lifecycle::spawn_unchecked::<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/thread/lifecycle.rs:70:13
[INFO] [stdout]   51:     0x5598b4a4d192 - <core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<std[fce30c26ee6459b]::thread::lifecycle::spawn_unchecked<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[d17f6591d688f3bd]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   52:     0x5598b4a4d192 - std[fce30c26ee6459b]::panicking::catch_unwind::do_call::<core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<std[fce30c26ee6459b]::thread::lifecycle::spawn_unchecked<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:581:40
[INFO] [stdout]   53:     0x5598b4a4d192 - std[fce30c26ee6459b]::panicking::catch_unwind::<(), core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<std[fce30c26ee6459b]::thread::lifecycle::spawn_unchecked<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:544:19
[INFO] [stdout]   54:     0x5598b4a4d192 - std[fce30c26ee6459b]::panic::catch_unwind::<core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<std[fce30c26ee6459b]::thread::lifecycle::spawn_unchecked<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panic.rs:359:14
[INFO] [stdout]   55:     0x5598b4a4d192 - std[fce30c26ee6459b]::thread::lifecycle::spawn_unchecked::<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/thread/lifecycle.rs:68:26
[INFO] [stdout]   56:     0x5598b4a4d192 - <std[fce30c26ee6459b]::thread::lifecycle::spawn_unchecked<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>::{closure#1} as core[d17f6591d688f3bd]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   57:     0x5598b4bbf51f - <alloc[dad09f3a48280dba]::boxed::Box<dyn core[d17f6591d688f3bd]::ops::function::FnOnce<(), Output = ()> + core[d17f6591d688f3bd]::marker::Send> as core[d17f6591d688f3bd]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/alloc/src/boxed.rs:2271:9
[INFO] [stdout]   58:     0x5598b4bbf51f - <std[fce30c26ee6459b]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/sys/thread/unix.rs:118:17
[INFO] [stdout]   59:     0x76e42426eaa4 - <unknown>
[INFO] [stdout]   60:     0x76e4242fba64 - clone
[INFO] [stdout]   61:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] thread 'query_transformation::tests::all_impls_match' (17) panicked at src/query_transformation.rs:224:13:
[INFO] [stdout] assertion `left == right` failed
[INFO] [stdout]   left: Ok("(oe=hmjldfuhrigtymylwjvvzbiocqzt) OR ((ohzzgbifod=tfkwoyekbgaz) OR (bezvikpcdjiulkaxewvs=hrrexczh) OR (otsux=atnvszuqchqlqiwfhuvqmt) OR (oe=hmjldfuhrigtymylwjvvzbiocqzt)) OR (ztbiwjdj=dgzdjppfskdzptlceexqvmcunzxkpt) OR (slqjmmtswuyhlvipbdtrggy=kcetidbptmitaqwwyfgollhudeia)")
[INFO] [stdout]  right: Ok("((hnyrblmhpzjmoiqxmz=bzkkgfw) OR (tsxsjwqjaaiiqritlynnkdmlvk=kqcsspmqkw) OR (gzponhbkacyexfubwi=ogkjrs) OR (vmnwixermjkgfeizybjmuzfieh=zcxeclwejszzjteauqoyjexk) OR (nyuj=wbpqtsmlwg)) OR ((ohzzgbifod=tfkwoyekbgaz) OR (bezvikpcdjiulkaxewvs=hrrexczh) OR (otsux=atnvszuqchqlqiwfhuvqmt) OR (oe=hmjldfuhrigtymylwjvvzbiocqzt)) OR (ztbiwjdj=dgzdjppfskdzptlceexqvmcunzxkpt) OR (slqjmmtswuyhlvipbdtrggy=kcetidbptmitaqwwyfgollhudeia)")
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x5598b4bbfc0a - std[fce30c26ee6459b]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x5598b4bbfc0a - std[fce30c26ee6459b]::backtrace_rs::backtrace::trace_unsynchronized::<std[fce30c26ee6459b]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x5598b4bbfc0a - std[fce30c26ee6459b]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x5598b4bbfc0a - <<std[fce30c26ee6459b]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[d17f6591d688f3bd]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x5598b4bd51ea - <core[d17f6591d688f3bd]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x5598b4bd51ea - core[d17f6591d688f3bd]::fmt::write
[INFO] [stdout]    6:     0x5598b4bc4852 - std[fce30c26ee6459b]::io::default_write_fmt::<alloc[dad09f3a48280dba]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/io/mod.rs:621:11
[INFO] [stdout]    7:     0x5598b4bc4852 - <alloc[dad09f3a48280dba]::vec::Vec<u8> as std[fce30c26ee6459b]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/io/mod.rs:1976:13
[INFO] [stdout]    8:     0x5598b4b9d45f - <std[fce30c26ee6459b]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x5598b4b9d45f - std[fce30c26ee6459b]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x5598b4bb7f09 - std[fce30c26ee6459b]::panicking::default_hook
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x5598b4a49abc - <alloc[dad09f3a48280dba]::boxed::Box<dyn for<'a, 'b> core[d17f6591d688f3bd]::ops::function::Fn<(&'a std[fce30c26ee6459b]::panic::PanicHookInfo<'b>,), Output = ()> + core[d17f6591d688f3bd]::marker::Sync + core[d17f6591d688f3bd]::marker::Send> as core[d17f6591d688f3bd]::ops::function::Fn<(&std[fce30c26ee6459b]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/alloc/src/boxed.rs:2285:9
[INFO] [stdout]   12:     0x5598b4a49abc - test[9653f4f1d2ca1489]::test_main_inner::<test[9653f4f1d2ca1489]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/test/src/lib.rs:155:21
[INFO] [stdout]   13:     0x5598b4bb80c2 - <alloc[dad09f3a48280dba]::boxed::Box<dyn for<'a, 'b> core[d17f6591d688f3bd]::ops::function::Fn<(&'a std[fce30c26ee6459b]::panic::PanicHookInfo<'b>,), Output = ()> + core[d17f6591d688f3bd]::marker::Sync + core[d17f6591d688f3bd]::marker::Send> as core[d17f6591d688f3bd]::ops::function::Fn<(&std[fce30c26ee6459b]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/alloc/src/boxed.rs:2285:9
[INFO] [stdout]   14:     0x5598b4bb80c2 - std[fce30c26ee6459b]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x5598b4b9d518 - std[fce30c26ee6459b]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:698:13
[INFO] [stdout]   16:     0x5598b4b92619 - std[fce30c26ee6459b]::sys::backtrace::__rust_end_short_backtrace::<std[fce30c26ee6459b]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x5598b4b9e22d - __rustc[de152adb51f02556]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x5598b4bd5a2c - core[d17f6591d688f3bd]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x5598b4bd58e3 - core[d17f6591d688f3bd]::panicking::assert_failed_inner
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/panicking.rs:439:17
[INFO] [stdout]   20:     0x5598b4a3828d - core[d17f6591d688f3bd]::panicking::assert_failed::<core[d17f6591d688f3bd]::result::Result<alloc[dad09f3a48280dba]::string::String, rustbook[3f46124814f1185b]::query_transformation::PrintError>, core[d17f6591d688f3bd]::result::Result<alloc[dad09f3a48280dba]::string::String, rustbook[3f46124814f1185b]::query_transformation::PrintError>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/panicking.rs:394:5
[INFO] [stdout]   21:     0x5598b4a31665 - rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#1}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/query_transformation.rs:224:13
[INFO] [stdout]   22:     0x5598b4a33ef7 - <&rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#1} as core[d17f6591d688f3bd]::ops::function::Fn<(proptest[b103e6066b256e9b]::sugar::NamedArguments<&str, rustbook[3f46124814f1185b]::query_transformation::QueryBoxed>,)>>::call
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/ops/function.rs:263:22
[INFO] [stdout]   23:     0x5598b4a2c767 - proptest[b103e6066b256e9b]::test_runner::runner::call_test::<proptest[b103e6066b256e9b]::sugar::NamedArguments<&str, rustbook[3f46124814f1185b]::query_transformation::QueryBoxed>, &rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#1}, alloc[dad09f3a48280dba]::vec::into_iter::IntoIter<core[d17f6591d688f3bd]::result::Result<(), proptest[b103e6066b256e9b]::test_runner::errors::TestCaseError>>>::{closure#3}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:256:49
[INFO] [stdout]   24:     0x5598b4a23808 - <core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<proptest[b103e6066b256e9b]::test_runner::runner::call_test<proptest[b103e6066b256e9b]::sugar::NamedArguments<&str, rustbook[3f46124814f1185b]::query_transformation::QueryBoxed>, &rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#1}, alloc[dad09f3a48280dba]::vec::into_iter::IntoIter<core[d17f6591d688f3bd]::result::Result<(), proptest[b103e6066b256e9b]::test_runner::errors::TestCaseError>>>::{closure#3}> as core[d17f6591d688f3bd]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   25:     0x5598b4a387fd - std[fce30c26ee6459b]::panicking::catch_unwind::do_call::<core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<proptest[b103e6066b256e9b]::test_runner::runner::call_test<proptest[b103e6066b256e9b]::sugar::NamedArguments<&str, rustbook[3f46124814f1185b]::query_transformation::QueryBoxed>, &rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#1}, alloc[dad09f3a48280dba]::vec::into_iter::IntoIter<core[d17f6591d688f3bd]::result::Result<(), proptest[b103e6066b256e9b]::test_runner::errors::TestCaseError>>>::{closure#3}>, core[d17f6591d688f3bd]::result::Result<(), proptest[b103e6066b256e9b]::test_runner::errors::TestCaseError>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:581:40
[INFO] [stdout]   26:     0x5598b4a367db - __rust_try
[INFO] [stdout]   27:     0x5598b4a2fe01 - std[fce30c26ee6459b]::panicking::catch_unwind::<core[d17f6591d688f3bd]::result::Result<(), proptest[b103e6066b256e9b]::test_runner::errors::TestCaseError>, core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<proptest[b103e6066b256e9b]::test_runner::runner::call_test<proptest[b103e6066b256e9b]::sugar::NamedArguments<&str, rustbook[3f46124814f1185b]::query_transformation::QueryBoxed>, &rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#1}, alloc[dad09f3a48280dba]::vec::into_iter::IntoIter<core[d17f6591d688f3bd]::result::Result<(), proptest[b103e6066b256e9b]::test_runner::errors::TestCaseError>>>::{closure#3}>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:544:19
[INFO] [stdout]   28:     0x5598b4a2fe01 - std[fce30c26ee6459b]::panic::catch_unwind::<core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<proptest[b103e6066b256e9b]::test_runner::runner::call_test<proptest[b103e6066b256e9b]::sugar::NamedArguments<&str, rustbook[3f46124814f1185b]::query_transformation::QueryBoxed>, &rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#1}, alloc[dad09f3a48280dba]::vec::into_iter::IntoIter<core[d17f6591d688f3bd]::result::Result<(), proptest[b103e6066b256e9b]::test_runner::errors::TestCaseError>>>::{closure#3}>, core[d17f6591d688f3bd]::result::Result<(), proptest[b103e6066b256e9b]::test_runner::errors::TestCaseError>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panic.rs:359:14
[INFO] [stdout]   29:     0x5598b4a2b3a4 - proptest[b103e6066b256e9b]::test_runner::runner::call_test::<proptest[b103e6066b256e9b]::sugar::NamedArguments<&str, rustbook[3f46124814f1185b]::query_transformation::QueryBoxed>, &rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#1}, alloc[dad09f3a48280dba]::vec::into_iter::IntoIter<core[d17f6591d688f3bd]::result::Result<(), proptest[b103e6066b256e9b]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:256:9
[INFO] [stdout]   30:     0x5598b4a297d7 - <proptest[b103e6066b256e9b]::test_runner::runner::TestRunner>::shrink::<proptest[b103e6066b256e9b]::strategy::map::Map<alloc[dad09f3a48280dba]::boxed::Box<dyn proptest[b103e6066b256e9b]::strategy::traits::ValueTree<Value = rustbook[3f46124814f1185b]::query_transformation::QueryBoxed>>, rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#0}>, &rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#1}, alloc[dad09f3a48280dba]::vec::into_iter::IntoIter<core[d17f6591d688f3bd]::result::Result<(), proptest[b103e6066b256e9b]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:845:30
[INFO] [stdout]   31:     0x5598b4a2743e - <proptest[b103e6066b256e9b]::test_runner::runner::TestRunner>::run_one_with_replay::<proptest[b103e6066b256e9b]::strategy::map::Map<alloc[dad09f3a48280dba]::boxed::Box<dyn proptest[b103e6066b256e9b]::strategy::traits::ValueTree<Value = rustbook[3f46124814f1185b]::query_transformation::QueryBoxed>>, rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#0}>, &rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#1}, alloc[dad09f3a48280dba]::vec::into_iter::IntoIter<core[d17f6591d688f3bd]::result::Result<(), proptest[b103e6066b256e9b]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:736:22
[INFO] [stdout]   32:     0x5598b4a26c9a - <proptest[b103e6066b256e9b]::test_runner::runner::TestRunner>::gen_and_run_case::<proptest[b103e6066b256e9b]::strategy::map::Map<proptest[b103e6066b256e9b]::strategy::recursive::Recursive<rustbook[3f46124814f1185b]::query_transformation::QueryBoxed, rustbook[3f46124814f1185b]::query_transformation::tests::arb_query::{closure#1}>, rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#0}>, rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#1}, alloc[dad09f3a48280dba]::vec::into_iter::IntoIter<core[d17f6591d688f3bd]::result::Result<(), proptest[b103e6066b256e9b]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:664:28
[INFO] [stdout]   33:     0x5598b4a28165 - <proptest[b103e6066b256e9b]::test_runner::runner::TestRunner>::run_in_process_with_replay::<proptest[b103e6066b256e9b]::strategy::map::Map<proptest[b103e6066b256e9b]::strategy::recursive::Recursive<rustbook[3f46124814f1185b]::query_transformation::QueryBoxed, rustbook[3f46124814f1185b]::query_transformation::tests::arb_query::{closure#1}>, rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#0}>, rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#1}, alloc[dad09f3a48280dba]::vec::into_iter::IntoIter<core[d17f6591d688f3bd]::result::Result<(), proptest[b103e6066b256e9b]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:613:31
[INFO] [stdout]   34:     0x5598b4a26a10 - <proptest[b103e6066b256e9b]::test_runner::runner::TestRunner>::run_in_process::<proptest[b103e6066b256e9b]::strategy::map::Map<proptest[b103e6066b256e9b]::strategy::recursive::Recursive<rustbook[3f46124814f1185b]::query_transformation::QueryBoxed, rustbook[3f46124814f1185b]::query_transformation::tests::arb_query::{closure#1}>, rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#0}>, rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#1}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:570:14
[INFO] [stdout]   35:     0x5598b4a2914f - <proptest[b103e6066b256e9b]::test_runner::runner::TestRunner>::run::<proptest[b103e6066b256e9b]::strategy::map::Map<proptest[b103e6066b256e9b]::strategy::recursive::Recursive<rustbook[3f46124814f1185b]::query_transformation::QueryBoxed, rustbook[3f46124814f1185b]::query_transformation::tests::arb_query::{closure#1}>, rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#0}>, rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#1}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:413:18
[INFO] [stdout]   36:     0x5598b4a32ffe - rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/sugar.rs:163:17
[INFO] [stdout]   37:     0x5598b4a312d7 - rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/sugar.rs:159:28
[INFO] [stdout]   38:     0x5598b4a24036 - <rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#0} as core[d17f6591d688f3bd]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   39:     0x5598b4a3cd9b - <fn() -> core[d17f6591d688f3bd]::result::Result<(), alloc[dad09f3a48280dba]::string::String> as core[d17f6591d688f3bd]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   40:     0x5598b4a3cd9b - test[9653f4f1d2ca1489]::__rust_begin_short_backtrace::<core[d17f6591d688f3bd]::result::Result<(), alloc[dad09f3a48280dba]::string::String>, fn() -> core[d17f6591d688f3bd]::result::Result<(), alloc[dad09f3a48280dba]::string::String>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/test/src/lib.rs:724:18
[INFO] [stdout]   41:     0x5598b4a4a58b - test[9653f4f1d2ca1489]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/test/src/lib.rs:747:74
[INFO] [stdout]   42:     0x5598b4a4a58b - <core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<test[9653f4f1d2ca1489]::run_test_in_process::{closure#0}> as core[d17f6591d688f3bd]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   43:     0x5598b4a4a58b - std[fce30c26ee6459b]::panicking::catch_unwind::do_call::<core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<test[9653f4f1d2ca1489]::run_test_in_process::{closure#0}>, core[d17f6591d688f3bd]::result::Result<(), alloc[dad09f3a48280dba]::string::String>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:581:40
[INFO] [stdout]   44:     0x5598b4a4a58b - std[fce30c26ee6459b]::panicking::catch_unwind::<core[d17f6591d688f3bd]::result::Result<(), alloc[dad09f3a48280dba]::string::String>, core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<test[9653f4f1d2ca1489]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:544:19
[INFO] [stdout]   45:     0x5598b4a4a58b - std[fce30c26ee6459b]::panic::catch_unwind::<core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<test[9653f4f1d2ca1489]::run_test_in_process::{closure#0}>, core[d17f6591d688f3bd]::result::Result<(), alloc[dad09f3a48280dba]::string::String>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panic.rs:359:14
[INFO] [stdout]   46:     0x5598b4a4a58b - test[9653f4f1d2ca1489]::run_test_in_process
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/test/src/lib.rs:747:27
[INFO] [stdout]   47:     0x5598b4a4a58b - test[9653f4f1d2ca1489]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/test/src/lib.rs:668:43
[INFO] [stdout]   48:     0x5598b4a43ca4 - test[9653f4f1d2ca1489]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/test/src/lib.rs:698:41
[INFO] [stdout]   49:     0x5598b4a43ca4 - std[fce30c26ee6459b]::sys::backtrace::__rust_begin_short_backtrace::<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   50:     0x5598b4a4d192 - std[fce30c26ee6459b]::thread::lifecycle::spawn_unchecked::<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/thread/lifecycle.rs:70:13
[INFO] [stdout]   51:     0x5598b4a4d192 - <core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<std[fce30c26ee6459b]::thread::lifecycle::spawn_unchecked<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[d17f6591d688f3bd]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   52:     0x5598b4a4d192 - std[fce30c26ee6459b]::panicking::catch_unwind::do_call::<core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<std[fce30c26ee6459b]::thread::lifecycle::spawn_unchecked<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:581:40
[INFO] [stdout]   53:     0x5598b4a4d192 - std[fce30c26ee6459b]::panicking::catch_unwind::<(), core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<std[fce30c26ee6459b]::thread::lifecycle::spawn_unchecked<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:544:19
[INFO] [stdout]   54:     0x5598b4a4d192 - std[fce30c26ee6459b]::panic::catch_unwind::<core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<std[fce30c26ee6459b]::thread::lifecycle::spawn_unchecked<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panic.rs:359:14
[INFO] [stdout]   55:     0x5598b4a4d192 - std[fce30c26ee6459b]::thread::lifecycle::spawn_unchecked::<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/thread/lifecycle.rs:68:26
[INFO] [stdout]   56:     0x5598b4a4d192 - <std[fce30c26ee6459b]::thread::lifecycle::spawn_unchecked<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>::{closure#1} as core[d17f6591d688f3bd]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   57:     0x5598b4bbf51f - <alloc[dad09f3a48280dba]::boxed::Box<dyn core[d17f6591d688f3bd]::ops::function::FnOnce<(), Output = ()> + core[d17f6591d688f3bd]::marker::Send> as core[d17f6591d688f3bd]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/alloc/src/boxed.rs:2271:9
[INFO] [stdout]   58:     0x5598b4bbf51f - <std[fce30c26ee6459b]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/sys/thread/unix.rs:118:17
[INFO] [stdout]   59:     0x76e42426eaa4 - <unknown>
[INFO] [stdout]   60:     0x76e4242fba64 - clone
[INFO] [stdout]   61:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] thread 'query_transformation::tests::all_impls_match' (17) panicked at src/query_transformation.rs:224:13:
[INFO] [stdout] assertion `left == right` failed
[INFO] [stdout]   left: Ok("(oe=hmjldfuhrigtymylwjvvzbiocqzt) OR ((ohzzgbifod=tfkwoyekbgaz) OR (bezvikpcdjiulkaxewvs=hrrexczh) OR (otsux=atnvszuqchqlqiwfhuvqmt) OR (oe=hmjldfuhrigtymylwjvvzbiocqzt)) OR (ztbiwjdj=dgzdjppfskdzptlceexqvmcunzxkpt) OR (slqjmmtswuyhlvipbdtrggy=kcetidbptmitaqwwyfgollhudeia)")
[INFO] [stdout]  right: Ok("((hnyrblmhpzjmoiqxmz=bzkkgfw) OR (tsxsjwqjaaiiqritlynnkdmlvk=kqcsspmqkw) OR (gzponhbkacyexfubwi=ogkjrs) OR (vmnwixermjkgfeizybjmuzfieh=zcxeclwejszzjteauqoyjexk) OR (nyuj=wbpqtsmlwg)) OR ((ohzzgbifod=tfkwoyekbgaz) OR (bezvikpcdjiulkaxewvs=hrrexczh) OR (otsux=atnvszuqchqlqiwfhuvqmt) OR (oe=hmjldfuhrigtymylwjvvzbiocqzt)) OR (ztbiwjdj=dgzdjppfskdzptlceexqvmcunzxkpt) OR (slqjmmtswuyhlvipbdtrggy=kcetidbptmitaqwwyfgollhudeia)")
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x5598b4bbfc0a - std[fce30c26ee6459b]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x5598b4bbfc0a - std[fce30c26ee6459b]::backtrace_rs::backtrace::trace_unsynchronized::<std[fce30c26ee6459b]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x5598b4bbfc0a - std[fce30c26ee6459b]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x5598b4bbfc0a - <<std[fce30c26ee6459b]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[d17f6591d688f3bd]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x5598b4bd51ea - <core[d17f6591d688f3bd]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x5598b4bd51ea - core[d17f6591d688f3bd]::fmt::write
[INFO] [stdout]    6:     0x5598b4bc4852 - std[fce30c26ee6459b]::io::default_write_fmt::<alloc[dad09f3a48280dba]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/io/mod.rs:621:11
[INFO] [stdout]    7:     0x5598b4bc4852 - <alloc[dad09f3a48280dba]::vec::Vec<u8> as std[fce30c26ee6459b]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/io/mod.rs:1976:13
[INFO] [stdout]    8:     0x5598b4b9d45f - <std[fce30c26ee6459b]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x5598b4b9d45f - std[fce30c26ee6459b]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x5598b4bb7f09 - std[fce30c26ee6459b]::panicking::default_hook
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x5598b4a49abc - <alloc[dad09f3a48280dba]::boxed::Box<dyn for<'a, 'b> core[d17f6591d688f3bd]::ops::function::Fn<(&'a std[fce30c26ee6459b]::panic::PanicHookInfo<'b>,), Output = ()> + core[d17f6591d688f3bd]::marker::Sync + core[d17f6591d688f3bd]::marker::Send> as core[d17f6591d688f3bd]::ops::function::Fn<(&std[fce30c26ee6459b]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/alloc/src/boxed.rs:2285:9
[INFO] [stdout]   12:     0x5598b4a49abc - test[9653f4f1d2ca1489]::test_main_inner::<test[9653f4f1d2ca1489]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/test/src/lib.rs:155:21
[INFO] [stdout]   13:     0x5598b4bb80c2 - <alloc[dad09f3a48280dba]::boxed::Box<dyn for<'a, 'b> core[d17f6591d688f3bd]::ops::function::Fn<(&'a std[fce30c26ee6459b]::panic::PanicHookInfo<'b>,), Output = ()> + core[d17f6591d688f3bd]::marker::Sync + core[d17f6591d688f3bd]::marker::Send> as core[d17f6591d688f3bd]::ops::function::Fn<(&std[fce30c26ee6459b]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/alloc/src/boxed.rs:2285:9
[INFO] [stdout]   14:     0x5598b4bb80c2 - std[fce30c26ee6459b]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x5598b4b9d518 - std[fce30c26ee6459b]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:698:13
[INFO] [stdout]   16:     0x5598b4b92619 - std[fce30c26ee6459b]::sys::backtrace::__rust_end_short_backtrace::<std[fce30c26ee6459b]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x5598b4b9e22d - __rustc[de152adb51f02556]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x5598b4bd5a2c - core[d17f6591d688f3bd]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x5598b4bd58e3 - core[d17f6591d688f3bd]::panicking::assert_failed_inner
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/panicking.rs:439:17
[INFO] [stdout]   20:     0x5598b4a3828d - core[d17f6591d688f3bd]::panicking::assert_failed::<core[d17f6591d688f3bd]::result::Result<alloc[dad09f3a48280dba]::string::String, rustbook[3f46124814f1185b]::query_transformation::PrintError>, core[d17f6591d688f3bd]::result::Result<alloc[dad09f3a48280dba]::string::String, rustbook[3f46124814f1185b]::query_transformation::PrintError>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/panicking.rs:394:5
[INFO] [stdout]   21:     0x5598b4a31665 - rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#1}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/query_transformation.rs:224:13
[INFO] [stdout]   22:     0x5598b4a33ef7 - <&rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#1} as core[d17f6591d688f3bd]::ops::function::Fn<(proptest[b103e6066b256e9b]::sugar::NamedArguments<&str, rustbook[3f46124814f1185b]::query_transformation::QueryBoxed>,)>>::call
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/ops/function.rs:263:22
[INFO] [stdout]   23:     0x5598b4a2c767 - proptest[b103e6066b256e9b]::test_runner::runner::call_test::<proptest[b103e6066b256e9b]::sugar::NamedArguments<&str, rustbook[3f46124814f1185b]::query_transformation::QueryBoxed>, &rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#1}, alloc[dad09f3a48280dba]::vec::into_iter::IntoIter<core[d17f6591d688f3bd]::result::Result<(), proptest[b103e6066b256e9b]::test_runner::errors::TestCaseError>>>::{closure#3}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:256:49
[INFO] [stdout]   24:     0x5598b4a23808 - <core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<proptest[b103e6066b256e9b]::test_runner::runner::call_test<proptest[b103e6066b256e9b]::sugar::NamedArguments<&str, rustbook[3f46124814f1185b]::query_transformation::QueryBoxed>, &rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#1}, alloc[dad09f3a48280dba]::vec::into_iter::IntoIter<core[d17f6591d688f3bd]::result::Result<(), proptest[b103e6066b256e9b]::test_runner::errors::TestCaseError>>>::{closure#3}> as core[d17f6591d688f3bd]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   25:     0x5598b4a387fd - std[fce30c26ee6459b]::panicking::catch_unwind::do_call::<core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<proptest[b103e6066b256e9b]::test_runner::runner::call_test<proptest[b103e6066b256e9b]::sugar::NamedArguments<&str, rustbook[3f46124814f1185b]::query_transformation::QueryBoxed>, &rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#1}, alloc[dad09f3a48280dba]::vec::into_iter::IntoIter<core[d17f6591d688f3bd]::result::Result<(), proptest[b103e6066b256e9b]::test_runner::errors::TestCaseError>>>::{closure#3}>, core[d17f6591d688f3bd]::result::Result<(), proptest[b103e6066b256e9b]::test_runner::errors::TestCaseError>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:581:40
[INFO] [stdout]   26:     0x5598b4a367db - __rust_try
[INFO] [stdout]   27:     0x5598b4a2fe01 - std[fce30c26ee6459b]::panicking::catch_unwind::<core[d17f6591d688f3bd]::result::Result<(), proptest[b103e6066b256e9b]::test_runner::errors::TestCaseError>, core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<proptest[b103e6066b256e9b]::test_runner::runner::call_test<proptest[b103e6066b256e9b]::sugar::NamedArguments<&str, rustbook[3f46124814f1185b]::query_transformation::QueryBoxed>, &rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#1}, alloc[dad09f3a48280dba]::vec::into_iter::IntoIter<core[d17f6591d688f3bd]::result::Result<(), proptest[b103e6066b256e9b]::test_runner::errors::TestCaseError>>>::{closure#3}>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:544:19
[INFO] [stdout]   28:     0x5598b4a2fe01 - std[fce30c26ee6459b]::panic::catch_unwind::<core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<proptest[b103e6066b256e9b]::test_runner::runner::call_test<proptest[b103e6066b256e9b]::sugar::NamedArguments<&str, rustbook[3f46124814f1185b]::query_transformation::QueryBoxed>, &rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#1}, alloc[dad09f3a48280dba]::vec::into_iter::IntoIter<core[d17f6591d688f3bd]::result::Result<(), proptest[b103e6066b256e9b]::test_runner::errors::TestCaseError>>>::{closure#3}>, core[d17f6591d688f3bd]::result::Result<(), proptest[b103e6066b256e9b]::test_runner::errors::TestCaseError>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panic.rs:359:14
[INFO] [stdout]   29:     0x5598b4a2b3a4 - proptest[b103e6066b256e9b]::test_runner::runner::call_test::<proptest[b103e6066b256e9b]::sugar::NamedArguments<&str, rustbook[3f46124814f1185b]::query_transformation::QueryBoxed>, &rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#1}, alloc[dad09f3a48280dba]::vec::into_iter::IntoIter<core[d17f6591d688f3bd]::result::Result<(), proptest[b103e6066b256e9b]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:256:9
[INFO] [stdout]   30:     0x5598b4a297d7 - <proptest[b103e6066b256e9b]::test_runner::runner::TestRunner>::shrink::<proptest[b103e6066b256e9b]::strategy::map::Map<alloc[dad09f3a48280dba]::boxed::Box<dyn proptest[b103e6066b256e9b]::strategy::traits::ValueTree<Value = rustbook[3f46124814f1185b]::query_transformation::QueryBoxed>>, rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#0}>, &rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#1}, alloc[dad09f3a48280dba]::vec::into_iter::IntoIter<core[d17f6591d688f3bd]::result::Result<(), proptest[b103e6066b256e9b]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:845:30
[INFO] [stdout]   31:     0x5598b4a2743e - <proptest[b103e6066b256e9b]::test_runner::runner::TestRunner>::run_one_with_replay::<proptest[b103e6066b256e9b]::strategy::map::Map<alloc[dad09f3a48280dba]::boxed::Box<dyn proptest[b103e6066b256e9b]::strategy::traits::ValueTree<Value = rustbook[3f46124814f1185b]::query_transformation::QueryBoxed>>, rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#0}>, &rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#1}, alloc[dad09f3a48280dba]::vec::into_iter::IntoIter<core[d17f6591d688f3bd]::result::Result<(), proptest[b103e6066b256e9b]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:736:22
[INFO] [stdout]   32:     0x5598b4a26c9a - <proptest[b103e6066b256e9b]::test_runner::runner::TestRunner>::gen_and_run_case::<proptest[b103e6066b256e9b]::strategy::map::Map<proptest[b103e6066b256e9b]::strategy::recursive::Recursive<rustbook[3f46124814f1185b]::query_transformation::QueryBoxed, rustbook[3f46124814f1185b]::query_transformation::tests::arb_query::{closure#1}>, rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#0}>, rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#1}, alloc[dad09f3a48280dba]::vec::into_iter::IntoIter<core[d17f6591d688f3bd]::result::Result<(), proptest[b103e6066b256e9b]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:664:28
[INFO] [stdout]   33:     0x5598b4a28165 - <proptest[b103e6066b256e9b]::test_runner::runner::TestRunner>::run_in_process_with_replay::<proptest[b103e6066b256e9b]::strategy::map::Map<proptest[b103e6066b256e9b]::strategy::recursive::Recursive<rustbook[3f46124814f1185b]::query_transformation::QueryBoxed, rustbook[3f46124814f1185b]::query_transformation::tests::arb_query::{closure#1}>, rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#0}>, rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#1}, alloc[dad09f3a48280dba]::vec::into_iter::IntoIter<core[d17f6591d688f3bd]::result::Result<(), proptest[b103e6066b256e9b]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:613:31
[INFO] [stdout]   34:     0x5598b4a26a10 - <proptest[b103e6066b256e9b]::test_runner::runner::TestRunner>::run_in_process::<proptest[b103e6066b256e9b]::strategy::map::Map<proptest[b103e6066b256e9b]::strategy::recursive::Recursive<rustbook[3f46124814f1185b]::query_transformation::QueryBoxed, rustbook[3f46124814f1185b]::query_transformation::tests::arb_query::{closure#1}>, rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#0}>, rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#1}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:570:14
[INFO] [stdout]   35:     0x5598b4a2914f - <proptest[b103e6066b256e9b]::test_runner::runner::TestRunner>::run::<proptest[b103e6066b256e9b]::strategy::map::Map<proptest[b103e6066b256e9b]::strategy::recursive::Recursive<rustbook[3f46124814f1185b]::query_transformation::QueryBoxed, rustbook[3f46124814f1185b]::query_transformation::tests::arb_query::{closure#1}>, rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#0}>, rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#1}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:413:18
[INFO] [stdout]   36:     0x5598b4a32ffe - rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/sugar.rs:163:17
[INFO] [stdout]   37:     0x5598b4a312d7 - rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/sugar.rs:159:28
[INFO] [stdout]   38:     0x5598b4a24036 - <rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#0} as core[d17f6591d688f3bd]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   39:     0x5598b4a3cd9b - <fn() -> core[d17f6591d688f3bd]::result::Result<(), alloc[dad09f3a48280dba]::string::String> as core[d17f6591d688f3bd]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   40:     0x5598b4a3cd9b - test[9653f4f1d2ca1489]::__rust_begin_short_backtrace::<core[d17f6591d688f3bd]::result::Result<(), alloc[dad09f3a48280dba]::string::String>, fn() -> core[d17f6591d688f3bd]::result::Result<(), alloc[dad09f3a48280dba]::string::String>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/test/src/lib.rs:724:18
[INFO] [stdout]   41:     0x5598b4a4a58b - test[9653f4f1d2ca1489]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/test/src/lib.rs:747:74
[INFO] [stdout]   42:     0x5598b4a4a58b - <core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<test[9653f4f1d2ca1489]::run_test_in_process::{closure#0}> as core[d17f6591d688f3bd]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   43:     0x5598b4a4a58b - std[fce30c26ee6459b]::panicking::catch_unwind::do_call::<core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<test[9653f4f1d2ca1489]::run_test_in_process::{closure#0}>, core[d17f6591d688f3bd]::result::Result<(), alloc[dad09f3a48280dba]::string::String>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:581:40
[INFO] [stdout]   44:     0x5598b4a4a58b - std[fce30c26ee6459b]::panicking::catch_unwind::<core[d17f6591d688f3bd]::result::Result<(), alloc[dad09f3a48280dba]::string::String>, core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<test[9653f4f1d2ca1489]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:544:19
[INFO] [stdout]   45:     0x5598b4a4a58b - std[fce30c26ee6459b]::panic::catch_unwind::<core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<test[9653f4f1d2ca1489]::run_test_in_process::{closure#0}>, core[d17f6591d688f3bd]::result::Result<(), alloc[dad09f3a48280dba]::string::String>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panic.rs:359:14
[INFO] [stdout]   46:     0x5598b4a4a58b - test[9653f4f1d2ca1489]::run_test_in_process
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/test/src/lib.rs:747:27
[INFO] [stdout]   47:     0x5598b4a4a58b - test[9653f4f1d2ca1489]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/test/src/lib.rs:668:43
[INFO] [stdout]   48:     0x5598b4a43ca4 - test[9653f4f1d2ca1489]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/test/src/lib.rs:698:41
[INFO] [stdout]   49:     0x5598b4a43ca4 - std[fce30c26ee6459b]::sys::backtrace::__rust_begin_short_backtrace::<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   50:     0x5598b4a4d192 - std[fce30c26ee6459b]::thread::lifecycle::spawn_unchecked::<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/thread/lifecycle.rs:70:13
[INFO] [stdout]   51:     0x5598b4a4d192 - <core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<std[fce30c26ee6459b]::thread::lifecycle::spawn_unchecked<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[d17f6591d688f3bd]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   52:     0x5598b4a4d192 - std[fce30c26ee6459b]::panicking::catch_unwind::do_call::<core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<std[fce30c26ee6459b]::thread::lifecycle::spawn_unchecked<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:581:40
[INFO] [stdout]   53:     0x5598b4a4d192 - std[fce30c26ee6459b]::panicking::catch_unwind::<(), core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<std[fce30c26ee6459b]::thread::lifecycle::spawn_unchecked<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:544:19
[INFO] [stdout]   54:     0x5598b4a4d192 - std[fce30c26ee6459b]::panic::catch_unwind::<core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<std[fce30c26ee6459b]::thread::lifecycle::spawn_unchecked<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panic.rs:359:14
[INFO] [stdout]   55:     0x5598b4a4d192 - std[fce30c26ee6459b]::thread::lifecycle::spawn_unchecked::<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/thread/lifecycle.rs:68:26
[INFO] [stdout]   56:     0x5598b4a4d192 - <std[fce30c26ee6459b]::thread::lifecycle::spawn_unchecked<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>::{closure#1} as core[d17f6591d688f3bd]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   57:     0x5598b4bbf51f - <alloc[dad09f3a48280dba]::boxed::Box<dyn core[d17f6591d688f3bd]::ops::function::FnOnce<(), Output = ()> + core[d17f6591d688f3bd]::marker::Send> as core[d17f6591d688f3bd]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/alloc/src/boxed.rs:2271:9
[INFO] [stdout]   58:     0x5598b4bbf51f - <std[fce30c26ee6459b]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/sys/thread/unix.rs:118:17
[INFO] [stdout]   59:     0x76e42426eaa4 - <unknown>
[INFO] [stdout]   60:     0x76e4242fba64 - clone
[INFO] [stdout]   61:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] thread 'query_transformation::tests::all_impls_match' (17) panicked at src/query_transformation.rs:224:13:
[INFO] [stdout] assertion `left == right` failed
[INFO] [stdout]   left: Ok("(oe=hmjldfuhrigtymylwjvvzbiocqzt) OR ((ohzzgbifod=tfkwoyekbgaz) OR (bezvikpcdjiulkaxewvs=hrrexczh) OR (otsux=atnvszuqchqlqiwfhuvqmt) OR (oe=hmjldfuhrigtymylwjvvzbiocqzt)) OR (ztbiwjdj=dgzdjppfskdzptlceexqvmcunzxkpt) OR (slqjmmtswuyhlvipbdtrggy=kcetidbptmitaqwwyfgollhudeia)")
[INFO] [stdout]  right: Ok("((hnyrblmhpzjmoiqxmz=bzkkgfw) OR (tsxsjwqjaaiiqritlynnkdmlvk=kqcsspmqkw) OR (gzponhbkacyexfubwi=ogkjrs) OR (vmnwixermjkgfeizybjmuzfieh=zcxeclwejszzjteauqoyjexk) OR (nyuj=wbpqtsmlwg)) OR ((ohzzgbifod=tfkwoyekbgaz) OR (bezvikpcdjiulkaxewvs=hrrexczh) OR (otsux=atnvszuqchqlqiwfhuvqmt) OR (oe=hmjldfuhrigtymylwjvvzbiocqzt)) OR (ztbiwjdj=dgzdjppfskdzptlceexqvmcunzxkpt) OR (slqjmmtswuyhlvipbdtrggy=kcetidbptmitaqwwyfgollhudeia)")
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x5598b4bbfc0a - std[fce30c26ee6459b]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x5598b4bbfc0a - std[fce30c26ee6459b]::backtrace_rs::backtrace::trace_unsynchronized::<std[fce30c26ee6459b]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x5598b4bbfc0a - std[fce30c26ee6459b]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x5598b4bbfc0a - <<std[fce30c26ee6459b]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[d17f6591d688f3bd]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x5598b4bd51ea - <core[d17f6591d688f3bd]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x5598b4bd51ea - core[d17f6591d688f3bd]::fmt::write
[INFO] [stdout]    6:     0x5598b4bc4852 - std[fce30c26ee6459b]::io::default_write_fmt::<alloc[dad09f3a48280dba]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/io/mod.rs:621:11
[INFO] [stdout]    7:     0x5598b4bc4852 - <alloc[dad09f3a48280dba]::vec::Vec<u8> as std[fce30c26ee6459b]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/io/mod.rs:1976:13
[INFO] [stdout]    8:     0x5598b4b9d45f - <std[fce30c26ee6459b]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x5598b4b9d45f - std[fce30c26ee6459b]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x5598b4bb7f09 - std[fce30c26ee6459b]::panicking::default_hook
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x5598b4a49abc - <alloc[dad09f3a48280dba]::boxed::Box<dyn for<'a, 'b> core[d17f6591d688f3bd]::ops::function::Fn<(&'a std[fce30c26ee6459b]::panic::PanicHookInfo<'b>,), Output = ()> + core[d17f6591d688f3bd]::marker::Sync + core[d17f6591d688f3bd]::marker::Send> as core[d17f6591d688f3bd]::ops::function::Fn<(&std[fce30c26ee6459b]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/alloc/src/boxed.rs:2285:9
[INFO] [stdout]   12:     0x5598b4a49abc - test[9653f4f1d2ca1489]::test_main_inner::<test[9653f4f1d2ca1489]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/test/src/lib.rs:155:21
[INFO] [stdout]   13:     0x5598b4bb80c2 - <alloc[dad09f3a48280dba]::boxed::Box<dyn for<'a, 'b> core[d17f6591d688f3bd]::ops::function::Fn<(&'a std[fce30c26ee6459b]::panic::PanicHookInfo<'b>,), Output = ()> + core[d17f6591d688f3bd]::marker::Sync + core[d17f6591d688f3bd]::marker::Send> as core[d17f6591d688f3bd]::ops::function::Fn<(&std[fce30c26ee6459b]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/alloc/src/boxed.rs:2285:9
[INFO] [stdout]   14:     0x5598b4bb80c2 - std[fce30c26ee6459b]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x5598b4b9d518 - std[fce30c26ee6459b]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:698:13
[INFO] [stdout]   16:     0x5598b4b92619 - std[fce30c26ee6459b]::sys::backtrace::__rust_end_short_backtrace::<std[fce30c26ee6459b]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x5598b4b9e22d - __rustc[de152adb51f02556]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x5598b4bd5a2c - core[d17f6591d688f3bd]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x5598b4bd58e3 - core[d17f6591d688f3bd]::panicking::assert_failed_inner
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/panicking.rs:439:17
[INFO] [stdout]   20:     0x5598b4a3828d - core[d17f6591d688f3bd]::panicking::assert_failed::<core[d17f6591d688f3bd]::result::Result<alloc[dad09f3a48280dba]::string::String, rustbook[3f46124814f1185b]::query_transformation::PrintError>, core[d17f6591d688f3bd]::result::Result<alloc[dad09f3a48280dba]::string::String, rustbook[3f46124814f1185b]::query_transformation::PrintError>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/panicking.rs:394:5
[INFO] [stdout]   21:     0x5598b4a31665 - rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#1}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/query_transformation.rs:224:13
[INFO] [stdout]   22:     0x5598b4a33ef7 - <&rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#1} as core[d17f6591d688f3bd]::ops::function::Fn<(proptest[b103e6066b256e9b]::sugar::NamedArguments<&str, rustbook[3f46124814f1185b]::query_transformation::QueryBoxed>,)>>::call
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/ops/function.rs:263:22
[INFO] [stdout]   23:     0x5598b4a2c767 - proptest[b103e6066b256e9b]::test_runner::runner::call_test::<proptest[b103e6066b256e9b]::sugar::NamedArguments<&str, rustbook[3f46124814f1185b]::query_transformation::QueryBoxed>, &rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#1}, alloc[dad09f3a48280dba]::vec::into_iter::IntoIter<core[d17f6591d688f3bd]::result::Result<(), proptest[b103e6066b256e9b]::test_runner::errors::TestCaseError>>>::{closure#3}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:256:49
[INFO] [stdout]   24:     0x5598b4a23808 - <core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<proptest[b103e6066b256e9b]::test_runner::runner::call_test<proptest[b103e6066b256e9b]::sugar::NamedArguments<&str, rustbook[3f46124814f1185b]::query_transformation::QueryBoxed>, &rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#1}, alloc[dad09f3a48280dba]::vec::into_iter::IntoIter<core[d17f6591d688f3bd]::result::Result<(), proptest[b103e6066b256e9b]::test_runner::errors::TestCaseError>>>::{closure#3}> as core[d17f6591d688f3bd]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   25:     0x5598b4a387fd - std[fce30c26ee6459b]::panicking::catch_unwind::do_call::<core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<proptest[b103e6066b256e9b]::test_runner::runner::call_test<proptest[b103e6066b256e9b]::sugar::NamedArguments<&str, rustbook[3f46124814f1185b]::query_transformation::QueryBoxed>, &rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#1}, alloc[dad09f3a48280dba]::vec::into_iter::IntoIter<core[d17f6591d688f3bd]::result::Result<(), proptest[b103e6066b256e9b]::test_runner::errors::TestCaseError>>>::{closure#3}>, core[d17f6591d688f3bd]::result::Result<(), proptest[b103e6066b256e9b]::test_runner::errors::TestCaseError>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:581:40
[INFO] [stdout]   26:     0x5598b4a367db - __rust_try
[INFO] [stdout]   27:     0x5598b4a2fe01 - std[fce30c26ee6459b]::panicking::catch_unwind::<core[d17f6591d688f3bd]::result::Result<(), proptest[b103e6066b256e9b]::test_runner::errors::TestCaseError>, core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<proptest[b103e6066b256e9b]::test_runner::runner::call_test<proptest[b103e6066b256e9b]::sugar::NamedArguments<&str, rustbook[3f46124814f1185b]::query_transformation::QueryBoxed>, &rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#1}, alloc[dad09f3a48280dba]::vec::into_iter::IntoIter<core[d17f6591d688f3bd]::result::Result<(), proptest[b103e6066b256e9b]::test_runner::errors::TestCaseError>>>::{closure#3}>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:544:19
[INFO] [stdout]   28:     0x5598b4a2fe01 - std[fce30c26ee6459b]::panic::catch_unwind::<core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<proptest[b103e6066b256e9b]::test_runner::runner::call_test<proptest[b103e6066b256e9b]::sugar::NamedArguments<&str, rustbook[3f46124814f1185b]::query_transformation::QueryBoxed>, &rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#1}, alloc[dad09f3a48280dba]::vec::into_iter::IntoIter<core[d17f6591d688f3bd]::result::Result<(), proptest[b103e6066b256e9b]::test_runner::errors::TestCaseError>>>::{closure#3}>, core[d17f6591d688f3bd]::result::Result<(), proptest[b103e6066b256e9b]::test_runner::errors::TestCaseError>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panic.rs:359:14
[INFO] [stdout]   29:     0x5598b4a2b3a4 - proptest[b103e6066b256e9b]::test_runner::runner::call_test::<proptest[b103e6066b256e9b]::sugar::NamedArguments<&str, rustbook[3f46124814f1185b]::query_transformation::QueryBoxed>, &rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#1}, alloc[dad09f3a48280dba]::vec::into_iter::IntoIter<core[d17f6591d688f3bd]::result::Result<(), proptest[b103e6066b256e9b]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:256:9
[INFO] [stdout]   30:     0x5598b4a297d7 - <proptest[b103e6066b256e9b]::test_runner::runner::TestRunner>::shrink::<proptest[b103e6066b256e9b]::strategy::map::Map<alloc[dad09f3a48280dba]::boxed::Box<dyn proptest[b103e6066b256e9b]::strategy::traits::ValueTree<Value = rustbook[3f46124814f1185b]::query_transformation::QueryBoxed>>, rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#0}>, &rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#1}, alloc[dad09f3a48280dba]::vec::into_iter::IntoIter<core[d17f6591d688f3bd]::result::Result<(), proptest[b103e6066b256e9b]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:845:30
[INFO] [stdout]   31:     0x5598b4a2743e - <proptest[b103e6066b256e9b]::test_runner::runner::TestRunner>::run_one_with_replay::<proptest[b103e6066b256e9b]::strategy::map::Map<alloc[dad09f3a48280dba]::boxed::Box<dyn proptest[b103e6066b256e9b]::strategy::traits::ValueTree<Value = rustbook[3f46124814f1185b]::query_transformation::QueryBoxed>>, rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#0}>, &rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#1}, alloc[dad09f3a48280dba]::vec::into_iter::IntoIter<core[d17f6591d688f3bd]::result::Result<(), proptest[b103e6066b256e9b]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:736:22
[INFO] [stdout]   32:     0x5598b4a26c9a - <proptest[b103e6066b256e9b]::test_runner::runner::TestRunner>::gen_and_run_case::<proptest[b103e6066b256e9b]::strategy::map::Map<proptest[b103e6066b256e9b]::strategy::recursive::Recursive<rustbook[3f46124814f1185b]::query_transformation::QueryBoxed, rustbook[3f46124814f1185b]::query_transformation::tests::arb_query::{closure#1}>, rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#0}>, rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#1}, alloc[dad09f3a48280dba]::vec::into_iter::IntoIter<core[d17f6591d688f3bd]::result::Result<(), proptest[b103e6066b256e9b]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:664:28
[INFO] [stdout]   33:     0x5598b4a28165 - <proptest[b103e6066b256e9b]::test_runner::runner::TestRunner>::run_in_process_with_replay::<proptest[b103e6066b256e9b]::strategy::map::Map<proptest[b103e6066b256e9b]::strategy::recursive::Recursive<rustbook[3f46124814f1185b]::query_transformation::QueryBoxed, rustbook[3f46124814f1185b]::query_transformation::tests::arb_query::{closure#1}>, rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#0}>, rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#1}, alloc[dad09f3a48280dba]::vec::into_iter::IntoIter<core[d17f6591d688f3bd]::result::Result<(), proptest[b103e6066b256e9b]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:613:31
[INFO] [stdout]   34:     0x5598b4a26a10 - <proptest[b103e6066b256e9b]::test_runner::runner::TestRunner>::run_in_process::<proptest[b103e6066b256e9b]::strategy::map::Map<proptest[b103e6066b256e9b]::strategy::recursive::Recursive<rustbook[3f46124814f1185b]::query_transformation::QueryBoxed, rustbook[3f46124814f1185b]::query_transformation::tests::arb_query::{closure#1}>, rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#0}>, rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#1}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:570:14
[INFO] [stdout]   35:     0x5598b4a2914f - <proptest[b103e6066b256e9b]::test_runner::runner::TestRunner>::run::<proptest[b103e6066b256e9b]::strategy::map::Map<proptest[b103e6066b256e9b]::strategy::recursive::Recursive<rustbook[3f46124814f1185b]::query_transformation::QueryBoxed, rustbook[3f46124814f1185b]::query_transformation::tests::arb_query::{closure#1}>, rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#0}>, rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#1}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:413:18
[INFO] [stdout]   36:     0x5598b4a32ffe - rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/sugar.rs:163:17
[INFO] [stdout]   37:     0x5598b4a312d7 - rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/sugar.rs:159:28
[INFO] [stdout]   38:     0x5598b4a24036 - <rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#0} as core[d17f6591d688f3bd]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   39:     0x5598b4a3cd9b - <fn() -> core[d17f6591d688f3bd]::result::Result<(), alloc[dad09f3a48280dba]::string::String> as core[d17f6591d688f3bd]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   40:     0x5598b4a3cd9b - test[9653f4f1d2ca1489]::__rust_begin_short_backtrace::<core[d17f6591d688f3bd]::result::Result<(), alloc[dad09f3a48280dba]::string::String>, fn() -> core[d17f6591d688f3bd]::result::Result<(), alloc[dad09f3a48280dba]::string::String>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/test/src/lib.rs:724:18
[INFO] [stdout]   41:     0x5598b4a4a58b - test[9653f4f1d2ca1489]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/test/src/lib.rs:747:74
[INFO] [stdout]   42:     0x5598b4a4a58b - <core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<test[9653f4f1d2ca1489]::run_test_in_process::{closure#0}> as core[d17f6591d688f3bd]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   43:     0x5598b4a4a58b - std[fce30c26ee6459b]::panicking::catch_unwind::do_call::<core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<test[9653f4f1d2ca1489]::run_test_in_process::{closure#0}>, core[d17f6591d688f3bd]::result::Result<(), alloc[dad09f3a48280dba]::string::String>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:581:40
[INFO] [stdout]   44:     0x5598b4a4a58b - std[fce30c26ee6459b]::panicking::catch_unwind::<core[d17f6591d688f3bd]::result::Result<(), alloc[dad09f3a48280dba]::string::String>, core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<test[9653f4f1d2ca1489]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:544:19
[INFO] [stdout]   45:     0x5598b4a4a58b - std[fce30c26ee6459b]::panic::catch_unwind::<core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<test[9653f4f1d2ca1489]::run_test_in_process::{closure#0}>, core[d17f6591d688f3bd]::result::Result<(), alloc[dad09f3a48280dba]::string::String>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panic.rs:359:14
[INFO] [stdout]   46:     0x5598b4a4a58b - test[9653f4f1d2ca1489]::run_test_in_process
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/test/src/lib.rs:747:27
[INFO] [stdout]   47:     0x5598b4a4a58b - test[9653f4f1d2ca1489]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/test/src/lib.rs:668:43
[INFO] [stdout]   48:     0x5598b4a43ca4 - test[9653f4f1d2ca1489]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/test/src/lib.rs:698:41
[INFO] [stdout]   49:     0x5598b4a43ca4 - std[fce30c26ee6459b]::sys::backtrace::__rust_begin_short_backtrace::<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   50:     0x5598b4a4d192 - std[fce30c26ee6459b]::thread::lifecycle::spawn_unchecked::<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/thread/lifecycle.rs:70:13
[INFO] [stdout]   51:     0x5598b4a4d192 - <core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<std[fce30c26ee6459b]::thread::lifecycle::spawn_unchecked<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[d17f6591d688f3bd]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   52:     0x5598b4a4d192 - std[fce30c26ee6459b]::panicking::catch_unwind::do_call::<core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<std[fce30c26ee6459b]::thread::lifecycle::spawn_unchecked<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:581:40
[INFO] [stdout]   53:     0x5598b4a4d192 - std[fce30c26ee6459b]::panicking::catch_unwind::<(), core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<std[fce30c26ee6459b]::thread::lifecycle::spawn_unchecked<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:544:19
[INFO] [stdout]   54:     0x5598b4a4d192 - std[fce30c26ee6459b]::panic::catch_unwind::<core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<std[fce30c26ee6459b]::thread::lifecycle::spawn_unchecked<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panic.rs:359:14
[INFO] [stdout]   55:     0x5598b4a4d192 - std[fce30c26ee6459b]::thread::lifecycle::spawn_unchecked::<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/thread/lifecycle.rs:68:26
[INFO] [stdout]   56:     0x5598b4a4d192 - <std[fce30c26ee6459b]::thread::lifecycle::spawn_unchecked<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>::{closure#1} as core[d17f6591d688f3bd]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   57:     0x5598b4bbf51f - <alloc[dad09f3a48280dba]::boxed::Box<dyn core[d17f6591d688f3bd]::ops::function::FnOnce<(), Output = ()> + core[d17f6591d688f3bd]::marker::Send> as core[d17f6591d688f3bd]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/alloc/src/boxed.rs:2271:9
[INFO] [stdout]   58:     0x5598b4bbf51f - <std[fce30c26ee6459b]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/sys/thread/unix.rs:118:17
[INFO] [stdout]   59:     0x76e42426eaa4 - <unknown>
[INFO] [stdout]   60:     0x76e4242fba64 - clone
[INFO] [stdout]   61:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] thread 'query_transformation::tests::all_impls_match' (17) panicked at src/query_transformation.rs:224:13:
[INFO] [stdout] assertion `left == right` failed
[INFO] [stdout]   left: Ok("(oe=hmjldfuhrigtymylwjvvzbiocqzt) OR ((ohzzgbifod=tfkwoyekbgaz) OR (bezvikpcdjiulkaxewvs=hrrexczh) OR (otsux=atnvszuqchqlqiwfhuvqmt) OR (oe=hmjldfuhrigtymylwjvvzbiocqzt)) OR (slqjmmtswuyhlvipbdtrggy=kcetidbptmitaqwwyfgollhudeia)")
[INFO] [stdout]  right: Ok("((hnyrblmhpzjmoiqxmz=bzkkgfw) OR (tsxsjwqjaaiiqritlynnkdmlvk=kqcsspmqkw) OR (gzponhbkacyexfubwi=ogkjrs) OR (vmnwixermjkgfeizybjmuzfieh=zcxeclwejszzjteauqoyjexk) OR (nyuj=wbpqtsmlwg)) OR ((ohzzgbifod=tfkwoyekbgaz) OR (bezvikpcdjiulkaxewvs=hrrexczh) OR (otsux=atnvszuqchqlqiwfhuvqmt) OR (oe=hmjldfuhrigtymylwjvvzbiocqzt)) OR (slqjmmtswuyhlvipbdtrggy=kcetidbptmitaqwwyfgollhudeia)")
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x5598b4bbfc0a - std[fce30c26ee6459b]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x5598b4bbfc0a - std[fce30c26ee6459b]::backtrace_rs::backtrace::trace_unsynchronized::<std[fce30c26ee6459b]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x5598b4bbfc0a - std[fce30c26ee6459b]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x5598b4bbfc0a - <<std[fce30c26ee6459b]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[d17f6591d688f3bd]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x5598b4bd51ea - <core[d17f6591d688f3bd]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x5598b4bd51ea - core[d17f6591d688f3bd]::fmt::write
[INFO] [stdout]    6:     0x5598b4bc4852 - std[fce30c26ee6459b]::io::default_write_fmt::<alloc[dad09f3a48280dba]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/io/mod.rs:621:11
[INFO] [stdout]    7:     0x5598b4bc4852 - <alloc[dad09f3a48280dba]::vec::Vec<u8> as std[fce30c26ee6459b]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/io/mod.rs:1976:13
[INFO] [stdout]    8:     0x5598b4b9d45f - <std[fce30c26ee6459b]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x5598b4b9d45f - std[fce30c26ee6459b]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x5598b4bb7f09 - std[fce30c26ee6459b]::panicking::default_hook
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x5598b4a49abc - <alloc[dad09f3a48280dba]::boxed::Box<dyn for<'a, 'b> core[d17f6591d688f3bd]::ops::function::Fn<(&'a std[fce30c26ee6459b]::panic::PanicHookInfo<'b>,), Output = ()> + core[d17f6591d688f3bd]::marker::Sync + core[d17f6591d688f3bd]::marker::Send> as core[d17f6591d688f3bd]::ops::function::Fn<(&std[fce30c26ee6459b]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/alloc/src/boxed.rs:2285:9
[INFO] [stdout]   12:     0x5598b4a49abc - test[9653f4f1d2ca1489]::test_main_inner::<test[9653f4f1d2ca1489]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/test/src/lib.rs:155:21
[INFO] [stdout]   13:     0x5598b4bb80c2 - <alloc[dad09f3a48280dba]::boxed::Box<dyn for<'a, 'b> core[d17f6591d688f3bd]::ops::function::Fn<(&'a std[fce30c26ee6459b]::panic::PanicHookInfo<'b>,), Output = ()> + core[d17f6591d688f3bd]::marker::Sync + core[d17f6591d688f3bd]::marker::Send> as core[d17f6591d688f3bd]::ops::function::Fn<(&std[fce30c26ee6459b]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/alloc/src/boxed.rs:2285:9
[INFO] [stdout]   14:     0x5598b4bb80c2 - std[fce30c26ee6459b]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x5598b4b9d518 - std[fce30c26ee6459b]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:698:13
[INFO] [stdout]   16:     0x5598b4b92619 - std[fce30c26ee6459b]::sys::backtrace::__rust_end_short_backtrace::<std[fce30c26ee6459b]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x5598b4b9e22d - __rustc[de152adb51f02556]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x5598b4bd5a2c - core[d17f6591d688f3bd]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x5598b4bd58e3 - core[d17f6591d688f3bd]::panicking::assert_failed_inner
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/panicking.rs:439:17
[INFO] [stdout]   20:     0x5598b4a3828d - core[d17f6591d688f3bd]::panicking::assert_failed::<core[d17f6591d688f3bd]::result::Result<alloc[dad09f3a48280dba]::string::String, rustbook[3f46124814f1185b]::query_transformation::PrintError>, core[d17f6591d688f3bd]::result::Result<alloc[dad09f3a48280dba]::string::String, rustbook[3f46124814f1185b]::query_transformation::PrintError>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/panicking.rs:394:5
[INFO] [stdout]   21:     0x5598b4a31665 - rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#1}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/query_transformation.rs:224:13
[INFO] [stdout]   22:     0x5598b4a33ef7 - <&rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#1} as core[d17f6591d688f3bd]::ops::function::Fn<(proptest[b103e6066b256e9b]::sugar::NamedArguments<&str, rustbook[3f46124814f1185b]::query_transformation::QueryBoxed>,)>>::call
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/ops/function.rs:263:22
[INFO] [stdout]   23:     0x5598b4a2c767 - proptest[b103e6066b256e9b]::test_runner::runner::call_test::<proptest[b103e6066b256e9b]::sugar::NamedArguments<&str, rustbook[3f46124814f1185b]::query_transformation::QueryBoxed>, &rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#1}, alloc[dad09f3a48280dba]::vec::into_iter::IntoIter<core[d17f6591d688f3bd]::result::Result<(), proptest[b103e6066b256e9b]::test_runner::errors::TestCaseError>>>::{closure#3}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:256:49
[INFO] [stdout]   24:     0x5598b4a23808 - <core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<proptest[b103e6066b256e9b]::test_runner::runner::call_test<proptest[b103e6066b256e9b]::sugar::NamedArguments<&str, rustbook[3f46124814f1185b]::query_transformation::QueryBoxed>, &rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#1}, alloc[dad09f3a48280dba]::vec::into_iter::IntoIter<core[d17f6591d688f3bd]::result::Result<(), proptest[b103e6066b256e9b]::test_runner::errors::TestCaseError>>>::{closure#3}> as core[d17f6591d688f3bd]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   25:     0x5598b4a387fd - std[fce30c26ee6459b]::panicking::catch_unwind::do_call::<core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<proptest[b103e6066b256e9b]::test_runner::runner::call_test<proptest[b103e6066b256e9b]::sugar::NamedArguments<&str, rustbook[3f46124814f1185b]::query_transformation::QueryBoxed>, &rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#1}, alloc[dad09f3a48280dba]::vec::into_iter::IntoIter<core[d17f6591d688f3bd]::result::Result<(), proptest[b103e6066b256e9b]::test_runner::errors::TestCaseError>>>::{closure#3}>, core[d17f6591d688f3bd]::result::Result<(), proptest[b103e6066b256e9b]::test_runner::errors::TestCaseError>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:581:40
[INFO] [stdout]   26:     0x5598b4a367db - __rust_try
[INFO] [stdout]   27:     0x5598b4a2fe01 - std[fce30c26ee6459b]::panicking::catch_unwind::<core[d17f6591d688f3bd]::result::Result<(), proptest[b103e6066b256e9b]::test_runner::errors::TestCaseError>, core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<proptest[b103e6066b256e9b]::test_runner::runner::call_test<proptest[b103e6066b256e9b]::sugar::NamedArguments<&str, rustbook[3f46124814f1185b]::query_transformation::QueryBoxed>, &rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#1}, alloc[dad09f3a48280dba]::vec::into_iter::IntoIter<core[d17f6591d688f3bd]::result::Result<(), proptest[b103e6066b256e9b]::test_runner::errors::TestCaseError>>>::{closure#3}>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:544:19
[INFO] [stdout]   28:     0x5598b4a2fe01 - std[fce30c26ee6459b]::panic::catch_unwind::<core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<proptest[b103e6066b256e9b]::test_runner::runner::call_test<proptest[b103e6066b256e9b]::sugar::NamedArguments<&str, rustbook[3f46124814f1185b]::query_transformation::QueryBoxed>, &rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#1}, alloc[dad09f3a48280dba]::vec::into_iter::IntoIter<core[d17f6591d688f3bd]::result::Result<(), proptest[b103e6066b256e9b]::test_runner::errors::TestCaseError>>>::{closure#3}>, core[d17f6591d688f3bd]::result::Result<(), proptest[b103e6066b256e9b]::test_runner::errors::TestCaseError>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panic.rs:359:14
[INFO] [stdout]   29:     0x5598b4a2b3a4 - proptest[b103e6066b256e9b]::test_runner::runner::call_test::<proptest[b103e6066b256e9b]::sugar::NamedArguments<&str, rustbook[3f46124814f1185b]::query_transformation::QueryBoxed>, &rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#1}, alloc[dad09f3a48280dba]::vec::into_iter::IntoIter<core[d17f6591d688f3bd]::result::Result<(), proptest[b103e6066b256e9b]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:256:9
[INFO] [stdout]   30:     0x5598b4a297d7 - <proptest[b103e6066b256e9b]::test_runner::runner::TestRunner>::shrink::<proptest[b103e6066b256e9b]::strategy::map::Map<alloc[dad09f3a48280dba]::boxed::Box<dyn proptest[b103e6066b256e9b]::strategy::traits::ValueTree<Value = rustbook[3f46124814f1185b]::query_transformation::QueryBoxed>>, rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#0}>, &rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#1}, alloc[dad09f3a48280dba]::vec::into_iter::IntoIter<core[d17f6591d688f3bd]::result::Result<(), proptest[b103e6066b256e9b]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:845:30
[INFO] [stdout]   31:     0x5598b4a2743e - <proptest[b103e6066b256e9b]::test_runner::runner::TestRunner>::run_one_with_replay::<proptest[b103e6066b256e9b]::strategy::map::Map<alloc[dad09f3a48280dba]::boxed::Box<dyn proptest[b103e6066b256e9b]::strategy::traits::ValueTree<Value = rustbook[3f46124814f1185b]::query_transformation::QueryBoxed>>, rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#0}>, &rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#1}, alloc[dad09f3a48280dba]::vec::into_iter::IntoIter<core[d17f6591d688f3bd]::result::Result<(), proptest[b103e6066b256e9b]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:736:22
[INFO] [stdout]   32:     0x5598b4a26c9a - <proptest[b103e6066b256e9b]::test_runner::runner::TestRunner>::gen_and_run_case::<proptest[b103e6066b256e9b]::strategy::map::Map<proptest[b103e6066b256e9b]::strategy::recursive::Recursive<rustbook[3f46124814f1185b]::query_transformation::QueryBoxed, rustbook[3f46124814f1185b]::query_transformation::tests::arb_query::{closure#1}>, rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#0}>, rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#1}, alloc[dad09f3a48280dba]::vec::into_iter::IntoIter<core[d17f6591d688f3bd]::result::Result<(), proptest[b103e6066b256e9b]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:664:28
[INFO] [stdout]   33:     0x5598b4a28165 - <proptest[b103e6066b256e9b]::test_runner::runner::TestRunner>::run_in_process_with_replay::<proptest[b103e6066b256e9b]::strategy::map::Map<proptest[b103e6066b256e9b]::strategy::recursive::Recursive<rustbook[3f46124814f1185b]::query_transformation::QueryBoxed, rustbook[3f46124814f1185b]::query_transformation::tests::arb_query::{closure#1}>, rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#0}>, rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#1}, alloc[dad09f3a48280dba]::vec::into_iter::IntoIter<core[d17f6591d688f3bd]::result::Result<(), proptest[b103e6066b256e9b]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:613:31
[INFO] [stdout]   34:     0x5598b4a26a10 - <proptest[b103e6066b256e9b]::test_runner::runner::TestRunner>::run_in_process::<proptest[b103e6066b256e9b]::strategy::map::Map<proptest[b103e6066b256e9b]::strategy::recursive::Recursive<rustbook[3f46124814f1185b]::query_transformation::QueryBoxed, rustbook[3f46124814f1185b]::query_transformation::tests::arb_query::{closure#1}>, rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#0}>, rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#1}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:570:14
[INFO] [stdout]   35:     0x5598b4a2914f - <proptest[b103e6066b256e9b]::test_runner::runner::TestRunner>::run::<proptest[b103e6066b256e9b]::strategy::map::Map<proptest[b103e6066b256e9b]::strategy::recursive::Recursive<rustbook[3f46124814f1185b]::query_transformation::QueryBoxed, rustbook[3f46124814f1185b]::query_transformation::tests::arb_query::{closure#1}>, rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#0}>, rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#1}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:413:18
[INFO] [stdout]   36:     0x5598b4a32ffe - rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/sugar.rs:163:17
[INFO] [stdout]   37:     0x5598b4a312d7 - rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/sugar.rs:159:28
[INFO] [stdout]   38:     0x5598b4a24036 - <rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#0} as core[d17f6591d688f3bd]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   39:     0x5598b4a3cd9b - <fn() -> core[d17f6591d688f3bd]::result::Result<(), alloc[dad09f3a48280dba]::string::String> as core[d17f6591d688f3bd]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   40:     0x5598b4a3cd9b - test[9653f4f1d2ca1489]::__rust_begin_short_backtrace::<core[d17f6591d688f3bd]::result::Result<(), alloc[dad09f3a48280dba]::string::String>, fn() -> core[d17f6591d688f3bd]::result::Result<(), alloc[dad09f3a48280dba]::string::String>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/test/src/lib.rs:724:18
[INFO] [stdout]   41:     0x5598b4a4a58b - test[9653f4f1d2ca1489]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/test/src/lib.rs:747:74
[INFO] [stdout]   42:     0x5598b4a4a58b - <core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<test[9653f4f1d2ca1489]::run_test_in_process::{closure#0}> as core[d17f6591d688f3bd]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   43:     0x5598b4a4a58b - std[fce30c26ee6459b]::panicking::catch_unwind::do_call::<core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<test[9653f4f1d2ca1489]::run_test_in_process::{closure#0}>, core[d17f6591d688f3bd]::result::Result<(), alloc[dad09f3a48280dba]::string::String>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:581:40
[INFO] [stdout]   44:     0x5598b4a4a58b - std[fce30c26ee6459b]::panicking::catch_unwind::<core[d17f6591d688f3bd]::result::Result<(), alloc[dad09f3a48280dba]::string::String>, core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<test[9653f4f1d2ca1489]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:544:19
[INFO] [stdout]   45:     0x5598b4a4a58b - std[fce30c26ee6459b]::panic::catch_unwind::<core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<test[9653f4f1d2ca1489]::run_test_in_process::{closure#0}>, core[d17f6591d688f3bd]::result::Result<(), alloc[dad09f3a48280dba]::string::String>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panic.rs:359:14
[INFO] [stdout]   46:     0x5598b4a4a58b - test[9653f4f1d2ca1489]::run_test_in_process
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/test/src/lib.rs:747:27
[INFO] [stdout]   47:     0x5598b4a4a58b - test[9653f4f1d2ca1489]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/test/src/lib.rs:668:43
[INFO] [stdout]   48:     0x5598b4a43ca4 - test[9653f4f1d2ca1489]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/test/src/lib.rs:698:41
[INFO] [stdout]   49:     0x5598b4a43ca4 - std[fce30c26ee6459b]::sys::backtrace::__rust_begin_short_backtrace::<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   50:     0x5598b4a4d192 - std[fce30c26ee6459b]::thread::lifecycle::spawn_unchecked::<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/thread/lifecycle.rs:70:13
[INFO] [stdout]   51:     0x5598b4a4d192 - <core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<std[fce30c26ee6459b]::thread::lifecycle::spawn_unchecked<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[d17f6591d688f3bd]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   52:     0x5598b4a4d192 - std[fce30c26ee6459b]::panicking::catch_unwind::do_call::<core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<std[fce30c26ee6459b]::thread::lifecycle::spawn_unchecked<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:581:40
[INFO] [stdout]   53:     0x5598b4a4d192 - std[fce30c26ee6459b]::panicking::catch_unwind::<(), core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<std[fce30c26ee6459b]::thread::lifecycle::spawn_unchecked<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:544:19
[INFO] [stdout]   54:     0x5598b4a4d192 - std[fce30c26ee6459b]::panic::catch_unwind::<core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<std[fce30c26ee6459b]::thread::lifecycle::spawn_unchecked<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panic.rs:359:14
[INFO] [stdout]   55:     0x5598b4a4d192 - std[fce30c26ee6459b]::thread::lifecycle::spawn_unchecked::<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/thread/lifecycle.rs:68:26
[INFO] [stdout]   56:     0x5598b4a4d192 - <std[fce30c26ee6459b]::thread::lifecycle::spawn_unchecked<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>::{closure#1} as core[d17f6591d688f3bd]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   57:     0x5598b4bbf51f - <alloc[dad09f3a48280dba]::boxed::Box<dyn core[d17f6591d688f3bd]::ops::function::FnOnce<(), Output = ()> + core[d17f6591d688f3bd]::marker::Send> as core[d17f6591d688f3bd]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/alloc/src/boxed.rs:2271:9
[INFO] [stdout]   58:     0x5598b4bbf51f - <std[fce30c26ee6459b]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/sys/thread/unix.rs:118:17
[INFO] [stdout]   59:     0x76e42426eaa4 - <unknown>
[INFO] [stdout]   60:     0x76e4242fba64 - clone
[INFO] [stdout]   61:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] thread 'query_transformation::tests::all_impls_match' (17) panicked at src/query_transformation.rs:224:13:
[INFO] [stdout] assertion `left == right` failed
[INFO] [stdout]   left: Ok("(oe=hmjldfuhrigtymylwjvvzbiocqzt) OR ((ohzzgbifod=tfkwoyekbgaz) OR (bezvikpcdjiulkaxewvs=hrrexczh) OR (otsux=atnvszuqchqlqiwfhuvqmt) OR (oe=hmjldfuhrigtymylwjvvzbiocqzt))")
[INFO] [stdout]  right: Ok("((hnyrblmhpzjmoiqxmz=bzkkgfw) OR (tsxsjwqjaaiiqritlynnkdmlvk=kqcsspmqkw) OR (gzponhbkacyexfubwi=ogkjrs) OR (vmnwixermjkgfeizybjmuzfieh=zcxeclwejszzjteauqoyjexk) OR (nyuj=wbpqtsmlwg)) OR ((ohzzgbifod=tfkwoyekbgaz) OR (bezvikpcdjiulkaxewvs=hrrexczh) OR (otsux=atnvszuqchqlqiwfhuvqmt) OR (oe=hmjldfuhrigtymylwjvvzbiocqzt))")
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x5598b4bbfc0a - std[fce30c26ee6459b]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x5598b4bbfc0a - std[fce30c26ee6459b]::backtrace_rs::backtrace::trace_unsynchronized::<std[fce30c26ee6459b]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x5598b4bbfc0a - std[fce30c26ee6459b]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x5598b4bbfc0a - <<std[fce30c26ee6459b]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[d17f6591d688f3bd]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x5598b4bd51ea - <core[d17f6591d688f3bd]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x5598b4bd51ea - core[d17f6591d688f3bd]::fmt::write
[INFO] [stdout]    6:     0x5598b4bc4852 - std[fce30c26ee6459b]::io::default_write_fmt::<alloc[dad09f3a48280dba]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/io/mod.rs:621:11
[INFO] [stdout]    7:     0x5598b4bc4852 - <alloc[dad09f3a48280dba]::vec::Vec<u8> as std[fce30c26ee6459b]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/io/mod.rs:1976:13
[INFO] [stdout]    8:     0x5598b4b9d45f - <std[fce30c26ee6459b]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x5598b4b9d45f - std[fce30c26ee6459b]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x5598b4bb7f09 - std[fce30c26ee6459b]::panicking::default_hook
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x5598b4a49abc - <alloc[dad09f3a48280dba]::boxed::Box<dyn for<'a, 'b> core[d17f6591d688f3bd]::ops::function::Fn<(&'a std[fce30c26ee6459b]::panic::PanicHookInfo<'b>,), Output = ()> + core[d17f6591d688f3bd]::marker::Sync + core[d17f6591d688f3bd]::marker::Send> as core[d17f6591d688f3bd]::ops::function::Fn<(&std[fce30c26ee6459b]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/alloc/src/boxed.rs:2285:9
[INFO] [stdout]   12:     0x5598b4a49abc - test[9653f4f1d2ca1489]::test_main_inner::<test[9653f4f1d2ca1489]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/test/src/lib.rs:155:21
[INFO] [stdout]   13:     0x5598b4bb80c2 - <alloc[dad09f3a48280dba]::boxed::Box<dyn for<'a, 'b> core[d17f6591d688f3bd]::ops::function::Fn<(&'a std[fce30c26ee6459b]::panic::PanicHookInfo<'b>,), Output = ()> + core[d17f6591d688f3bd]::marker::Sync + core[d17f6591d688f3bd]::marker::Send> as core[d17f6591d688f3bd]::ops::function::Fn<(&std[fce30c26ee6459b]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/alloc/src/boxed.rs:2285:9
[INFO] [stdout]   14:     0x5598b4bb80c2 - std[fce30c26ee6459b]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x5598b4b9d518 - std[fce30c26ee6459b]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:698:13
[INFO] [stdout]   16:     0x5598b4b92619 - std[fce30c26ee6459b]::sys::backtrace::__rust_end_short_backtrace::<std[fce30c26ee6459b]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x5598b4b9e22d - __rustc[de152adb51f02556]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x5598b4bd5a2c - core[d17f6591d688f3bd]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x5598b4bd58e3 - core[d17f6591d688f3bd]::panicking::assert_failed_inner
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/panicking.rs:439:17
[INFO] [stdout]   20:     0x5598b4a3828d - core[d17f6591d688f3bd]::panicking::assert_failed::<core[d17f6591d688f3bd]::result::Result<alloc[dad09f3a48280dba]::string::String, rustbook[3f46124814f1185b]::query_transformation::PrintError>, core[d17f6591d688f3bd]::result::Result<alloc[dad09f3a48280dba]::string::String, rustbook[3f46124814f1185b]::query_transformation::PrintError>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/panicking.rs:394:5
[INFO] [stdout]   21:     0x5598b4a31665 - rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#1}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/query_transformation.rs:224:13
[INFO] [stdout]   22:     0x5598b4a33ef7 - <&rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#1} as core[d17f6591d688f3bd]::ops::function::Fn<(proptest[b103e6066b256e9b]::sugar::NamedArguments<&str, rustbook[3f46124814f1185b]::query_transformation::QueryBoxed>,)>>::call
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/ops/function.rs:263:22
[INFO] [stdout]   23:     0x5598b4a2c767 - proptest[b103e6066b256e9b]::test_runner::runner::call_test::<proptest[b103e6066b256e9b]::sugar::NamedArguments<&str, rustbook[3f46124814f1185b]::query_transformation::QueryBoxed>, &rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#1}, alloc[dad09f3a48280dba]::vec::into_iter::IntoIter<core[d17f6591d688f3bd]::result::Result<(), proptest[b103e6066b256e9b]::test_runner::errors::TestCaseError>>>::{closure#3}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:256:49
[INFO] [stdout]   24:     0x5598b4a23808 - <core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<proptest[b103e6066b256e9b]::test_runner::runner::call_test<proptest[b103e6066b256e9b]::sugar::NamedArguments<&str, rustbook[3f46124814f1185b]::query_transformation::QueryBoxed>, &rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#1}, alloc[dad09f3a48280dba]::vec::into_iter::IntoIter<core[d17f6591d688f3bd]::result::Result<(), proptest[b103e6066b256e9b]::test_runner::errors::TestCaseError>>>::{closure#3}> as core[d17f6591d688f3bd]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   25:     0x5598b4a387fd - std[fce30c26ee6459b]::panicking::catch_unwind::do_call::<core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<proptest[b103e6066b256e9b]::test_runner::runner::call_test<proptest[b103e6066b256e9b]::sugar::NamedArguments<&str, rustbook[3f46124814f1185b]::query_transformation::QueryBoxed>, &rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#1}, alloc[dad09f3a48280dba]::vec::into_iter::IntoIter<core[d17f6591d688f3bd]::result::Result<(), proptest[b103e6066b256e9b]::test_runner::errors::TestCaseError>>>::{closure#3}>, core[d17f6591d688f3bd]::result::Result<(), proptest[b103e6066b256e9b]::test_runner::errors::TestCaseError>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:581:40
[INFO] [stdout]   26:     0x5598b4a367db - __rust_try
[INFO] [stdout]   27:     0x5598b4a2fe01 - std[fce30c26ee6459b]::panicking::catch_unwind::<core[d17f6591d688f3bd]::result::Result<(), proptest[b103e6066b256e9b]::test_runner::errors::TestCaseError>, core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<proptest[b103e6066b256e9b]::test_runner::runner::call_test<proptest[b103e6066b256e9b]::sugar::NamedArguments<&str, rustbook[3f46124814f1185b]::query_transformation::QueryBoxed>, &rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#1}, alloc[dad09f3a48280dba]::vec::into_iter::IntoIter<core[d17f6591d688f3bd]::result::Result<(), proptest[b103e6066b256e9b]::test_runner::errors::TestCaseError>>>::{closure#3}>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:544:19
[INFO] [stdout]   28:     0x5598b4a2fe01 - std[fce30c26ee6459b]::panic::catch_unwind::<core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<proptest[b103e6066b256e9b]::test_runner::runner::call_test<proptest[b103e6066b256e9b]::sugar::NamedArguments<&str, rustbook[3f46124814f1185b]::query_transformation::QueryBoxed>, &rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#1}, alloc[dad09f3a48280dba]::vec::into_iter::IntoIter<core[d17f6591d688f3bd]::result::Result<(), proptest[b103e6066b256e9b]::test_runner::errors::TestCaseError>>>::{closure#3}>, core[d17f6591d688f3bd]::result::Result<(), proptest[b103e6066b256e9b]::test_runner::errors::TestCaseError>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panic.rs:359:14
[INFO] [stdout]   29:     0x5598b4a2b3a4 - proptest[b103e6066b256e9b]::test_runner::runner::call_test::<proptest[b103e6066b256e9b]::sugar::NamedArguments<&str, rustbook[3f46124814f1185b]::query_transformation::QueryBoxed>, &rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#1}, alloc[dad09f3a48280dba]::vec::into_iter::IntoIter<core[d17f6591d688f3bd]::result::Result<(), proptest[b103e6066b256e9b]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:256:9
[INFO] [stdout]   30:     0x5598b4a297d7 - <proptest[b103e6066b256e9b]::test_runner::runner::TestRunner>::shrink::<proptest[b103e6066b256e9b]::strategy::map::Map<alloc[dad09f3a48280dba]::boxed::Box<dyn proptest[b103e6066b256e9b]::strategy::traits::ValueTree<Value = rustbook[3f46124814f1185b]::query_transformation::QueryBoxed>>, rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#0}>, &rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#1}, alloc[dad09f3a48280dba]::vec::into_iter::IntoIter<core[d17f6591d688f3bd]::result::Result<(), proptest[b103e6066b256e9b]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:845:30
[INFO] [stdout]   31:     0x5598b4a2743e - <proptest[b103e6066b256e9b]::test_runner::runner::TestRunner>::run_one_with_replay::<proptest[b103e6066b256e9b]::strategy::map::Map<alloc[dad09f3a48280dba]::boxed::Box<dyn proptest[b103e6066b256e9b]::strategy::traits::ValueTree<Value = rustbook[3f46124814f1185b]::query_transformation::QueryBoxed>>, rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#0}>, &rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#1}, alloc[dad09f3a48280dba]::vec::into_iter::IntoIter<core[d17f6591d688f3bd]::result::Result<(), proptest[b103e6066b256e9b]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:736:22
[INFO] [stdout]   32:     0x5598b4a26c9a - <proptest[b103e6066b256e9b]::test_runner::runner::TestRunner>::gen_and_run_case::<proptest[b103e6066b256e9b]::strategy::map::Map<proptest[b103e6066b256e9b]::strategy::recursive::Recursive<rustbook[3f46124814f1185b]::query_transformation::QueryBoxed, rustbook[3f46124814f1185b]::query_transformation::tests::arb_query::{closure#1}>, rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#0}>, rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#1}, alloc[dad09f3a48280dba]::vec::into_iter::IntoIter<core[d17f6591d688f3bd]::result::Result<(), proptest[b103e6066b256e9b]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:664:28
[INFO] [stdout]   33:     0x5598b4a28165 - <proptest[b103e6066b256e9b]::test_runner::runner::TestRunner>::run_in_process_with_replay::<proptest[b103e6066b256e9b]::strategy::map::Map<proptest[b103e6066b256e9b]::strategy::recursive::Recursive<rustbook[3f46124814f1185b]::query_transformation::QueryBoxed, rustbook[3f46124814f1185b]::query_transformation::tests::arb_query::{closure#1}>, rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#0}>, rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#1}, alloc[dad09f3a48280dba]::vec::into_iter::IntoIter<core[d17f6591d688f3bd]::result::Result<(), proptest[b103e6066b256e9b]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:613:31
[INFO] [stdout]   34:     0x5598b4a26a10 - <proptest[b103e6066b256e9b]::test_runner::runner::TestRunner>::run_in_process::<proptest[b103e6066b256e9b]::strategy::map::Map<proptest[b103e6066b256e9b]::strategy::recursive::Recursive<rustbook[3f46124814f1185b]::query_transformation::QueryBoxed, rustbook[3f46124814f1185b]::query_transformation::tests::arb_query::{closure#1}>, rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#0}>, rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#1}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:570:14
[INFO] [stdout]   35:     0x5598b4a2914f - <proptest[b103e6066b256e9b]::test_runner::runner::TestRunner>::run::<proptest[b103e6066b256e9b]::strategy::map::Map<proptest[b103e6066b256e9b]::strategy::recursive::Recursive<rustbook[3f46124814f1185b]::query_transformation::QueryBoxed, rustbook[3f46124814f1185b]::query_transformation::tests::arb_query::{closure#1}>, rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#0}>, rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#1}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:413:18
[INFO] [stdout]   36:     0x5598b4a32ffe - rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/sugar.rs:163:17
[INFO] [stdout]   37:     0x5598b4a312d7 - rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/sugar.rs:159:28
[INFO] [stdout]   38:     0x5598b4a24036 - <rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#0} as core[d17f6591d688f3bd]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   39:     0x5598b4a3cd9b - <fn() -> core[d17f6591d688f3bd]::result::Result<(), alloc[dad09f3a48280dba]::string::String> as core[d17f6591d688f3bd]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   40:     0x5598b4a3cd9b - test[9653f4f1d2ca1489]::__rust_begin_short_backtrace::<core[d17f6591d688f3bd]::result::Result<(), alloc[dad09f3a48280dba]::string::String>, fn() -> core[d17f6591d688f3bd]::result::Result<(), alloc[dad09f3a48280dba]::string::String>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/test/src/lib.rs:724:18
[INFO] [stdout]   41:     0x5598b4a4a58b - test[9653f4f1d2ca1489]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/test/src/lib.rs:747:74
[INFO] [stdout]   42:     0x5598b4a4a58b - <core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<test[9653f4f1d2ca1489]::run_test_in_process::{closure#0}> as core[d17f6591d688f3bd]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   43:     0x5598b4a4a58b - std[fce30c26ee6459b]::panicking::catch_unwind::do_call::<core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<test[9653f4f1d2ca1489]::run_test_in_process::{closure#0}>, core[d17f6591d688f3bd]::result::Result<(), alloc[dad09f3a48280dba]::string::String>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:581:40
[INFO] [stdout]   44:     0x5598b4a4a58b - std[fce30c26ee6459b]::panicking::catch_unwind::<core[d17f6591d688f3bd]::result::Result<(), alloc[dad09f3a48280dba]::string::String>, core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<test[9653f4f1d2ca1489]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:544:19
[INFO] [stdout]   45:     0x5598b4a4a58b - std[fce30c26ee6459b]::panic::catch_unwind::<core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<test[9653f4f1d2ca1489]::run_test_in_process::{closure#0}>, core[d17f6591d688f3bd]::result::Result<(), alloc[dad09f3a48280dba]::string::String>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panic.rs:359:14
[INFO] [stdout]   46:     0x5598b4a4a58b - test[9653f4f1d2ca1489]::run_test_in_process
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/test/src/lib.rs:747:27
[INFO] [stdout]   47:     0x5598b4a4a58b - test[9653f4f1d2ca1489]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/test/src/lib.rs:668:43
[INFO] [stdout]   48:     0x5598b4a43ca4 - test[9653f4f1d2ca1489]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/test/src/lib.rs:698:41
[INFO] [stdout]   49:     0x5598b4a43ca4 - std[fce30c26ee6459b]::sys::backtrace::__rust_begin_short_backtrace::<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   50:     0x5598b4a4d192 - std[fce30c26ee6459b]::thread::lifecycle::spawn_unchecked::<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/thread/lifecycle.rs:70:13
[INFO] [stdout]   51:     0x5598b4a4d192 - <core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<std[fce30c26ee6459b]::thread::lifecycle::spawn_unchecked<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[d17f6591d688f3bd]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   52:     0x5598b4a4d192 - std[fce30c26ee6459b]::panicking::catch_unwind::do_call::<core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<std[fce30c26ee6459b]::thread::lifecycle::spawn_unchecked<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:581:40
[INFO] [stdout]   53:     0x5598b4a4d192 - std[fce30c26ee6459b]::panicking::catch_unwind::<(), core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<std[fce30c26ee6459b]::thread::lifecycle::spawn_unchecked<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:544:19
[INFO] [stdout]   54:     0x5598b4a4d192 - std[fce30c26ee6459b]::panic::catch_unwind::<core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<std[fce30c26ee6459b]::thread::lifecycle::spawn_unchecked<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panic.rs:359:14
[INFO] [stdout]   55:     0x5598b4a4d192 - std[fce30c26ee6459b]::thread::lifecycle::spawn_unchecked::<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/thread/lifecycle.rs:68:26
[INFO] [stdout]   56:     0x5598b4a4d192 - <std[fce30c26ee6459b]::thread::lifecycle::spawn_unchecked<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>::{closure#1} as core[d17f6591d688f3bd]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   57:     0x5598b4bbf51f - <alloc[dad09f3a48280dba]::boxed::Box<dyn core[d17f6591d688f3bd]::ops::function::FnOnce<(), Output = ()> + core[d17f6591d688f3bd]::marker::Send> as core[d17f6591d688f3bd]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/alloc/src/boxed.rs:2271:9
[INFO] [stdout]   58:     0x5598b4bbf51f - <std[fce30c26ee6459b]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/sys/thread/unix.rs:118:17
[INFO] [stdout]   59:     0x76e42426eaa4 - <unknown>
[INFO] [stdout]   60:     0x76e4242fba64 - clone
[INFO] [stdout]   61:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] thread 'query_transformation::tests::all_impls_match' (17) panicked at src/query_transformation.rs:224:13:
[INFO] [stdout] assertion `left == right` failed
[INFO] [stdout]   left: Ok("(oe=hmjldfuhrigtymylwjvvzbiocqzt) OR ((ohzzgbifod=tfkwoyekbgaz) OR (bezvikpcdjiulkaxewvs=hrrexczh) OR (otsux=atnvszuqchqlqiwfhuvqmt) OR (oe=hmjldfuhrigtymylwjvvzbiocqzt))")
[INFO] [stdout]  right: Ok("((tsxsjwqjaaiiqritlynnkdmlvk=kqcsspmqkw) OR (gzponhbkacyexfubwi=ogkjrs) OR (vmnwixermjkgfeizybjmuzfieh=zcxeclwejszzjteauqoyjexk) OR (nyuj=wbpqtsmlwg)) OR ((ohzzgbifod=tfkwoyekbgaz) OR (bezvikpcdjiulkaxewvs=hrrexczh) OR (otsux=atnvszuqchqlqiwfhuvqmt) OR (oe=hmjldfuhrigtymylwjvvzbiocqzt))")
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x5598b4bbfc0a - std[fce30c26ee6459b]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x5598b4bbfc0a - std[fce30c26ee6459b]::backtrace_rs::backtrace::trace_unsynchronized::<std[fce30c26ee6459b]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x5598b4bbfc0a - std[fce30c26ee6459b]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x5598b4bbfc0a - <<std[fce30c26ee6459b]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[d17f6591d688f3bd]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x5598b4bd51ea - <core[d17f6591d688f3bd]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x5598b4bd51ea - core[d17f6591d688f3bd]::fmt::write
[INFO] [stdout]    6:     0x5598b4bc4852 - std[fce30c26ee6459b]::io::default_write_fmt::<alloc[dad09f3a48280dba]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/io/mod.rs:621:11
[INFO] [stdout]    7:     0x5598b4bc4852 - <alloc[dad09f3a48280dba]::vec::Vec<u8> as std[fce30c26ee6459b]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/io/mod.rs:1976:13
[INFO] [stdout]    8:     0x5598b4b9d45f - <std[fce30c26ee6459b]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x5598b4b9d45f - std[fce30c26ee6459b]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x5598b4bb7f09 - std[fce30c26ee6459b]::panicking::default_hook
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x5598b4a49abc - <alloc[dad09f3a48280dba]::boxed::Box<dyn for<'a, 'b> core[d17f6591d688f3bd]::ops::function::Fn<(&'a std[fce30c26ee6459b]::panic::PanicHookInfo<'b>,), Output = ()> + core[d17f6591d688f3bd]::marker::Sync + core[d17f6591d688f3bd]::marker::Send> as core[d17f6591d688f3bd]::ops::function::Fn<(&std[fce30c26ee6459b]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/alloc/src/boxed.rs:2285:9
[INFO] [stdout]   12:     0x5598b4a49abc - test[9653f4f1d2ca1489]::test_main_inner::<test[9653f4f1d2ca1489]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/test/src/lib.rs:155:21
[INFO] [stdout]   13:     0x5598b4bb80c2 - <alloc[dad09f3a48280dba]::boxed::Box<dyn for<'a, 'b> core[d17f6591d688f3bd]::ops::function::Fn<(&'a std[fce30c26ee6459b]::panic::PanicHookInfo<'b>,), Output = ()> + core[d17f6591d688f3bd]::marker::Sync + core[d17f6591d688f3bd]::marker::Send> as core[d17f6591d688f3bd]::ops::function::Fn<(&std[fce30c26ee6459b]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/alloc/src/boxed.rs:2285:9
[INFO] [stdout]   14:     0x5598b4bb80c2 - std[fce30c26ee6459b]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x5598b4b9d518 - std[fce30c26ee6459b]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:698:13
[INFO] [stdout]   16:     0x5598b4b92619 - std[fce30c26ee6459b]::sys::backtrace::__rust_end_short_backtrace::<std[fce30c26ee6459b]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x5598b4b9e22d - __rustc[de152adb51f02556]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x5598b4bd5a2c - core[d17f6591d688f3bd]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x5598b4bd58e3 - core[d17f6591d688f3bd]::panicking::assert_failed_inner
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/panicking.rs:439:17
[INFO] [stdout]   20:     0x5598b4a3828d - core[d17f6591d688f3bd]::panicking::assert_failed::<core[d17f6591d688f3bd]::result::Result<alloc[dad09f3a48280dba]::string::String, rustbook[3f46124814f1185b]::query_transformation::PrintError>, core[d17f6591d688f3bd]::result::Result<alloc[dad09f3a48280dba]::string::String, rustbook[3f46124814f1185b]::query_transformation::PrintError>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/panicking.rs:394:5
[INFO] [stdout]   21:     0x5598b4a31665 - rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#1}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/query_transformation.rs:224:13
[INFO] [stdout]   22:     0x5598b4a33ef7 - <&rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#1} as core[d17f6591d688f3bd]::ops::function::Fn<(proptest[b103e6066b256e9b]::sugar::NamedArguments<&str, rustbook[3f46124814f1185b]::query_transformation::QueryBoxed>,)>>::call
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/ops/function.rs:263:22
[INFO] [stdout]   23:     0x5598b4a2c767 - proptest[b103e6066b256e9b]::test_runner::runner::call_test::<proptest[b103e6066b256e9b]::sugar::NamedArguments<&str, rustbook[3f46124814f1185b]::query_transformation::QueryBoxed>, &rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#1}, alloc[dad09f3a48280dba]::vec::into_iter::IntoIter<core[d17f6591d688f3bd]::result::Result<(), proptest[b103e6066b256e9b]::test_runner::errors::TestCaseError>>>::{closure#3}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:256:49
[INFO] [stdout]   24:     0x5598b4a23808 - <core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<proptest[b103e6066b256e9b]::test_runner::runner::call_test<proptest[b103e6066b256e9b]::sugar::NamedArguments<&str, rustbook[3f46124814f1185b]::query_transformation::QueryBoxed>, &rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#1}, alloc[dad09f3a48280dba]::vec::into_iter::IntoIter<core[d17f6591d688f3bd]::result::Result<(), proptest[b103e6066b256e9b]::test_runner::errors::TestCaseError>>>::{closure#3}> as core[d17f6591d688f3bd]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   25:     0x5598b4a387fd - std[fce30c26ee6459b]::panicking::catch_unwind::do_call::<core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<proptest[b103e6066b256e9b]::test_runner::runner::call_test<proptest[b103e6066b256e9b]::sugar::NamedArguments<&str, rustbook[3f46124814f1185b]::query_transformation::QueryBoxed>, &rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#1}, alloc[dad09f3a48280dba]::vec::into_iter::IntoIter<core[d17f6591d688f3bd]::result::Result<(), proptest[b103e6066b256e9b]::test_runner::errors::TestCaseError>>>::{closure#3}>, core[d17f6591d688f3bd]::result::Result<(), proptest[b103e6066b256e9b]::test_runner::errors::TestCaseError>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:581:40
[INFO] [stdout]   26:     0x5598b4a367db - __rust_try
[INFO] [stdout]   27:     0x5598b4a2fe01 - std[fce30c26ee6459b]::panicking::catch_unwind::<core[d17f6591d688f3bd]::result::Result<(), proptest[b103e6066b256e9b]::test_runner::errors::TestCaseError>, core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<proptest[b103e6066b256e9b]::test_runner::runner::call_test<proptest[b103e6066b256e9b]::sugar::NamedArguments<&str, rustbook[3f46124814f1185b]::query_transformation::QueryBoxed>, &rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#1}, alloc[dad09f3a48280dba]::vec::into_iter::IntoIter<core[d17f6591d688f3bd]::result::Result<(), proptest[b103e6066b256e9b]::test_runner::errors::TestCaseError>>>::{closure#3}>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:544:19
[INFO] [stdout]   28:     0x5598b4a2fe01 - std[fce30c26ee6459b]::panic::catch_unwind::<core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<proptest[b103e6066b256e9b]::test_runner::runner::call_test<proptest[b103e6066b256e9b]::sugar::NamedArguments<&str, rustbook[3f46124814f1185b]::query_transformation::QueryBoxed>, &rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#1}, alloc[dad09f3a48280dba]::vec::into_iter::IntoIter<core[d17f6591d688f3bd]::result::Result<(), proptest[b103e6066b256e9b]::test_runner::errors::TestCaseError>>>::{closure#3}>, core[d17f6591d688f3bd]::result::Result<(), proptest[b103e6066b256e9b]::test_runner::errors::TestCaseError>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panic.rs:359:14
[INFO] [stdout]   29:     0x5598b4a2b3a4 - proptest[b103e6066b256e9b]::test_runner::runner::call_test::<proptest[b103e6066b256e9b]::sugar::NamedArguments<&str, rustbook[3f46124814f1185b]::query_transformation::QueryBoxed>, &rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#1}, alloc[dad09f3a48280dba]::vec::into_iter::IntoIter<core[d17f6591d688f3bd]::result::Result<(), proptest[b103e6066b256e9b]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:256:9
[INFO] [stdout]   30:     0x5598b4a297d7 - <proptest[b103e6066b256e9b]::test_runner::runner::TestRunner>::shrink::<proptest[b103e6066b256e9b]::strategy::map::Map<alloc[dad09f3a48280dba]::boxed::Box<dyn proptest[b103e6066b256e9b]::strategy::traits::ValueTree<Value = rustbook[3f46124814f1185b]::query_transformation::QueryBoxed>>, rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#0}>, &rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#1}, alloc[dad09f3a48280dba]::vec::into_iter::IntoIter<core[d17f6591d688f3bd]::result::Result<(), proptest[b103e6066b256e9b]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:845:30
[INFO] [stdout]   31:     0x5598b4a2743e - <proptest[b103e6066b256e9b]::test_runner::runner::TestRunner>::run_one_with_replay::<proptest[b103e6066b256e9b]::strategy::map::Map<alloc[dad09f3a48280dba]::boxed::Box<dyn proptest[b103e6066b256e9b]::strategy::traits::ValueTree<Value = rustbook[3f46124814f1185b]::query_transformation::QueryBoxed>>, rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#0}>, &rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#1}, alloc[dad09f3a48280dba]::vec::into_iter::IntoIter<core[d17f6591d688f3bd]::result::Result<(), proptest[b103e6066b256e9b]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:736:22
[INFO] [stdout]   32:     0x5598b4a26c9a - <proptest[b103e6066b256e9b]::test_runner::runner::TestRunner>::gen_and_run_case::<proptest[b103e6066b256e9b]::strategy::map::Map<proptest[b103e6066b256e9b]::strategy::recursive::Recursive<rustbook[3f46124814f1185b]::query_transformation::QueryBoxed, rustbook[3f46124814f1185b]::query_transformation::tests::arb_query::{closure#1}>, rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#0}>, rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#1}, alloc[dad09f3a48280dba]::vec::into_iter::IntoIter<core[d17f6591d688f3bd]::result::Result<(), proptest[b103e6066b256e9b]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:664:28
[INFO] [stdout]   33:     0x5598b4a28165 - <proptest[b103e6066b256e9b]::test_runner::runner::TestRunner>::run_in_process_with_replay::<proptest[b103e6066b256e9b]::strategy::map::Map<proptest[b103e6066b256e9b]::strategy::recursive::Recursive<rustbook[3f46124814f1185b]::query_transformation::QueryBoxed, rustbook[3f46124814f1185b]::query_transformation::tests::arb_query::{closure#1}>, rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#0}>, rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#1}, alloc[dad09f3a48280dba]::vec::into_iter::IntoIter<core[d17f6591d688f3bd]::result::Result<(), proptest[b103e6066b256e9b]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:613:31
[INFO] [stdout]   34:     0x5598b4a26a10 - <proptest[b103e6066b256e9b]::test_runner::runner::TestRunner>::run_in_process::<proptest[b103e6066b256e9b]::strategy::map::Map<proptest[b103e6066b256e9b]::strategy::recursive::Recursive<rustbook[3f46124814f1185b]::query_transformation::QueryBoxed, rustbook[3f46124814f1185b]::query_transformation::tests::arb_query::{closure#1}>, rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#0}>, rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#1}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:570:14
[INFO] [stdout]   35:     0x5598b4a2914f - <proptest[b103e6066b256e9b]::test_runner::runner::TestRunner>::run::<proptest[b103e6066b256e9b]::strategy::map::Map<proptest[b103e6066b256e9b]::strategy::recursive::Recursive<rustbook[3f46124814f1185b]::query_transformation::QueryBoxed, rustbook[3f46124814f1185b]::query_transformation::tests::arb_query::{closure#1}>, rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#0}>, rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#1}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:413:18
[INFO] [stdout]   36:     0x5598b4a32ffe - rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/sugar.rs:163:17
[INFO] [stdout]   37:     0x5598b4a312d7 - rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/sugar.rs:159:28
[INFO] [stdout]   38:     0x5598b4a24036 - <rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#0} as core[d17f6591d688f3bd]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   39:     0x5598b4a3cd9b - <fn() -> core[d17f6591d688f3bd]::result::Result<(), alloc[dad09f3a48280dba]::string::String> as core[d17f6591d688f3bd]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   40:     0x5598b4a3cd9b - test[9653f4f1d2ca1489]::__rust_begin_short_backtrace::<core[d17f6591d688f3bd]::result::Result<(), alloc[dad09f3a48280dba]::string::String>, fn() -> core[d17f6591d688f3bd]::result::Result<(), alloc[dad09f3a48280dba]::string::String>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/test/src/lib.rs:724:18
[INFO] [stdout]   41:     0x5598b4a4a58b - test[9653f4f1d2ca1489]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/test/src/lib.rs:747:74
[INFO] [stdout]   42:     0x5598b4a4a58b - <core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<test[9653f4f1d2ca1489]::run_test_in_process::{closure#0}> as core[d17f6591d688f3bd]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   43:     0x5598b4a4a58b - std[fce30c26ee6459b]::panicking::catch_unwind::do_call::<core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<test[9653f4f1d2ca1489]::run_test_in_process::{closure#0}>, core[d17f6591d688f3bd]::result::Result<(), alloc[dad09f3a48280dba]::string::String>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:581:40
[INFO] [stdout]   44:     0x5598b4a4a58b - std[fce30c26ee6459b]::panicking::catch_unwind::<core[d17f6591d688f3bd]::result::Result<(), alloc[dad09f3a48280dba]::string::String>, core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<test[9653f4f1d2ca1489]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:544:19
[INFO] [stdout]   45:     0x5598b4a4a58b - std[fce30c26ee6459b]::panic::catch_unwind::<core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<test[9653f4f1d2ca1489]::run_test_in_process::{closure#0}>, core[d17f6591d688f3bd]::result::Result<(), alloc[dad09f3a48280dba]::string::String>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panic.rs:359:14
[INFO] [stdout]   46:     0x5598b4a4a58b - test[9653f4f1d2ca1489]::run_test_in_process
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/test/src/lib.rs:747:27
[INFO] [stdout]   47:     0x5598b4a4a58b - test[9653f4f1d2ca1489]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/test/src/lib.rs:668:43
[INFO] [stdout]   48:     0x5598b4a43ca4 - test[9653f4f1d2ca1489]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/test/src/lib.rs:698:41
[INFO] [stdout]   49:     0x5598b4a43ca4 - std[fce30c26ee6459b]::sys::backtrace::__rust_begin_short_backtrace::<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   50:     0x5598b4a4d192 - std[fce30c26ee6459b]::thread::lifecycle::spawn_unchecked::<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/thread/lifecycle.rs:70:13
[INFO] [stdout]   51:     0x5598b4a4d192 - <core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<std[fce30c26ee6459b]::thread::lifecycle::spawn_unchecked<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[d17f6591d688f3bd]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   52:     0x5598b4a4d192 - std[fce30c26ee6459b]::panicking::catch_unwind::do_call::<core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<std[fce30c26ee6459b]::thread::lifecycle::spawn_unchecked<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:581:40
[INFO] [stdout]   53:     0x5598b4a4d192 - std[fce30c26ee6459b]::panicking::catch_unwind::<(), core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<std[fce30c26ee6459b]::thread::lifecycle::spawn_unchecked<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:544:19
[INFO] [stdout]   54:     0x5598b4a4d192 - std[fce30c26ee6459b]::panic::catch_unwind::<core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<std[fce30c26ee6459b]::thread::lifecycle::spawn_unchecked<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panic.rs:359:14
[INFO] [stdout]   55:     0x5598b4a4d192 - std[fce30c26ee6459b]::thread::lifecycle::spawn_unchecked::<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/thread/lifecycle.rs:68:26
[INFO] [stdout]   56:     0x5598b4a4d192 - <std[fce30c26ee6459b]::thread::lifecycle::spawn_unchecked<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>::{closure#1} as core[d17f6591d688f3bd]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   57:     0x5598b4bbf51f - <alloc[dad09f3a48280dba]::boxed::Box<dyn core[d17f6591d688f3bd]::ops::function::FnOnce<(), Output = ()> + core[d17f6591d688f3bd]::marker::Send> as core[d17f6591d688f3bd]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/alloc/src/boxed.rs:2271:9
[INFO] [stdout]   58:     0x5598b4bbf51f - <std[fce30c26ee6459b]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/sys/thread/unix.rs:118:17
[INFO] [stdout]   59:     0x76e42426eaa4 - <unknown>
[INFO] [stdout]   60:     0x76e4242fba64 - clone
[INFO] [stdout]   61:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] thread 'query_transformation::tests::all_impls_match' (17) panicked at src/query_transformation.rs:224:13:
[INFO] [stdout] assertion `left == right` failed
[INFO] [stdout]   left: Ok("(oe=hmjldfuhrigtymylwjvvzbiocqzt) OR ((ohzzgbifod=tfkwoyekbgaz) OR (bezvikpcdjiulkaxewvs=hrrexczh) OR (otsux=atnvszuqchqlqiwfhuvqmt) OR (oe=hmjldfuhrigtymylwjvvzbiocqzt))")
[INFO] [stdout]  right: Ok("((gzponhbkacyexfubwi=ogkjrs) OR (vmnwixermjkgfeizybjmuzfieh=zcxeclwejszzjteauqoyjexk) OR (nyuj=wbpqtsmlwg)) OR ((ohzzgbifod=tfkwoyekbgaz) OR (bezvikpcdjiulkaxewvs=hrrexczh) OR (otsux=atnvszuqchqlqiwfhuvqmt) OR (oe=hmjldfuhrigtymylwjvvzbiocqzt))")
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x5598b4bbfc0a - std[fce30c26ee6459b]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x5598b4bbfc0a - std[fce30c26ee6459b]::backtrace_rs::backtrace::trace_unsynchronized::<std[fce30c26ee6459b]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x5598b4bbfc0a - std[fce30c26ee6459b]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x5598b4bbfc0a - <<std[fce30c26ee6459b]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[d17f6591d688f3bd]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x5598b4bd51ea - <core[d17f6591d688f3bd]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x5598b4bd51ea - core[d17f6591d688f3bd]::fmt::write
[INFO] [stdout]    6:     0x5598b4bc4852 - std[fce30c26ee6459b]::io::default_write_fmt::<alloc[dad09f3a48280dba]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/io/mod.rs:621:11
[INFO] [stdout]    7:     0x5598b4bc4852 - <alloc[dad09f3a48280dba]::vec::Vec<u8> as std[fce30c26ee6459b]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/io/mod.rs:1976:13
[INFO] [stdout]    8:     0x5598b4b9d45f - <std[fce30c26ee6459b]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x5598b4b9d45f - std[fce30c26ee6459b]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x5598b4bb7f09 - std[fce30c26ee6459b]::panicking::default_hook
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x5598b4a49abc - <alloc[dad09f3a48280dba]::boxed::Box<dyn for<'a, 'b> core[d17f6591d688f3bd]::ops::function::Fn<(&'a std[fce30c26ee6459b]::panic::PanicHookInfo<'b>,), Output = ()> + core[d17f6591d688f3bd]::marker::Sync + core[d17f6591d688f3bd]::marker::Send> as core[d17f6591d688f3bd]::ops::function::Fn<(&std[fce30c26ee6459b]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/alloc/src/boxed.rs:2285:9
[INFO] [stdout]   12:     0x5598b4a49abc - test[9653f4f1d2ca1489]::test_main_inner::<test[9653f4f1d2ca1489]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/test/src/lib.rs:155:21
[INFO] [stdout]   13:     0x5598b4bb80c2 - <alloc[dad09f3a48280dba]::boxed::Box<dyn for<'a, 'b> core[d17f6591d688f3bd]::ops::function::Fn<(&'a std[fce30c26ee6459b]::panic::PanicHookInfo<'b>,), Output = ()> + core[d17f6591d688f3bd]::marker::Sync + core[d17f6591d688f3bd]::marker::Send> as core[d17f6591d688f3bd]::ops::function::Fn<(&std[fce30c26ee6459b]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/alloc/src/boxed.rs:2285:9
[INFO] [stdout]   14:     0x5598b4bb80c2 - std[fce30c26ee6459b]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x5598b4b9d518 - std[fce30c26ee6459b]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:698:13
[INFO] [stdout]   16:     0x5598b4b92619 - std[fce30c26ee6459b]::sys::backtrace::__rust_end_short_backtrace::<std[fce30c26ee6459b]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x5598b4b9e22d - __rustc[de152adb51f02556]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x5598b4bd5a2c - core[d17f6591d688f3bd]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x5598b4bd58e3 - core[d17f6591d688f3bd]::panicking::assert_failed_inner
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/panicking.rs:439:17
[INFO] [stdout]   20:     0x5598b4a3828d - core[d17f6591d688f3bd]::panicking::assert_failed::<core[d17f6591d688f3bd]::result::Result<alloc[dad09f3a48280dba]::string::String, rustbook[3f46124814f1185b]::query_transformation::PrintError>, core[d17f6591d688f3bd]::result::Result<alloc[dad09f3a48280dba]::string::String, rustbook[3f46124814f1185b]::query_transformation::PrintError>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/panicking.rs:394:5
[INFO] [stdout]   21:     0x5598b4a31665 - rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#1}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/query_transformation.rs:224:13
[INFO] [stdout]   22:     0x5598b4a33ef7 - <&rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#1} as core[d17f6591d688f3bd]::ops::function::Fn<(proptest[b103e6066b256e9b]::sugar::NamedArguments<&str, rustbook[3f46124814f1185b]::query_transformation::QueryBoxed>,)>>::call
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/ops/function.rs:263:22
[INFO] [stdout]   23:     0x5598b4a2c767 - proptest[b103e6066b256e9b]::test_runner::runner::call_test::<proptest[b103e6066b256e9b]::sugar::NamedArguments<&str, rustbook[3f46124814f1185b]::query_transformation::QueryBoxed>, &rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#1}, alloc[dad09f3a48280dba]::vec::into_iter::IntoIter<core[d17f6591d688f3bd]::result::Result<(), proptest[b103e6066b256e9b]::test_runner::errors::TestCaseError>>>::{closure#3}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:256:49
[INFO] [stdout]   24:     0x5598b4a23808 - <core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<proptest[b103e6066b256e9b]::test_runner::runner::call_test<proptest[b103e6066b256e9b]::sugar::NamedArguments<&str, rustbook[3f46124814f1185b]::query_transformation::QueryBoxed>, &rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#1}, alloc[dad09f3a48280dba]::vec::into_iter::IntoIter<core[d17f6591d688f3bd]::result::Result<(), proptest[b103e6066b256e9b]::test_runner::errors::TestCaseError>>>::{closure#3}> as core[d17f6591d688f3bd]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   25:     0x5598b4a387fd - std[fce30c26ee6459b]::panicking::catch_unwind::do_call::<core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<proptest[b103e6066b256e9b]::test_runner::runner::call_test<proptest[b103e6066b256e9b]::sugar::NamedArguments<&str, rustbook[3f46124814f1185b]::query_transformation::QueryBoxed>, &rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#1}, alloc[dad09f3a48280dba]::vec::into_iter::IntoIter<core[d17f6591d688f3bd]::result::Result<(), proptest[b103e6066b256e9b]::test_runner::errors::TestCaseError>>>::{closure#3}>, core[d17f6591d688f3bd]::result::Result<(), proptest[b103e6066b256e9b]::test_runner::errors::TestCaseError>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:581:40
[INFO] [stdout]   26:     0x5598b4a367db - __rust_try
[INFO] [stdout]   27:     0x5598b4a2fe01 - std[fce30c26ee6459b]::panicking::catch_unwind::<core[d17f6591d688f3bd]::result::Result<(), proptest[b103e6066b256e9b]::test_runner::errors::TestCaseError>, core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<proptest[b103e6066b256e9b]::test_runner::runner::call_test<proptest[b103e6066b256e9b]::sugar::NamedArguments<&str, rustbook[3f46124814f1185b]::query_transformation::QueryBoxed>, &rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#1}, alloc[dad09f3a48280dba]::vec::into_iter::IntoIter<core[d17f6591d688f3bd]::result::Result<(), proptest[b103e6066b256e9b]::test_runner::errors::TestCaseError>>>::{closure#3}>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:544:19
[INFO] [stdout]   28:     0x5598b4a2fe01 - std[fce30c26ee6459b]::panic::catch_unwind::<core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<proptest[b103e6066b256e9b]::test_runner::runner::call_test<proptest[b103e6066b256e9b]::sugar::NamedArguments<&str, rustbook[3f46124814f1185b]::query_transformation::QueryBoxed>, &rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#1}, alloc[dad09f3a48280dba]::vec::into_iter::IntoIter<core[d17f6591d688f3bd]::result::Result<(), proptest[b103e6066b256e9b]::test_runner::errors::TestCaseError>>>::{closure#3}>, core[d17f6591d688f3bd]::result::Result<(), proptest[b103e6066b256e9b]::test_runner::errors::TestCaseError>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panic.rs:359:14
[INFO] [stdout]   29:     0x5598b4a2b3a4 - proptest[b103e6066b256e9b]::test_runner::runner::call_test::<proptest[b103e6066b256e9b]::sugar::NamedArguments<&str, rustbook[3f46124814f1185b]::query_transformation::QueryBoxed>, &rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#1}, alloc[dad09f3a48280dba]::vec::into_iter::IntoIter<core[d17f6591d688f3bd]::result::Result<(), proptest[b103e6066b256e9b]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:256:9
[INFO] [stdout]   30:     0x5598b4a297d7 - <proptest[b103e6066b256e9b]::test_runner::runner::TestRunner>::shrink::<proptest[b103e6066b256e9b]::strategy::map::Map<alloc[dad09f3a48280dba]::boxed::Box<dyn proptest[b103e6066b256e9b]::strategy::traits::ValueTree<Value = rustbook[3f46124814f1185b]::query_transformation::QueryBoxed>>, rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#0}>, &rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#1}, alloc[dad09f3a48280dba]::vec::into_iter::IntoIter<core[d17f6591d688f3bd]::result::Result<(), proptest[b103e6066b256e9b]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:845:30
[INFO] [stdout]   31:     0x5598b4a2743e - <proptest[b103e6066b256e9b]::test_runner::runner::TestRunner>::run_one_with_replay::<proptest[b103e6066b256e9b]::strategy::map::Map<alloc[dad09f3a48280dba]::boxed::Box<dyn proptest[b103e6066b256e9b]::strategy::traits::ValueTree<Value = rustbook[3f46124814f1185b]::query_transformation::QueryBoxed>>, rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#0}>, &rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#1}, alloc[dad09f3a48280dba]::vec::into_iter::IntoIter<core[d17f6591d688f3bd]::result::Result<(), proptest[b103e6066b256e9b]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:736:22
[INFO] [stdout]   32:     0x5598b4a26c9a - <proptest[b103e6066b256e9b]::test_runner::runner::TestRunner>::gen_and_run_case::<proptest[b103e6066b256e9b]::strategy::map::Map<proptest[b103e6066b256e9b]::strategy::recursive::Recursive<rustbook[3f46124814f1185b]::query_transformation::QueryBoxed, rustbook[3f46124814f1185b]::query_transformation::tests::arb_query::{closure#1}>, rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#0}>, rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#1}, alloc[dad09f3a48280dba]::vec::into_iter::IntoIter<core[d17f6591d688f3bd]::result::Result<(), proptest[b103e6066b256e9b]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:664:28
[INFO] [stdout]   33:     0x5598b4a28165 - <proptest[b103e6066b256e9b]::test_runner::runner::TestRunner>::run_in_process_with_replay::<proptest[b103e6066b256e9b]::strategy::map::Map<proptest[b103e6066b256e9b]::strategy::recursive::Recursive<rustbook[3f46124814f1185b]::query_transformation::QueryBoxed, rustbook[3f46124814f1185b]::query_transformation::tests::arb_query::{closure#1}>, rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#0}>, rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#1}, alloc[dad09f3a48280dba]::vec::into_iter::IntoIter<core[d17f6591d688f3bd]::result::Result<(), proptest[b103e6066b256e9b]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:613:31
[INFO] [stdout]   34:     0x5598b4a26a10 - <proptest[b103e6066b256e9b]::test_runner::runner::TestRunner>::run_in_process::<proptest[b103e6066b256e9b]::strategy::map::Map<proptest[b103e6066b256e9b]::strategy::recursive::Recursive<rustbook[3f46124814f1185b]::query_transformation::QueryBoxed, rustbook[3f46124814f1185b]::query_transformation::tests::arb_query::{closure#1}>, rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#0}>, rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#1}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:570:14
[INFO] [stdout]   35:     0x5598b4a2914f - <proptest[b103e6066b256e9b]::test_runner::runner::TestRunner>::run::<proptest[b103e6066b256e9b]::strategy::map::Map<proptest[b103e6066b256e9b]::strategy::recursive::Recursive<rustbook[3f46124814f1185b]::query_transformation::QueryBoxed, rustbook[3f46124814f1185b]::query_transformation::tests::arb_query::{closure#1}>, rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#0}>, rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#1}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:413:18
[INFO] [stdout]   36:     0x5598b4a32ffe - rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/sugar.rs:163:17
[INFO] [stdout]   37:     0x5598b4a312d7 - rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/sugar.rs:159:28
[INFO] [stdout]   38:     0x5598b4a24036 - <rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#0} as core[d17f6591d688f3bd]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   39:     0x5598b4a3cd9b - <fn() -> core[d17f6591d688f3bd]::result::Result<(), alloc[dad09f3a48280dba]::string::String> as core[d17f6591d688f3bd]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   40:     0x5598b4a3cd9b - test[9653f4f1d2ca1489]::__rust_begin_short_backtrace::<core[d17f6591d688f3bd]::result::Result<(), alloc[dad09f3a48280dba]::string::String>, fn() -> core[d17f6591d688f3bd]::result::Result<(), alloc[dad09f3a48280dba]::string::String>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/test/src/lib.rs:724:18
[INFO] [stdout]   41:     0x5598b4a4a58b - test[9653f4f1d2ca1489]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/test/src/lib.rs:747:74
[INFO] [stdout]   42:     0x5598b4a4a58b - <core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<test[9653f4f1d2ca1489]::run_test_in_process::{closure#0}> as core[d17f6591d688f3bd]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   43:     0x5598b4a4a58b - std[fce30c26ee6459b]::panicking::catch_unwind::do_call::<core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<test[9653f4f1d2ca1489]::run_test_in_process::{closure#0}>, core[d17f6591d688f3bd]::result::Result<(), alloc[dad09f3a48280dba]::string::String>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:581:40
[INFO] [stdout]   44:     0x5598b4a4a58b - std[fce30c26ee6459b]::panicking::catch_unwind::<core[d17f6591d688f3bd]::result::Result<(), alloc[dad09f3a48280dba]::string::String>, core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<test[9653f4f1d2ca1489]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:544:19
[INFO] [stdout]   45:     0x5598b4a4a58b - std[fce30c26ee6459b]::panic::catch_unwind::<core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<test[9653f4f1d2ca1489]::run_test_in_process::{closure#0}>, core[d17f6591d688f3bd]::result::Result<(), alloc[dad09f3a48280dba]::string::String>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panic.rs:359:14
[INFO] [stdout]   46:     0x5598b4a4a58b - test[9653f4f1d2ca1489]::run_test_in_process
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/test/src/lib.rs:747:27
[INFO] [stdout]   47:     0x5598b4a4a58b - test[9653f4f1d2ca1489]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/test/src/lib.rs:668:43
[INFO] [stdout]   48:     0x5598b4a43ca4 - test[9653f4f1d2ca1489]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/test/src/lib.rs:698:41
[INFO] [stdout]   49:     0x5598b4a43ca4 - std[fce30c26ee6459b]::sys::backtrace::__rust_begin_short_backtrace::<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   50:     0x5598b4a4d192 - std[fce30c26ee6459b]::thread::lifecycle::spawn_unchecked::<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/thread/lifecycle.rs:70:13
[INFO] [stdout]   51:     0x5598b4a4d192 - <core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<std[fce30c26ee6459b]::thread::lifecycle::spawn_unchecked<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[d17f6591d688f3bd]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   52:     0x5598b4a4d192 - std[fce30c26ee6459b]::panicking::catch_unwind::do_call::<core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<std[fce30c26ee6459b]::thread::lifecycle::spawn_unchecked<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:581:40
[INFO] [stdout]   53:     0x5598b4a4d192 - std[fce30c26ee6459b]::panicking::catch_unwind::<(), core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<std[fce30c26ee6459b]::thread::lifecycle::spawn_unchecked<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:544:19
[INFO] [stdout]   54:     0x5598b4a4d192 - std[fce30c26ee6459b]::panic::catch_unwind::<core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<std[fce30c26ee6459b]::thread::lifecycle::spawn_unchecked<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panic.rs:359:14
[INFO] [stdout]   55:     0x5598b4a4d192 - std[fce30c26ee6459b]::thread::lifecycle::spawn_unchecked::<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/thread/lifecycle.rs:68:26
[INFO] [stdout]   56:     0x5598b4a4d192 - <std[fce30c26ee6459b]::thread::lifecycle::spawn_unchecked<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>::{closure#1} as core[d17f6591d688f3bd]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   57:     0x5598b4bbf51f - <alloc[dad09f3a48280dba]::boxed::Box<dyn core[d17f6591d688f3bd]::ops::function::FnOnce<(), Output = ()> + core[d17f6591d688f3bd]::marker::Send> as core[d17f6591d688f3bd]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/alloc/src/boxed.rs:2271:9
[INFO] [stdout]   58:     0x5598b4bbf51f - <std[fce30c26ee6459b]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/sys/thread/unix.rs:118:17
[INFO] [stdout]   59:     0x76e42426eaa4 - <unknown>
[INFO] [stdout]   60:     0x76e4242fba64 - clone
[INFO] [stdout]   61:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] thread 'query_transformation::tests::all_impls_match' (17) panicked at src/query_transformation.rs:224:13:
[INFO] [stdout] assertion `left == right` failed
[INFO] [stdout]   left: Ok("(oe=hmjldfuhrigtymylwjvvzbiocqzt) OR ((ohzzgbifod=tfkwoyekbgaz) OR (bezvikpcdjiulkaxewvs=hrrexczh) OR (otsux=atnvszuqchqlqiwfhuvqmt) OR (oe=hmjldfuhrigtymylwjvvzbiocqzt))")
[INFO] [stdout]  right: Ok("((vmnwixermjkgfeizybjmuzfieh=zcxeclwejszzjteauqoyjexk) OR (nyuj=wbpqtsmlwg)) OR ((ohzzgbifod=tfkwoyekbgaz) OR (bezvikpcdjiulkaxewvs=hrrexczh) OR (otsux=atnvszuqchqlqiwfhuvqmt) OR (oe=hmjldfuhrigtymylwjvvzbiocqzt))")
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x5598b4bbfc0a - std[fce30c26ee6459b]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x5598b4bbfc0a - std[fce30c26ee6459b]::backtrace_rs::backtrace::trace_unsynchronized::<std[fce30c26ee6459b]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x5598b4bbfc0a - std[fce30c26ee6459b]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x5598b4bbfc0a - <<std[fce30c26ee6459b]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[d17f6591d688f3bd]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x5598b4bd51ea - <core[d17f6591d688f3bd]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x5598b4bd51ea - core[d17f6591d688f3bd]::fmt::write
[INFO] [stdout]    6:     0x5598b4bc4852 - std[fce30c26ee6459b]::io::default_write_fmt::<alloc[dad09f3a48280dba]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/io/mod.rs:621:11
[INFO] [stdout]    7:     0x5598b4bc4852 - <alloc[dad09f3a48280dba]::vec::Vec<u8> as std[fce30c26ee6459b]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/io/mod.rs:1976:13
[INFO] [stdout]    8:     0x5598b4b9d45f - <std[fce30c26ee6459b]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x5598b4b9d45f - std[fce30c26ee6459b]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x5598b4bb7f09 - std[fce30c26ee6459b]::panicking::default_hook
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x5598b4a49abc - <alloc[dad09f3a48280dba]::boxed::Box<dyn for<'a, 'b> core[d17f6591d688f3bd]::ops::function::Fn<(&'a std[fce30c26ee6459b]::panic::PanicHookInfo<'b>,), Output = ()> + core[d17f6591d688f3bd]::marker::Sync + core[d17f6591d688f3bd]::marker::Send> as core[d17f6591d688f3bd]::ops::function::Fn<(&std[fce30c26ee6459b]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/alloc/src/boxed.rs:2285:9
[INFO] [stdout]   12:     0x5598b4a49abc - test[9653f4f1d2ca1489]::test_main_inner::<test[9653f4f1d2ca1489]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/test/src/lib.rs:155:21
[INFO] [stdout]   13:     0x5598b4bb80c2 - <alloc[dad09f3a48280dba]::boxed::Box<dyn for<'a, 'b> core[d17f6591d688f3bd]::ops::function::Fn<(&'a std[fce30c26ee6459b]::panic::PanicHookInfo<'b>,), Output = ()> + core[d17f6591d688f3bd]::marker::Sync + core[d17f6591d688f3bd]::marker::Send> as core[d17f6591d688f3bd]::ops::function::Fn<(&std[fce30c26ee6459b]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/alloc/src/boxed.rs:2285:9
[INFO] [stdout]   14:     0x5598b4bb80c2 - std[fce30c26ee6459b]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x5598b4b9d518 - std[fce30c26ee6459b]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:698:13
[INFO] [stdout]   16:     0x5598b4b92619 - std[fce30c26ee6459b]::sys::backtrace::__rust_end_short_backtrace::<std[fce30c26ee6459b]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x5598b4b9e22d - __rustc[de152adb51f02556]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x5598b4bd5a2c - core[d17f6591d688f3bd]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x5598b4bd58e3 - core[d17f6591d688f3bd]::panicking::assert_failed_inner
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/panicking.rs:439:17
[INFO] [stdout]   20:     0x5598b4a3828d - core[d17f6591d688f3bd]::panicking::assert_failed::<core[d17f6591d688f3bd]::result::Result<alloc[dad09f3a48280dba]::string::String, rustbook[3f46124814f1185b]::query_transformation::PrintError>, core[d17f6591d688f3bd]::result::Result<alloc[dad09f3a48280dba]::string::String, rustbook[3f46124814f1185b]::query_transformation::PrintError>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/panicking.rs:394:5
[INFO] [stdout]   21:     0x5598b4a31665 - rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#1}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/query_transformation.rs:224:13
[INFO] [stdout]   22:     0x5598b4a33ef7 - <&rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#1} as core[d17f6591d688f3bd]::ops::function::Fn<(proptest[b103e6066b256e9b]::sugar::NamedArguments<&str, rustbook[3f46124814f1185b]::query_transformation::QueryBoxed>,)>>::call
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/ops/function.rs:263:22
[INFO] [stdout]   23:     0x5598b4a2c767 - proptest[b103e6066b256e9b]::test_runner::runner::call_test::<proptest[b103e6066b256e9b]::sugar::NamedArguments<&str, rustbook[3f46124814f1185b]::query_transformation::QueryBoxed>, &rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#1}, alloc[dad09f3a48280dba]::vec::into_iter::IntoIter<core[d17f6591d688f3bd]::result::Result<(), proptest[b103e6066b256e9b]::test_runner::errors::TestCaseError>>>::{closure#3}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:256:49
[INFO] [stdout]   24:     0x5598b4a23808 - <core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<proptest[b103e6066b256e9b]::test_runner::runner::call_test<proptest[b103e6066b256e9b]::sugar::NamedArguments<&str, rustbook[3f46124814f1185b]::query_transformation::QueryBoxed>, &rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#1}, alloc[dad09f3a48280dba]::vec::into_iter::IntoIter<core[d17f6591d688f3bd]::result::Result<(), proptest[b103e6066b256e9b]::test_runner::errors::TestCaseError>>>::{closure#3}> as core[d17f6591d688f3bd]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   25:     0x5598b4a387fd - std[fce30c26ee6459b]::panicking::catch_unwind::do_call::<core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<proptest[b103e6066b256e9b]::test_runner::runner::call_test<proptest[b103e6066b256e9b]::sugar::NamedArguments<&str, rustbook[3f46124814f1185b]::query_transformation::QueryBoxed>, &rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#1}, alloc[dad09f3a48280dba]::vec::into_iter::IntoIter<core[d17f6591d688f3bd]::result::Result<(), proptest[b103e6066b256e9b]::test_runner::errors::TestCaseError>>>::{closure#3}>, core[d17f6591d688f3bd]::result::Result<(), proptest[b103e6066b256e9b]::test_runner::errors::TestCaseError>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:581:40
[INFO] [stdout]   26:     0x5598b4a367db - __rust_try
[INFO] [stdout]   27:     0x5598b4a2fe01 - std[fce30c26ee6459b]::panicking::catch_unwind::<core[d17f6591d688f3bd]::result::Result<(), proptest[b103e6066b256e9b]::test_runner::errors::TestCaseError>, core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<proptest[b103e6066b256e9b]::test_runner::runner::call_test<proptest[b103e6066b256e9b]::sugar::NamedArguments<&str, rustbook[3f46124814f1185b]::query_transformation::QueryBoxed>, &rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#1}, alloc[dad09f3a48280dba]::vec::into_iter::IntoIter<core[d17f6591d688f3bd]::result::Result<(), proptest[b103e6066b256e9b]::test_runner::errors::TestCaseError>>>::{closure#3}>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:544:19
[INFO] [stdout]   28:     0x5598b4a2fe01 - std[fce30c26ee6459b]::panic::catch_unwind::<core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<proptest[b103e6066b256e9b]::test_runner::runner::call_test<proptest[b103e6066b256e9b]::sugar::NamedArguments<&str, rustbook[3f46124814f1185b]::query_transformation::QueryBoxed>, &rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#1}, alloc[dad09f3a48280dba]::vec::into_iter::IntoIter<core[d17f6591d688f3bd]::result::Result<(), proptest[b103e6066b256e9b]::test_runner::errors::TestCaseError>>>::{closure#3}>, core[d17f6591d688f3bd]::result::Result<(), proptest[b103e6066b256e9b]::test_runner::errors::TestCaseError>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panic.rs:359:14
[INFO] [stdout]   29:     0x5598b4a2b3a4 - proptest[b103e6066b256e9b]::test_runner::runner::call_test::<proptest[b103e6066b256e9b]::sugar::NamedArguments<&str, rustbook[3f46124814f1185b]::query_transformation::QueryBoxed>, &rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#1}, alloc[dad09f3a48280dba]::vec::into_iter::IntoIter<core[d17f6591d688f3bd]::result::Result<(), proptest[b103e6066b256e9b]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:256:9
[INFO] [stdout]   30:     0x5598b4a297d7 - <proptest[b103e6066b256e9b]::test_runner::runner::TestRunner>::shrink::<proptest[b103e6066b256e9b]::strategy::map::Map<alloc[dad09f3a48280dba]::boxed::Box<dyn proptest[b103e6066b256e9b]::strategy::traits::ValueTree<Value = rustbook[3f46124814f1185b]::query_transformation::QueryBoxed>>, rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#0}>, &rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#1}, alloc[dad09f3a48280dba]::vec::into_iter::IntoIter<core[d17f6591d688f3bd]::result::Result<(), proptest[b103e6066b256e9b]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:845:30
[INFO] [stdout]   31:     0x5598b4a2743e - <proptest[b103e6066b256e9b]::test_runner::runner::TestRunner>::run_one_with_replay::<proptest[b103e6066b256e9b]::strategy::map::Map<alloc[dad09f3a48280dba]::boxed::Box<dyn proptest[b103e6066b256e9b]::strategy::traits::ValueTree<Value = rustbook[3f46124814f1185b]::query_transformation::QueryBoxed>>, rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#0}>, &rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#1}, alloc[dad09f3a48280dba]::vec::into_iter::IntoIter<core[d17f6591d688f3bd]::result::Result<(), proptest[b103e6066b256e9b]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:736:22
[INFO] [stdout]   32:     0x5598b4a26c9a - <proptest[b103e6066b256e9b]::test_runner::runner::TestRunner>::gen_and_run_case::<proptest[b103e6066b256e9b]::strategy::map::Map<proptest[b103e6066b256e9b]::strategy::recursive::Recursive<rustbook[3f46124814f1185b]::query_transformation::QueryBoxed, rustbook[3f46124814f1185b]::query_transformation::tests::arb_query::{closure#1}>, rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#0}>, rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#1}, alloc[dad09f3a48280dba]::vec::into_iter::IntoIter<core[d17f6591d688f3bd]::result::Result<(), proptest[b103e6066b256e9b]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:664:28
[INFO] [stdout]   33:     0x5598b4a28165 - <proptest[b103e6066b256e9b]::test_runner::runner::TestRunner>::run_in_process_with_replay::<proptest[b103e6066b256e9b]::strategy::map::Map<proptest[b103e6066b256e9b]::strategy::recursive::Recursive<rustbook[3f46124814f1185b]::query_transformation::QueryBoxed, rustbook[3f46124814f1185b]::query_transformation::tests::arb_query::{closure#1}>, rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#0}>, rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#1}, alloc[dad09f3a48280dba]::vec::into_iter::IntoIter<core[d17f6591d688f3bd]::result::Result<(), proptest[b103e6066b256e9b]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:613:31
[INFO] [stdout]   34:     0x5598b4a26a10 - <proptest[b103e6066b256e9b]::test_runner::runner::TestRunner>::run_in_process::<proptest[b103e6066b256e9b]::strategy::map::Map<proptest[b103e6066b256e9b]::strategy::recursive::Recursive<rustbook[3f46124814f1185b]::query_transformation::QueryBoxed, rustbook[3f46124814f1185b]::query_transformation::tests::arb_query::{closure#1}>, rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#0}>, rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#1}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:570:14
[INFO] [stdout]   35:     0x5598b4a2914f - <proptest[b103e6066b256e9b]::test_runner::runner::TestRunner>::run::<proptest[b103e6066b256e9b]::strategy::map::Map<proptest[b103e6066b256e9b]::strategy::recursive::Recursive<rustbook[3f46124814f1185b]::query_transformation::QueryBoxed, rustbook[3f46124814f1185b]::query_transformation::tests::arb_query::{closure#1}>, rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#0}>, rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#1}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:413:18
[INFO] [stdout]   36:     0x5598b4a32ffe - rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/sugar.rs:163:17
[INFO] [stdout]   37:     0x5598b4a312d7 - rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/sugar.rs:159:28
[INFO] [stdout]   38:     0x5598b4a24036 - <rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#0} as core[d17f6591d688f3bd]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   39:     0x5598b4a3cd9b - <fn() -> core[d17f6591d688f3bd]::result::Result<(), alloc[dad09f3a48280dba]::string::String> as core[d17f6591d688f3bd]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   40:     0x5598b4a3cd9b - test[9653f4f1d2ca1489]::__rust_begin_short_backtrace::<core[d17f6591d688f3bd]::result::Result<(), alloc[dad09f3a48280dba]::string::String>, fn() -> core[d17f6591d688f3bd]::result::Result<(), alloc[dad09f3a48280dba]::string::String>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/test/src/lib.rs:724:18
[INFO] [stdout]   41:     0x5598b4a4a58b - test[9653f4f1d2ca1489]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/test/src/lib.rs:747:74
[INFO] [stdout]   42:     0x5598b4a4a58b - <core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<test[9653f4f1d2ca1489]::run_test_in_process::{closure#0}> as core[d17f6591d688f3bd]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   43:     0x5598b4a4a58b - std[fce30c26ee6459b]::panicking::catch_unwind::do_call::<core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<test[9653f4f1d2ca1489]::run_test_in_process::{closure#0}>, core[d17f6591d688f3bd]::result::Result<(), alloc[dad09f3a48280dba]::string::String>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:581:40
[INFO] [stdout]   44:     0x5598b4a4a58b - std[fce30c26ee6459b]::panicking::catch_unwind::<core[d17f6591d688f3bd]::result::Result<(), alloc[dad09f3a48280dba]::string::String>, core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<test[9653f4f1d2ca1489]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:544:19
[INFO] [stdout]   45:     0x5598b4a4a58b - std[fce30c26ee6459b]::panic::catch_unwind::<core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<test[9653f4f1d2ca1489]::run_test_in_process::{closure#0}>, core[d17f6591d688f3bd]::result::Result<(), alloc[dad09f3a48280dba]::string::String>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panic.rs:359:14
[INFO] [stdout]   46:     0x5598b4a4a58b - test[9653f4f1d2ca1489]::run_test_in_process
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/test/src/lib.rs:747:27
[INFO] [stdout]   47:     0x5598b4a4a58b - test[9653f4f1d2ca1489]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/test/src/lib.rs:668:43
[INFO] [stdout]   48:     0x5598b4a43ca4 - test[9653f4f1d2ca1489]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/test/src/lib.rs:698:41
[INFO] [stdout]   49:     0x5598b4a43ca4 - std[fce30c26ee6459b]::sys::backtrace::__rust_begin_short_backtrace::<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   50:     0x5598b4a4d192 - std[fce30c26ee6459b]::thread::lifecycle::spawn_unchecked::<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/thread/lifecycle.rs:70:13
[INFO] [stdout]   51:     0x5598b4a4d192 - <core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<std[fce30c26ee6459b]::thread::lifecycle::spawn_unchecked<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[d17f6591d688f3bd]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   52:     0x5598b4a4d192 - std[fce30c26ee6459b]::panicking::catch_unwind::do_call::<core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<std[fce30c26ee6459b]::thread::lifecycle::spawn_unchecked<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:581:40
[INFO] [stdout]   53:     0x5598b4a4d192 - std[fce30c26ee6459b]::panicking::catch_unwind::<(), core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<std[fce30c26ee6459b]::thread::lifecycle::spawn_unchecked<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:544:19
[INFO] [stdout]   54:     0x5598b4a4d192 - std[fce30c26ee6459b]::panic::catch_unwind::<core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<std[fce30c26ee6459b]::thread::lifecycle::spawn_unchecked<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panic.rs:359:14
[INFO] [stdout]   55:     0x5598b4a4d192 - std[fce30c26ee6459b]::thread::lifecycle::spawn_unchecked::<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/thread/lifecycle.rs:68:26
[INFO] [stdout]   56:     0x5598b4a4d192 - <std[fce30c26ee6459b]::thread::lifecycle::spawn_unchecked<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>::{closure#1} as core[d17f6591d688f3bd]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   57:     0x5598b4bbf51f - <alloc[dad09f3a48280dba]::boxed::Box<dyn core[d17f6591d688f3bd]::ops::function::FnOnce<(), Output = ()> + core[d17f6591d688f3bd]::marker::Send> as core[d17f6591d688f3bd]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/alloc/src/boxed.rs:2271:9
[INFO] [stdout]   58:     0x5598b4bbf51f - <std[fce30c26ee6459b]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/sys/thread/unix.rs:118:17
[INFO] [stdout]   59:     0x76e42426eaa4 - <unknown>
[INFO] [stdout]   60:     0x76e4242fba64 - clone
[INFO] [stdout]   61:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] thread 'query_transformation::tests::all_impls_match' (17) panicked at src/query_transformation.rs:224:13:
[INFO] [stdout] assertion `left == right` failed
[INFO] [stdout]   left: Ok("(oe=hmjldfuhrigtymylwjvvzbiocqzt) OR ((ohzzgbifod=tfkwoyekbgaz) OR (bezvikpcdjiulkaxewvs=hrrexczh) OR (otsux=atnvszuqchqlqiwfhuvqmt) OR (oe=hmjldfuhrigtymylwjvvzbiocqzt))")
[INFO] [stdout]  right: Err(ShortSubQuery)
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x5598b4bbfc0a - std[fce30c26ee6459b]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x5598b4bbfc0a - std[fce30c26ee6459b]::backtrace_rs::backtrace::trace_unsynchronized::<std[fce30c26ee6459b]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x5598b4bbfc0a - std[fce30c26ee6459b]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x5598b4bbfc0a - <<std[fce30c26ee6459b]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[d17f6591d688f3bd]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x5598b4bd51ea - <core[d17f6591d688f3bd]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x5598b4bd51ea - core[d17f6591d688f3bd]::fmt::write
[INFO] [stdout]    6:     0x5598b4bc4852 - std[fce30c26ee6459b]::io::default_write_fmt::<alloc[dad09f3a48280dba]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/io/mod.rs:621:11
[INFO] [stdout]    7:     0x5598b4bc4852 - <alloc[dad09f3a48280dba]::vec::Vec<u8> as std[fce30c26ee6459b]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/io/mod.rs:1976:13
[INFO] [stdout]    8:     0x5598b4b9d45f - <std[fce30c26ee6459b]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x5598b4b9d45f - std[fce30c26ee6459b]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x5598b4bb7f09 - std[fce30c26ee6459b]::panicking::default_hook
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x5598b4a49abc - <alloc[dad09f3a48280dba]::boxed::Box<dyn for<'a, 'b> core[d17f6591d688f3bd]::ops::function::Fn<(&'a std[fce30c26ee6459b]::panic::PanicHookInfo<'b>,), Output = ()> + core[d17f6591d688f3bd]::marker::Sync + core[d17f6591d688f3bd]::marker::Send> as core[d17f6591d688f3bd]::ops::function::Fn<(&std[fce30c26ee6459b]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/alloc/src/boxed.rs:2285:9
[INFO] [stdout]   12:     0x5598b4a49abc - test[9653f4f1d2ca1489]::test_main_inner::<test[9653f4f1d2ca1489]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/test/src/lib.rs:155:21
[INFO] [stdout]   13:     0x5598b4bb80c2 - <alloc[dad09f3a48280dba]::boxed::Box<dyn for<'a, 'b> core[d17f6591d688f3bd]::ops::function::Fn<(&'a std[fce30c26ee6459b]::panic::PanicHookInfo<'b>,), Output = ()> + core[d17f6591d688f3bd]::marker::Sync + core[d17f6591d688f3bd]::marker::Send> as core[d17f6591d688f3bd]::ops::function::Fn<(&std[fce30c26ee6459b]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/alloc/src/boxed.rs:2285:9
[INFO] [stdout]   14:     0x5598b4bb80c2 - std[fce30c26ee6459b]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x5598b4b9d518 - std[fce30c26ee6459b]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:698:13
[INFO] [stdout]   16:     0x5598b4b92619 - std[fce30c26ee6459b]::sys::backtrace::__rust_end_short_backtrace::<std[fce30c26ee6459b]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x5598b4b9e22d - __rustc[de152adb51f02556]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x5598b4bd5a2c - core[d17f6591d688f3bd]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x5598b4bd58e3 - core[d17f6591d688f3bd]::panicking::assert_failed_inner
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/panicking.rs:439:17
[INFO] [stdout]   20:     0x5598b4a3828d - core[d17f6591d688f3bd]::panicking::assert_failed::<core[d17f6591d688f3bd]::result::Result<alloc[dad09f3a48280dba]::string::String, rustbook[3f46124814f1185b]::query_transformation::PrintError>, core[d17f6591d688f3bd]::result::Result<alloc[dad09f3a48280dba]::string::String, rustbook[3f46124814f1185b]::query_transformation::PrintError>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/panicking.rs:394:5
[INFO] [stdout]   21:     0x5598b4a31665 - rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#1}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/query_transformation.rs:224:13
[INFO] [stdout]   22:     0x5598b4a33ef7 - <&rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#1} as core[d17f6591d688f3bd]::ops::function::Fn<(proptest[b103e6066b256e9b]::sugar::NamedArguments<&str, rustbook[3f46124814f1185b]::query_transformation::QueryBoxed>,)>>::call
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/ops/function.rs:263:22
[INFO] [stdout]   23:     0x5598b4a2c767 - proptest[b103e6066b256e9b]::test_runner::runner::call_test::<proptest[b103e6066b256e9b]::sugar::NamedArguments<&str, rustbook[3f46124814f1185b]::query_transformation::QueryBoxed>, &rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#1}, alloc[dad09f3a48280dba]::vec::into_iter::IntoIter<core[d17f6591d688f3bd]::result::Result<(), proptest[b103e6066b256e9b]::test_runner::errors::TestCaseError>>>::{closure#3}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:256:49
[INFO] [stdout]   24:     0x5598b4a23808 - <core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<proptest[b103e6066b256e9b]::test_runner::runner::call_test<proptest[b103e6066b256e9b]::sugar::NamedArguments<&str, rustbook[3f46124814f1185b]::query_transformation::QueryBoxed>, &rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#1}, alloc[dad09f3a48280dba]::vec::into_iter::IntoIter<core[d17f6591d688f3bd]::result::Result<(), proptest[b103e6066b256e9b]::test_runner::errors::TestCaseError>>>::{closure#3}> as core[d17f6591d688f3bd]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   25:     0x5598b4a387fd - std[fce30c26ee6459b]::panicking::catch_unwind::do_call::<core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<proptest[b103e6066b256e9b]::test_runner::runner::call_test<proptest[b103e6066b256e9b]::sugar::NamedArguments<&str, rustbook[3f46124814f1185b]::query_transformation::QueryBoxed>, &rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#1}, alloc[dad09f3a48280dba]::vec::into_iter::IntoIter<core[d17f6591d688f3bd]::result::Result<(), proptest[b103e6066b256e9b]::test_runner::errors::TestCaseError>>>::{closure#3}>, core[d17f6591d688f3bd]::result::Result<(), proptest[b103e6066b256e9b]::test_runner::errors::TestCaseError>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:581:40
[INFO] [stdout]   26:     0x5598b4a367db - __rust_try
[INFO] [stdout]   27:     0x5598b4a2fe01 - std[fce30c26ee6459b]::panicking::catch_unwind::<core[d17f6591d688f3bd]::result::Result<(), proptest[b103e6066b256e9b]::test_runner::errors::TestCaseError>, core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<proptest[b103e6066b256e9b]::test_runner::runner::call_test<proptest[b103e6066b256e9b]::sugar::NamedArguments<&str, rustbook[3f46124814f1185b]::query_transformation::QueryBoxed>, &rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#1}, alloc[dad09f3a48280dba]::vec::into_iter::IntoIter<core[d17f6591d688f3bd]::result::Result<(), proptest[b103e6066b256e9b]::test_runner::errors::TestCaseError>>>::{closure#3}>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:544:19
[INFO] [stdout]   28:     0x5598b4a2fe01 - std[fce30c26ee6459b]::panic::catch_unwind::<core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<proptest[b103e6066b256e9b]::test_runner::runner::call_test<proptest[b103e6066b256e9b]::sugar::NamedArguments<&str, rustbook[3f46124814f1185b]::query_transformation::QueryBoxed>, &rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#1}, alloc[dad09f3a48280dba]::vec::into_iter::IntoIter<core[d17f6591d688f3bd]::result::Result<(), proptest[b103e6066b256e9b]::test_runner::errors::TestCaseError>>>::{closure#3}>, core[d17f6591d688f3bd]::result::Result<(), proptest[b103e6066b256e9b]::test_runner::errors::TestCaseError>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panic.rs:359:14
[INFO] [stdout]   29:     0x5598b4a2b3a4 - proptest[b103e6066b256e9b]::test_runner::runner::call_test::<proptest[b103e6066b256e9b]::sugar::NamedArguments<&str, rustbook[3f46124814f1185b]::query_transformation::QueryBoxed>, &rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#1}, alloc[dad09f3a48280dba]::vec::into_iter::IntoIter<core[d17f6591d688f3bd]::result::Result<(), proptest[b103e6066b256e9b]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:256:9
[INFO] [stdout]   30:     0x5598b4a297d7 - <proptest[b103e6066b256e9b]::test_runner::runner::TestRunner>::shrink::<proptest[b103e6066b256e9b]::strategy::map::Map<alloc[dad09f3a48280dba]::boxed::Box<dyn proptest[b103e6066b256e9b]::strategy::traits::ValueTree<Value = rustbook[3f46124814f1185b]::query_transformation::QueryBoxed>>, rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#0}>, &rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#1}, alloc[dad09f3a48280dba]::vec::into_iter::IntoIter<core[d17f6591d688f3bd]::result::Result<(), proptest[b103e6066b256e9b]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:845:30
[INFO] [stdout]   31:     0x5598b4a2743e - <proptest[b103e6066b256e9b]::test_runner::runner::TestRunner>::run_one_with_replay::<proptest[b103e6066b256e9b]::strategy::map::Map<alloc[dad09f3a48280dba]::boxed::Box<dyn proptest[b103e6066b256e9b]::strategy::traits::ValueTree<Value = rustbook[3f46124814f1185b]::query_transformation::QueryBoxed>>, rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#0}>, &rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#1}, alloc[dad09f3a48280dba]::vec::into_iter::IntoIter<core[d17f6591d688f3bd]::result::Result<(), proptest[b103e6066b256e9b]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:736:22
[INFO] [stdout]   32:     0x5598b4a26c9a - <proptest[b103e6066b256e9b]::test_runner::runner::TestRunner>::gen_and_run_case::<proptest[b103e6066b256e9b]::strategy::map::Map<proptest[b103e6066b256e9b]::strategy::recursive::Recursive<rustbook[3f46124814f1185b]::query_transformation::QueryBoxed, rustbook[3f46124814f1185b]::query_transformation::tests::arb_query::{closure#1}>, rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#0}>, rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#1}, alloc[dad09f3a48280dba]::vec::into_iter::IntoIter<core[d17f6591d688f3bd]::result::Result<(), proptest[b103e6066b256e9b]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:664:28
[INFO] [stdout]   33:     0x5598b4a28165 - <proptest[b103e6066b256e9b]::test_runner::runner::TestRunner>::run_in_process_with_replay::<proptest[b103e6066b256e9b]::strategy::map::Map<proptest[b103e6066b256e9b]::strategy::recursive::Recursive<rustbook[3f46124814f1185b]::query_transformation::QueryBoxed, rustbook[3f46124814f1185b]::query_transformation::tests::arb_query::{closure#1}>, rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#0}>, rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#1}, alloc[dad09f3a48280dba]::vec::into_iter::IntoIter<core[d17f6591d688f3bd]::result::Result<(), proptest[b103e6066b256e9b]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:613:31
[INFO] [stdout]   34:     0x5598b4a26a10 - <proptest[b103e6066b256e9b]::test_runner::runner::TestRunner>::run_in_process::<proptest[b103e6066b256e9b]::strategy::map::Map<proptest[b103e6066b256e9b]::strategy::recursive::Recursive<rustbook[3f46124814f1185b]::query_transformation::QueryBoxed, rustbook[3f46124814f1185b]::query_transformation::tests::arb_query::{closure#1}>, rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#0}>, rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#1}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:570:14
[INFO] [stdout]   35:     0x5598b4a2914f - <proptest[b103e6066b256e9b]::test_runner::runner::TestRunner>::run::<proptest[b103e6066b256e9b]::strategy::map::Map<proptest[b103e6066b256e9b]::strategy::recursive::Recursive<rustbook[3f46124814f1185b]::query_transformation::QueryBoxed, rustbook[3f46124814f1185b]::query_transformation::tests::arb_query::{closure#1}>, rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#0}>, rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#1}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:413:18
[INFO] [stdout]   36:     0x5598b4a32ffe - rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/sugar.rs:163:17
[INFO] [stdout]   37:     0x5598b4a312d7 - rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/sugar.rs:159:28
[INFO] [stdout]   38:     0x5598b4a24036 - <rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#0} as core[d17f6591d688f3bd]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   39:     0x5598b4a3cd9b - <fn() -> core[d17f6591d688f3bd]::result::Result<(), alloc[dad09f3a48280dba]::string::String> as core[d17f6591d688f3bd]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   40:     0x5598b4a3cd9b - test[9653f4f1d2ca1489]::__rust_begin_short_backtrace::<core[d17f6591d688f3bd]::result::Result<(), alloc[dad09f3a48280dba]::string::String>, fn() -> core[d17f6591d688f3bd]::result::Result<(), alloc[dad09f3a48280dba]::string::String>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/test/src/lib.rs:724:18
[INFO] [stdout]   41:     0x5598b4a4a58b - test[9653f4f1d2ca1489]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/test/src/lib.rs:747:74
[INFO] [stdout]   42:     0x5598b4a4a58b - <core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<test[9653f4f1d2ca1489]::run_test_in_process::{closure#0}> as core[d17f6591d688f3bd]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   43:     0x5598b4a4a58b - std[fce30c26ee6459b]::panicking::catch_unwind::do_call::<core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<test[9653f4f1d2ca1489]::run_test_in_process::{closure#0}>, core[d17f6591d688f3bd]::result::Result<(), alloc[dad09f3a48280dba]::string::String>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:581:40
[INFO] [stdout]   44:     0x5598b4a4a58b - std[fce30c26ee6459b]::panicking::catch_unwind::<core[d17f6591d688f3bd]::result::Result<(), alloc[dad09f3a48280dba]::string::String>, core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<test[9653f4f1d2ca1489]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:544:19
[INFO] [stdout]   45:     0x5598b4a4a58b - std[fce30c26ee6459b]::panic::catch_unwind::<core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<test[9653f4f1d2ca1489]::run_test_in_process::{closure#0}>, core[d17f6591d688f3bd]::result::Result<(), alloc[dad09f3a48280dba]::string::String>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panic.rs:359:14
[INFO] [stdout]   46:     0x5598b4a4a58b - test[9653f4f1d2ca1489]::run_test_in_process
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/test/src/lib.rs:747:27
[INFO] [stdout]   47:     0x5598b4a4a58b - test[9653f4f1d2ca1489]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/test/src/lib.rs:668:43
[INFO] [stdout]   48:     0x5598b4a43ca4 - test[9653f4f1d2ca1489]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/test/src/lib.rs:698:41
[INFO] [stdout]   49:     0x5598b4a43ca4 - std[fce30c26ee6459b]::sys::backtrace::__rust_begin_short_backtrace::<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   50:     0x5598b4a4d192 - std[fce30c26ee6459b]::thread::lifecycle::spawn_unchecked::<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/thread/lifecycle.rs:70:13
[INFO] [stdout]   51:     0x5598b4a4d192 - <core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<std[fce30c26ee6459b]::thread::lifecycle::spawn_unchecked<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[d17f6591d688f3bd]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   52:     0x5598b4a4d192 - std[fce30c26ee6459b]::panicking::catch_unwind::do_call::<core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<std[fce30c26ee6459b]::thread::lifecycle::spawn_unchecked<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:581:40
[INFO] [stdout]   53:     0x5598b4a4d192 - std[fce30c26ee6459b]::panicking::catch_unwind::<(), core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<std[fce30c26ee6459b]::thread::lifecycle::spawn_unchecked<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:544:19
[INFO] [stdout]   54:     0x5598b4a4d192 - std[fce30c26ee6459b]::panic::catch_unwind::<core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<std[fce30c26ee6459b]::thread::lifecycle::spawn_unchecked<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panic.rs:359:14
[INFO] [stdout]   55:     0x5598b4a4d192 - std[fce30c26ee6459b]::thread::lifecycle::spawn_unchecked::<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/thread/lifecycle.rs:68:26
[INFO] [stdout]   56:     0x5598b4a4d192 - <std[fce30c26ee6459b]::thread::lifecycle::spawn_unchecked<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>::{closure#1} as core[d17f6591d688f3bd]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   57:     0x5598b4bbf51f - <alloc[dad09f3a48280dba]::boxed::Box<dyn core[d17f6591d688f3bd]::ops::function::FnOnce<(), Output = ()> + core[d17f6591d688f3bd]::marker::Send> as core[d17f6591d688f3bd]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/alloc/src/boxed.rs:2271:9
[INFO] [stdout]   58:     0x5598b4bbf51f - <std[fce30c26ee6459b]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/sys/thread/unix.rs:118:17
[INFO] [stdout]   59:     0x76e42426eaa4 - <unknown>
[INFO] [stdout]   60:     0x76e4242fba64 - clone
[INFO] [stdout]   61:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] thread 'query_transformation::tests::all_impls_match' (17) panicked at src/query_transformation.rs:224:13:
[INFO] [stdout] assertion `left == right` failed
[INFO] [stdout]   left: Ok("(oe=hmjldfuhrigtymylwjvvzbiocqzt) OR ((ohzzgbifod=tfkwoyekbgaz) OR (bezvikpcdjiulkaxewvs=hrrexczh) OR (otsux=atnvszuqchqlqiwfhuvqmt) OR (oe=hmjldfuhrigtymylwjvvzbiocqzt))")
[INFO] [stdout]  right: Err(ShortSubQuery)
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x5598b4bbfc0a - std[fce30c26ee6459b]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x5598b4bbfc0a - std[fce30c26ee6459b]::backtrace_rs::backtrace::trace_unsynchronized::<std[fce30c26ee6459b]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x5598b4bbfc0a - std[fce30c26ee6459b]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x5598b4bbfc0a - <<std[fce30c26ee6459b]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[d17f6591d688f3bd]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x5598b4bd51ea - <core[d17f6591d688f3bd]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x5598b4bd51ea - core[d17f6591d688f3bd]::fmt::write
[INFO] [stdout]    6:     0x5598b4bc4852 - std[fce30c26ee6459b]::io::default_write_fmt::<alloc[dad09f3a48280dba]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/io/mod.rs:621:11
[INFO] [stdout]    7:     0x5598b4bc4852 - <alloc[dad09f3a48280dba]::vec::Vec<u8> as std[fce30c26ee6459b]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/io/mod.rs:1976:13
[INFO] [stdout]    8:     0x5598b4b9d45f - <std[fce30c26ee6459b]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x5598b4b9d45f - std[fce30c26ee6459b]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x5598b4bb7f09 - std[fce30c26ee6459b]::panicking::default_hook
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x5598b4a49abc - <alloc[dad09f3a48280dba]::boxed::Box<dyn for<'a, 'b> core[d17f6591d688f3bd]::ops::function::Fn<(&'a std[fce30c26ee6459b]::panic::PanicHookInfo<'b>,), Output = ()> + core[d17f6591d688f3bd]::marker::Sync + core[d17f6591d688f3bd]::marker::Send> as core[d17f6591d688f3bd]::ops::function::Fn<(&std[fce30c26ee6459b]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/alloc/src/boxed.rs:2285:9
[INFO] [stdout]   12:     0x5598b4a49abc - test[9653f4f1d2ca1489]::test_main_inner::<test[9653f4f1d2ca1489]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/test/src/lib.rs:155:21
[INFO] [stdout]   13:     0x5598b4bb80c2 - <alloc[dad09f3a48280dba]::boxed::Box<dyn for<'a, 'b> core[d17f6591d688f3bd]::ops::function::Fn<(&'a std[fce30c26ee6459b]::panic::PanicHookInfo<'b>,), Output = ()> + core[d17f6591d688f3bd]::marker::Sync + core[d17f6591d688f3bd]::marker::Send> as core[d17f6591d688f3bd]::ops::function::Fn<(&std[fce30c26ee6459b]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/alloc/src/boxed.rs:2285:9
[INFO] [stdout]   14:     0x5598b4bb80c2 - std[fce30c26ee6459b]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x5598b4b9d518 - std[fce30c26ee6459b]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:698:13
[INFO] [stdout]   16:     0x5598b4b92619 - std[fce30c26ee6459b]::sys::backtrace::__rust_end_short_backtrace::<std[fce30c26ee6459b]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x5598b4b9e22d - __rustc[de152adb51f02556]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x5598b4bd5a2c - core[d17f6591d688f3bd]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x5598b4bd58e3 - core[d17f6591d688f3bd]::panicking::assert_failed_inner
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/panicking.rs:439:17
[INFO] [stdout]   20:     0x5598b4a3828d - core[d17f6591d688f3bd]::panicking::assert_failed::<core[d17f6591d688f3bd]::result::Result<alloc[dad09f3a48280dba]::string::String, rustbook[3f46124814f1185b]::query_transformation::PrintError>, core[d17f6591d688f3bd]::result::Result<alloc[dad09f3a48280dba]::string::String, rustbook[3f46124814f1185b]::query_transformation::PrintError>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/panicking.rs:394:5
[INFO] [stdout]   21:     0x5598b4a31665 - rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#1}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/query_transformation.rs:224:13
[INFO] [stdout]   22:     0x5598b4a33ef7 - <&rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#1} as core[d17f6591d688f3bd]::ops::function::Fn<(proptest[b103e6066b256e9b]::sugar::NamedArguments<&str, rustbook[3f46124814f1185b]::query_transformation::QueryBoxed>,)>>::call
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/ops/function.rs:263:22
[INFO] [stdout]   23:     0x5598b4a2c767 - proptest[b103e6066b256e9b]::test_runner::runner::call_test::<proptest[b103e6066b256e9b]::sugar::NamedArguments<&str, rustbook[3f46124814f1185b]::query_transformation::QueryBoxed>, &rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#1}, alloc[dad09f3a48280dba]::vec::into_iter::IntoIter<core[d17f6591d688f3bd]::result::Result<(), proptest[b103e6066b256e9b]::test_runner::errors::TestCaseError>>>::{closure#3}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:256:49
[INFO] [stdout]   24:     0x5598b4a23808 - <core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<proptest[b103e6066b256e9b]::test_runner::runner::call_test<proptest[b103e6066b256e9b]::sugar::NamedArguments<&str, rustbook[3f46124814f1185b]::query_transformation::QueryBoxed>, &rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#1}, alloc[dad09f3a48280dba]::vec::into_iter::IntoIter<core[d17f6591d688f3bd]::result::Result<(), proptest[b103e6066b256e9b]::test_runner::errors::TestCaseError>>>::{closure#3}> as core[d17f6591d688f3bd]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   25:     0x5598b4a387fd - std[fce30c26ee6459b]::panicking::catch_unwind::do_call::<core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<proptest[b103e6066b256e9b]::test_runner::runner::call_test<proptest[b103e6066b256e9b]::sugar::NamedArguments<&str, rustbook[3f46124814f1185b]::query_transformation::QueryBoxed>, &rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#1}, alloc[dad09f3a48280dba]::vec::into_iter::IntoIter<core[d17f6591d688f3bd]::result::Result<(), proptest[b103e6066b256e9b]::test_runner::errors::TestCaseError>>>::{closure#3}>, core[d17f6591d688f3bd]::result::Result<(), proptest[b103e6066b256e9b]::test_runner::errors::TestCaseError>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:581:40
[INFO] [stdout]   26:     0x5598b4a367db - __rust_try
[INFO] [stdout]   27:     0x5598b4a2fe01 - std[fce30c26ee6459b]::panicking::catch_unwind::<core[d17f6591d688f3bd]::result::Result<(), proptest[b103e6066b256e9b]::test_runner::errors::TestCaseError>, core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<proptest[b103e6066b256e9b]::test_runner::runner::call_test<proptest[b103e6066b256e9b]::sugar::NamedArguments<&str, rustbook[3f46124814f1185b]::query_transformation::QueryBoxed>, &rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#1}, alloc[dad09f3a48280dba]::vec::into_iter::IntoIter<core[d17f6591d688f3bd]::result::Result<(), proptest[b103e6066b256e9b]::test_runner::errors::TestCaseError>>>::{closure#3}>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:544:19
[INFO] [stdout]   28:     0x5598b4a2fe01 - std[fce30c26ee6459b]::panic::catch_unwind::<core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<proptest[b103e6066b256e9b]::test_runner::runner::call_test<proptest[b103e6066b256e9b]::sugar::NamedArguments<&str, rustbook[3f46124814f1185b]::query_transformation::QueryBoxed>, &rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#1}, alloc[dad09f3a48280dba]::vec::into_iter::IntoIter<core[d17f6591d688f3bd]::result::Result<(), proptest[b103e6066b256e9b]::test_runner::errors::TestCaseError>>>::{closure#3}>, core[d17f6591d688f3bd]::result::Result<(), proptest[b103e6066b256e9b]::test_runner::errors::TestCaseError>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panic.rs:359:14
[INFO] [stdout]   29:     0x5598b4a2b3a4 - proptest[b103e6066b256e9b]::test_runner::runner::call_test::<proptest[b103e6066b256e9b]::sugar::NamedArguments<&str, rustbook[3f46124814f1185b]::query_transformation::QueryBoxed>, &rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#1}, alloc[dad09f3a48280dba]::vec::into_iter::IntoIter<core[d17f6591d688f3bd]::result::Result<(), proptest[b103e6066b256e9b]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:256:9
[INFO] [stdout]   30:     0x5598b4a297d7 - <proptest[b103e6066b256e9b]::test_runner::runner::TestRunner>::shrink::<proptest[b103e6066b256e9b]::strategy::map::Map<alloc[dad09f3a48280dba]::boxed::Box<dyn proptest[b103e6066b256e9b]::strategy::traits::ValueTree<Value = rustbook[3f46124814f1185b]::query_transformation::QueryBoxed>>, rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#0}>, &rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#1}, alloc[dad09f3a48280dba]::vec::into_iter::IntoIter<core[d17f6591d688f3bd]::result::Result<(), proptest[b103e6066b256e9b]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:845:30
[INFO] [stdout]   31:     0x5598b4a2743e - <proptest[b103e6066b256e9b]::test_runner::runner::TestRunner>::run_one_with_replay::<proptest[b103e6066b256e9b]::strategy::map::Map<alloc[dad09f3a48280dba]::boxed::Box<dyn proptest[b103e6066b256e9b]::strategy::traits::ValueTree<Value = rustbook[3f46124814f1185b]::query_transformation::QueryBoxed>>, rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#0}>, &rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#1}, alloc[dad09f3a48280dba]::vec::into_iter::IntoIter<core[d17f6591d688f3bd]::result::Result<(), proptest[b103e6066b256e9b]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:736:22
[INFO] [stdout]   32:     0x5598b4a26c9a - <proptest[b103e6066b256e9b]::test_runner::runner::TestRunner>::gen_and_run_case::<proptest[b103e6066b256e9b]::strategy::map::Map<proptest[b103e6066b256e9b]::strategy::recursive::Recursive<rustbook[3f46124814f1185b]::query_transformation::QueryBoxed, rustbook[3f46124814f1185b]::query_transformation::tests::arb_query::{closure#1}>, rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#0}>, rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#1}, alloc[dad09f3a48280dba]::vec::into_iter::IntoIter<core[d17f6591d688f3bd]::result::Result<(), proptest[b103e6066b256e9b]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:664:28
[INFO] [stdout]   33:     0x5598b4a28165 - <proptest[b103e6066b256e9b]::test_runner::runner::TestRunner>::run_in_process_with_replay::<proptest[b103e6066b256e9b]::strategy::map::Map<proptest[b103e6066b256e9b]::strategy::recursive::Recursive<rustbook[3f46124814f1185b]::query_transformation::QueryBoxed, rustbook[3f46124814f1185b]::query_transformation::tests::arb_query::{closure#1}>, rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#0}>, rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#1}, alloc[dad09f3a48280dba]::vec::into_iter::IntoIter<core[d17f6591d688f3bd]::result::Result<(), proptest[b103e6066b256e9b]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:613:31
[INFO] [stdout]   34:     0x5598b4a26a10 - <proptest[b103e6066b256e9b]::test_runner::runner::TestRunner>::run_in_process::<proptest[b103e6066b256e9b]::strategy::map::Map<proptest[b103e6066b256e9b]::strategy::recursive::Recursive<rustbook[3f46124814f1185b]::query_transformation::QueryBoxed, rustbook[3f46124814f1185b]::query_transformation::tests::arb_query::{closure#1}>, rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#0}>, rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#1}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:570:14
[INFO] [stdout]   35:     0x5598b4a2914f - <proptest[b103e6066b256e9b]::test_runner::runner::TestRunner>::run::<proptest[b103e6066b256e9b]::strategy::map::Map<proptest[b103e6066b256e9b]::strategy::recursive::Recursive<rustbook[3f46124814f1185b]::query_transformation::QueryBoxed, rustbook[3f46124814f1185b]::query_transformation::tests::arb_query::{closure#1}>, rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#0}>, rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#1}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:413:18
[INFO] [stdout]   36:     0x5598b4a32ffe - rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/sugar.rs:163:17
[INFO] [stdout]   37:     0x5598b4a312d7 - rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/sugar.rs:159:28
[INFO] [stdout]   38:     0x5598b4a24036 - <rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#0} as core[d17f6591d688f3bd]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   39:     0x5598b4a3cd9b - <fn() -> core[d17f6591d688f3bd]::result::Result<(), alloc[dad09f3a48280dba]::string::String> as core[d17f6591d688f3bd]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   40:     0x5598b4a3cd9b - test[9653f4f1d2ca1489]::__rust_begin_short_backtrace::<core[d17f6591d688f3bd]::result::Result<(), alloc[dad09f3a48280dba]::string::String>, fn() -> core[d17f6591d688f3bd]::result::Result<(), alloc[dad09f3a48280dba]::string::String>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/test/src/lib.rs:724:18
[INFO] [stdout]   41:     0x5598b4a4a58b - test[9653f4f1d2ca1489]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/test/src/lib.rs:747:74
[INFO] [stdout]   42:     0x5598b4a4a58b - <core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<test[9653f4f1d2ca1489]::run_test_in_process::{closure#0}> as core[d17f6591d688f3bd]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   43:     0x5598b4a4a58b - std[fce30c26ee6459b]::panicking::catch_unwind::do_call::<core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<test[9653f4f1d2ca1489]::run_test_in_process::{closure#0}>, core[d17f6591d688f3bd]::result::Result<(), alloc[dad09f3a48280dba]::string::String>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:581:40
[INFO] [stdout]   44:     0x5598b4a4a58b - std[fce30c26ee6459b]::panicking::catch_unwind::<core[d17f6591d688f3bd]::result::Result<(), alloc[dad09f3a48280dba]::string::String>, core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<test[9653f4f1d2ca1489]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:544:19
[INFO] [stdout]   45:     0x5598b4a4a58b - std[fce30c26ee6459b]::panic::catch_unwind::<core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<test[9653f4f1d2ca1489]::run_test_in_process::{closure#0}>, core[d17f6591d688f3bd]::result::Result<(), alloc[dad09f3a48280dba]::string::String>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panic.rs:359:14
[INFO] [stdout]   46:     0x5598b4a4a58b - test[9653f4f1d2ca1489]::run_test_in_process
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/test/src/lib.rs:747:27
[INFO] [stdout]   47:     0x5598b4a4a58b - test[9653f4f1d2ca1489]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/test/src/lib.rs:668:43
[INFO] [stdout]   48:     0x5598b4a43ca4 - test[9653f4f1d2ca1489]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/test/src/lib.rs:698:41
[INFO] [stdout]   49:     0x5598b4a43ca4 - std[fce30c26ee6459b]::sys::backtrace::__rust_begin_short_backtrace::<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   50:     0x5598b4a4d192 - std[fce30c26ee6459b]::thread::lifecycle::spawn_unchecked::<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/thread/lifecycle.rs:70:13
[INFO] [stdout]   51:     0x5598b4a4d192 - <core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<std[fce30c26ee6459b]::thread::lifecycle::spawn_unchecked<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[d17f6591d688f3bd]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   52:     0x5598b4a4d192 - std[fce30c26ee6459b]::panicking::catch_unwind::do_call::<core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<std[fce30c26ee6459b]::thread::lifecycle::spawn_unchecked<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:581:40
[INFO] [stdout]   53:     0x5598b4a4d192 - std[fce30c26ee6459b]::panicking::catch_unwind::<(), core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<std[fce30c26ee6459b]::thread::lifecycle::spawn_unchecked<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:544:19
[INFO] [stdout]   54:     0x5598b4a4d192 - std[fce30c26ee6459b]::panic::catch_unwind::<core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<std[fce30c26ee6459b]::thread::lifecycle::spawn_unchecked<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panic.rs:359:14
[INFO] [stdout]   55:     0x5598b4a4d192 - std[fce30c26ee6459b]::thread::lifecycle::spawn_unchecked::<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/thread/lifecycle.rs:68:26
[INFO] [stdout]   56:     0x5598b4a4d192 - <std[fce30c26ee6459b]::thread::lifecycle::spawn_unchecked<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>::{closure#1} as core[d17f6591d688f3bd]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   57:     0x5598b4bbf51f - <alloc[dad09f3a48280dba]::boxed::Box<dyn core[d17f6591d688f3bd]::ops::function::FnOnce<(), Output = ()> + core[d17f6591d688f3bd]::marker::Send> as core[d17f6591d688f3bd]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/alloc/src/boxed.rs:2271:9
[INFO] [stdout]   58:     0x5598b4bbf51f - <std[fce30c26ee6459b]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/sys/thread/unix.rs:118:17
[INFO] [stdout]   59:     0x76e42426eaa4 - <unknown>
[INFO] [stdout]   60:     0x76e4242fba64 - clone
[INFO] [stdout]   61:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] thread 'query_transformation::tests::all_impls_match' (17) panicked at src/query_transformation.rs:224:13:
[INFO] [stdout] assertion `left == right` failed
[INFO] [stdout]   left: Ok("(oe=hmjldfuhrigtymylwjvvzbiocqzt) OR ((ohzzgbifod=tfkwoyekbgaz) OR (bezvikpcdjiulkaxewvs=hrrexczh) OR (otsux=atnvszuqchqlqiwfhuvqmt) OR (oe=hmjldfuhrigtymylwjvvzbiocqzt))")
[INFO] [stdout]  right: Err(ShortSubQuery)
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x5598b4bbfc0a - std[fce30c26ee6459b]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x5598b4bbfc0a - std[fce30c26ee6459b]::backtrace_rs::backtrace::trace_unsynchronized::<std[fce30c26ee6459b]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x5598b4bbfc0a - std[fce30c26ee6459b]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x5598b4bbfc0a - <<std[fce30c26ee6459b]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[d17f6591d688f3bd]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x5598b4bd51ea - <core[d17f6591d688f3bd]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x5598b4bd51ea - core[d17f6591d688f3bd]::fmt::write
[INFO] [stdout]    6:     0x5598b4bc4852 - std[fce30c26ee6459b]::io::default_write_fmt::<alloc[dad09f3a48280dba]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/io/mod.rs:621:11
[INFO] [stdout]    7:     0x5598b4bc4852 - <alloc[dad09f3a48280dba]::vec::Vec<u8> as std[fce30c26ee6459b]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/io/mod.rs:1976:13
[INFO] [stdout]    8:     0x5598b4b9d45f - <std[fce30c26ee6459b]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x5598b4b9d45f - std[fce30c26ee6459b]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x5598b4bb7f09 - std[fce30c26ee6459b]::panicking::default_hook
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x5598b4a49abc - <alloc[dad09f3a48280dba]::boxed::Box<dyn for<'a, 'b> core[d17f6591d688f3bd]::ops::function::Fn<(&'a std[fce30c26ee6459b]::panic::PanicHookInfo<'b>,), Output = ()> + core[d17f6591d688f3bd]::marker::Sync + core[d17f6591d688f3bd]::marker::Send> as core[d17f6591d688f3bd]::ops::function::Fn<(&std[fce30c26ee6459b]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/alloc/src/boxed.rs:2285:9
[INFO] [stdout]   12:     0x5598b4a49abc - test[9653f4f1d2ca1489]::test_main_inner::<test[9653f4f1d2ca1489]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/test/src/lib.rs:155:21
[INFO] [stdout]   13:     0x5598b4bb80c2 - <alloc[dad09f3a48280dba]::boxed::Box<dyn for<'a, 'b> core[d17f6591d688f3bd]::ops::function::Fn<(&'a std[fce30c26ee6459b]::panic::PanicHookInfo<'b>,), Output = ()> + core[d17f6591d688f3bd]::marker::Sync + core[d17f6591d688f3bd]::marker::Send> as core[d17f6591d688f3bd]::ops::function::Fn<(&std[fce30c26ee6459b]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/alloc/src/boxed.rs:2285:9
[INFO] [stdout]   14:     0x5598b4bb80c2 - std[fce30c26ee6459b]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x5598b4b9d518 - std[fce30c26ee6459b]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:698:13
[INFO] [stdout]   16:     0x5598b4b92619 - std[fce30c26ee6459b]::sys::backtrace::__rust_end_short_backtrace::<std[fce30c26ee6459b]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x5598b4b9e22d - __rustc[de152adb51f02556]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x5598b4bd5a2c - core[d17f6591d688f3bd]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x5598b4bd58e3 - core[d17f6591d688f3bd]::panicking::assert_failed_inner
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/panicking.rs:439:17
[INFO] [stdout]   20:     0x5598b4a3828d - core[d17f6591d688f3bd]::panicking::assert_failed::<core[d17f6591d688f3bd]::result::Result<alloc[dad09f3a48280dba]::string::String, rustbook[3f46124814f1185b]::query_transformation::PrintError>, core[d17f6591d688f3bd]::result::Result<alloc[dad09f3a48280dba]::string::String, rustbook[3f46124814f1185b]::query_transformation::PrintError>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/panicking.rs:394:5
[INFO] [stdout]   21:     0x5598b4a31665 - rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#1}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/query_transformation.rs:224:13
[INFO] [stdout]   22:     0x5598b4a33ef7 - <&rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#1} as core[d17f6591d688f3bd]::ops::function::Fn<(proptest[b103e6066b256e9b]::sugar::NamedArguments<&str, rustbook[3f46124814f1185b]::query_transformation::QueryBoxed>,)>>::call
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/ops/function.rs:263:22
[INFO] [stdout]   23:     0x5598b4a2c767 - proptest[b103e6066b256e9b]::test_runner::runner::call_test::<proptest[b103e6066b256e9b]::sugar::NamedArguments<&str, rustbook[3f46124814f1185b]::query_transformation::QueryBoxed>, &rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#1}, alloc[dad09f3a48280dba]::vec::into_iter::IntoIter<core[d17f6591d688f3bd]::result::Result<(), proptest[b103e6066b256e9b]::test_runner::errors::TestCaseError>>>::{closure#3}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:256:49
[INFO] [stdout]   24:     0x5598b4a23808 - <core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<proptest[b103e6066b256e9b]::test_runner::runner::call_test<proptest[b103e6066b256e9b]::sugar::NamedArguments<&str, rustbook[3f46124814f1185b]::query_transformation::QueryBoxed>, &rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#1}, alloc[dad09f3a48280dba]::vec::into_iter::IntoIter<core[d17f6591d688f3bd]::result::Result<(), proptest[b103e6066b256e9b]::test_runner::errors::TestCaseError>>>::{closure#3}> as core[d17f6591d688f3bd]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   25:     0x5598b4a387fd - std[fce30c26ee6459b]::panicking::catch_unwind::do_call::<core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<proptest[b103e6066b256e9b]::test_runner::runner::call_test<proptest[b103e6066b256e9b]::sugar::NamedArguments<&str, rustbook[3f46124814f1185b]::query_transformation::QueryBoxed>, &rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#1}, alloc[dad09f3a48280dba]::vec::into_iter::IntoIter<core[d17f6591d688f3bd]::result::Result<(), proptest[b103e6066b256e9b]::test_runner::errors::TestCaseError>>>::{closure#3}>, core[d17f6591d688f3bd]::result::Result<(), proptest[b103e6066b256e9b]::test_runner::errors::TestCaseError>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:581:40
[INFO] [stdout]   26:     0x5598b4a367db - __rust_try
[INFO] [stdout]   27:     0x5598b4a2fe01 - std[fce30c26ee6459b]::panicking::catch_unwind::<core[d17f6591d688f3bd]::result::Result<(), proptest[b103e6066b256e9b]::test_runner::errors::TestCaseError>, core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<proptest[b103e6066b256e9b]::test_runner::runner::call_test<proptest[b103e6066b256e9b]::sugar::NamedArguments<&str, rustbook[3f46124814f1185b]::query_transformation::QueryBoxed>, &rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#1}, alloc[dad09f3a48280dba]::vec::into_iter::IntoIter<core[d17f6591d688f3bd]::result::Result<(), proptest[b103e6066b256e9b]::test_runner::errors::TestCaseError>>>::{closure#3}>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:544:19
[INFO] [stdout]   28:     0x5598b4a2fe01 - std[fce30c26ee6459b]::panic::catch_unwind::<core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<proptest[b103e6066b256e9b]::test_runner::runner::call_test<proptest[b103e6066b256e9b]::sugar::NamedArguments<&str, rustbook[3f46124814f1185b]::query_transformation::QueryBoxed>, &rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#1}, alloc[dad09f3a48280dba]::vec::into_iter::IntoIter<core[d17f6591d688f3bd]::result::Result<(), proptest[b103e6066b256e9b]::test_runner::errors::TestCaseError>>>::{closure#3}>, core[d17f6591d688f3bd]::result::Result<(), proptest[b103e6066b256e9b]::test_runner::errors::TestCaseError>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panic.rs:359:14
[INFO] [stdout]   29:     0x5598b4a2b3a4 - proptest[b103e6066b256e9b]::test_runner::runner::call_test::<proptest[b103e6066b256e9b]::sugar::NamedArguments<&str, rustbook[3f46124814f1185b]::query_transformation::QueryBoxed>, &rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#1}, alloc[dad09f3a48280dba]::vec::into_iter::IntoIter<core[d17f6591d688f3bd]::result::Result<(), proptest[b103e6066b256e9b]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:256:9
[INFO] [stdout]   30:     0x5598b4a297d7 - <proptest[b103e6066b256e9b]::test_runner::runner::TestRunner>::shrink::<proptest[b103e6066b256e9b]::strategy::map::Map<alloc[dad09f3a48280dba]::boxed::Box<dyn proptest[b103e6066b256e9b]::strategy::traits::ValueTree<Value = rustbook[3f46124814f1185b]::query_transformation::QueryBoxed>>, rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#0}>, &rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#1}, alloc[dad09f3a48280dba]::vec::into_iter::IntoIter<core[d17f6591d688f3bd]::result::Result<(), proptest[b103e6066b256e9b]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:845:30
[INFO] [stdout]   31:     0x5598b4a2743e - <proptest[b103e6066b256e9b]::test_runner::runner::TestRunner>::run_one_with_replay::<proptest[b103e6066b256e9b]::strategy::map::Map<alloc[dad09f3a48280dba]::boxed::Box<dyn proptest[b103e6066b256e9b]::strategy::traits::ValueTree<Value = rustbook[3f46124814f1185b]::query_transformation::QueryBoxed>>, rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#0}>, &rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#1}, alloc[dad09f3a48280dba]::vec::into_iter::IntoIter<core[d17f6591d688f3bd]::result::Result<(), proptest[b103e6066b256e9b]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:736:22
[INFO] [stdout]   32:     0x5598b4a26c9a - <proptest[b103e6066b256e9b]::test_runner::runner::TestRunner>::gen_and_run_case::<proptest[b103e6066b256e9b]::strategy::map::Map<proptest[b103e6066b256e9b]::strategy::recursive::Recursive<rustbook[3f46124814f1185b]::query_transformation::QueryBoxed, rustbook[3f46124814f1185b]::query_transformation::tests::arb_query::{closure#1}>, rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#0}>, rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#1}, alloc[dad09f3a48280dba]::vec::into_iter::IntoIter<core[d17f6591d688f3bd]::result::Result<(), proptest[b103e6066b256e9b]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:664:28
[INFO] [stdout]   33:     0x5598b4a28165 - <proptest[b103e6066b256e9b]::test_runner::runner::TestRunner>::run_in_process_with_replay::<proptest[b103e6066b256e9b]::strategy::map::Map<proptest[b103e6066b256e9b]::strategy::recursive::Recursive<rustbook[3f46124814f1185b]::query_transformation::QueryBoxed, rustbook[3f46124814f1185b]::query_transformation::tests::arb_query::{closure#1}>, rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#0}>, rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#1}, alloc[dad09f3a48280dba]::vec::into_iter::IntoIter<core[d17f6591d688f3bd]::result::Result<(), proptest[b103e6066b256e9b]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:613:31
[INFO] [stdout]   34:     0x5598b4a26a10 - <proptest[b103e6066b256e9b]::test_runner::runner::TestRunner>::run_in_process::<proptest[b103e6066b256e9b]::strategy::map::Map<proptest[b103e6066b256e9b]::strategy::recursive::Recursive<rustbook[3f46124814f1185b]::query_transformation::QueryBoxed, rustbook[3f46124814f1185b]::query_transformation::tests::arb_query::{closure#1}>, rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#0}>, rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#1}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:570:14
[INFO] [stdout]   35:     0x5598b4a2914f - <proptest[b103e6066b256e9b]::test_runner::runner::TestRunner>::run::<proptest[b103e6066b256e9b]::strategy::map::Map<proptest[b103e6066b256e9b]::strategy::recursive::Recursive<rustbook[3f46124814f1185b]::query_transformation::QueryBoxed, rustbook[3f46124814f1185b]::query_transformation::tests::arb_query::{closure#1}>, rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#0}>, rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#1}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:413:18
[INFO] [stdout]   36:     0x5598b4a32ffe - rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/sugar.rs:163:17
[INFO] [stdout]   37:     0x5598b4a312d7 - rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/sugar.rs:159:28
[INFO] [stdout]   38:     0x5598b4a24036 - <rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#0} as core[d17f6591d688f3bd]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   39:     0x5598b4a3cd9b - <fn() -> core[d17f6591d688f3bd]::result::Result<(), alloc[dad09f3a48280dba]::string::String> as core[d17f6591d688f3bd]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   40:     0x5598b4a3cd9b - test[9653f4f1d2ca1489]::__rust_begin_short_backtrace::<core[d17f6591d688f3bd]::result::Result<(), alloc[dad09f3a48280dba]::string::String>, fn() -> core[d17f6591d688f3bd]::result::Result<(), alloc[dad09f3a48280dba]::string::String>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/test/src/lib.rs:724:18
[INFO] [stdout]   41:     0x5598b4a4a58b - test[9653f4f1d2ca1489]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/test/src/lib.rs:747:74
[INFO] [stdout]   42:     0x5598b4a4a58b - <core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<test[9653f4f1d2ca1489]::run_test_in_process::{closure#0}> as core[d17f6591d688f3bd]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   43:     0x5598b4a4a58b - std[fce30c26ee6459b]::panicking::catch_unwind::do_call::<core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<test[9653f4f1d2ca1489]::run_test_in_process::{closure#0}>, core[d17f6591d688f3bd]::result::Result<(), alloc[dad09f3a48280dba]::string::String>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:581:40
[INFO] [stdout]   44:     0x5598b4a4a58b - std[fce30c26ee6459b]::panicking::catch_unwind::<core[d17f6591d688f3bd]::result::Result<(), alloc[dad09f3a48280dba]::string::String>, core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<test[9653f4f1d2ca1489]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:544:19
[INFO] [stdout]   45:     0x5598b4a4a58b - std[fce30c26ee6459b]::panic::catch_unwind::<core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<test[9653f4f1d2ca1489]::run_test_in_process::{closure#0}>, core[d17f6591d688f3bd]::result::Result<(), alloc[dad09f3a48280dba]::string::String>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panic.rs:359:14
[INFO] [stdout]   46:     0x5598b4a4a58b - test[9653f4f1d2ca1489]::run_test_in_process
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/test/src/lib.rs:747:27
[INFO] [stdout]   47:     0x5598b4a4a58b - test[9653f4f1d2ca1489]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/test/src/lib.rs:668:43
[INFO] [stdout]   48:     0x5598b4a43ca4 - test[9653f4f1d2ca1489]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/test/src/lib.rs:698:41
[INFO] [stdout]   49:     0x5598b4a43ca4 - std[fce30c26ee6459b]::sys::backtrace::__rust_begin_short_backtrace::<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   50:     0x5598b4a4d192 - std[fce30c26ee6459b]::thread::lifecycle::spawn_unchecked::<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/thread/lifecycle.rs:70:13
[INFO] [stdout]   51:     0x5598b4a4d192 - <core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<std[fce30c26ee6459b]::thread::lifecycle::spawn_unchecked<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[d17f6591d688f3bd]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   52:     0x5598b4a4d192 - std[fce30c26ee6459b]::panicking::catch_unwind::do_call::<core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<std[fce30c26ee6459b]::thread::lifecycle::spawn_unchecked<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:581:40
[INFO] [stdout]   53:     0x5598b4a4d192 - std[fce30c26ee6459b]::panicking::catch_unwind::<(), core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<std[fce30c26ee6459b]::thread::lifecycle::spawn_unchecked<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:544:19
[INFO] [stdout]   54:     0x5598b4a4d192 - std[fce30c26ee6459b]::panic::catch_unwind::<core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<std[fce30c26ee6459b]::thread::lifecycle::spawn_unchecked<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panic.rs:359:14
[INFO] [stdout]   55:     0x5598b4a4d192 - std[fce30c26ee6459b]::thread::lifecycle::spawn_unchecked::<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/thread/lifecycle.rs:68:26
[INFO] [stdout]   56:     0x5598b4a4d192 - <std[fce30c26ee6459b]::thread::lifecycle::spawn_unchecked<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>::{closure#1} as core[d17f6591d688f3bd]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   57:     0x5598b4bbf51f - <alloc[dad09f3a48280dba]::boxed::Box<dyn core[d17f6591d688f3bd]::ops::function::FnOnce<(), Output = ()> + core[d17f6591d688f3bd]::marker::Send> as core[d17f6591d688f3bd]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/alloc/src/boxed.rs:2271:9
[INFO] [stdout]   58:     0x5598b4bbf51f - <std[fce30c26ee6459b]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/sys/thread/unix.rs:118:17
[INFO] [stdout]   59:     0x76e42426eaa4 - <unknown>
[INFO] [stdout]   60:     0x76e4242fba64 - clone
[INFO] [stdout]   61:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] thread 'query_transformation::tests::all_impls_match' (17) panicked at src/query_transformation.rs:224:13:
[INFO] [stdout] assertion `left == right` failed
[INFO] [stdout]   left: Ok("(oe=hmjldfuhrigtymylwjvvzbiocqzt) OR ((ohzzgbifod=tfkwoyekbgaz) OR (bezvikpcdjiulkaxewvs=hrrexczh) OR (otsux=atnvszuqchqlqiwfhuvqmt) OR (oe=hmjldfuhrigtymylwjvvzbiocqzt))")
[INFO] [stdout]  right: Err(ShortSubQuery)
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x5598b4bbfc0a - std[fce30c26ee6459b]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x5598b4bbfc0a - std[fce30c26ee6459b]::backtrace_rs::backtrace::trace_unsynchronized::<std[fce30c26ee6459b]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x5598b4bbfc0a - std[fce30c26ee6459b]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x5598b4bbfc0a - <<std[fce30c26ee6459b]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[d17f6591d688f3bd]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x5598b4bd51ea - <core[d17f6591d688f3bd]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x5598b4bd51ea - core[d17f6591d688f3bd]::fmt::write
[INFO] [stdout]    6:     0x5598b4bc4852 - std[fce30c26ee6459b]::io::default_write_fmt::<alloc[dad09f3a48280dba]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/io/mod.rs:621:11
[INFO] [stdout]    7:     0x5598b4bc4852 - <alloc[dad09f3a48280dba]::vec::Vec<u8> as std[fce30c26ee6459b]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/io/mod.rs:1976:13
[INFO] [stdout]    8:     0x5598b4b9d45f - <std[fce30c26ee6459b]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x5598b4b9d45f - std[fce30c26ee6459b]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x5598b4bb7f09 - std[fce30c26ee6459b]::panicking::default_hook
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x5598b4a49abc - <alloc[dad09f3a48280dba]::boxed::Box<dyn for<'a, 'b> core[d17f6591d688f3bd]::ops::function::Fn<(&'a std[fce30c26ee6459b]::panic::PanicHookInfo<'b>,), Output = ()> + core[d17f6591d688f3bd]::marker::Sync + core[d17f6591d688f3bd]::marker::Send> as core[d17f6591d688f3bd]::ops::function::Fn<(&std[fce30c26ee6459b]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/alloc/src/boxed.rs:2285:9
[INFO] [stdout]   12:     0x5598b4a49abc - test[9653f4f1d2ca1489]::test_main_inner::<test[9653f4f1d2ca1489]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/test/src/lib.rs:155:21
[INFO] [stdout]   13:     0x5598b4bb80c2 - <alloc[dad09f3a48280dba]::boxed::Box<dyn for<'a, 'b> core[d17f6591d688f3bd]::ops::function::Fn<(&'a std[fce30c26ee6459b]::panic::PanicHookInfo<'b>,), Output = ()> + core[d17f6591d688f3bd]::marker::Sync + core[d17f6591d688f3bd]::marker::Send> as core[d17f6591d688f3bd]::ops::function::Fn<(&std[fce30c26ee6459b]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/alloc/src/boxed.rs:2285:9
[INFO] [stdout]   14:     0x5598b4bb80c2 - std[fce30c26ee6459b]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x5598b4b9d518 - std[fce30c26ee6459b]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:698:13
[INFO] [stdout]   16:     0x5598b4b92619 - std[fce30c26ee6459b]::sys::backtrace::__rust_end_short_backtrace::<std[fce30c26ee6459b]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x5598b4b9e22d - __rustc[de152adb51f02556]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x5598b4bd5a2c - core[d17f6591d688f3bd]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x5598b4bd58e3 - core[d17f6591d688f3bd]::panicking::assert_failed_inner
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/panicking.rs:439:17
[INFO] [stdout]   20:     0x5598b4a3828d - core[d17f6591d688f3bd]::panicking::assert_failed::<core[d17f6591d688f3bd]::result::Result<alloc[dad09f3a48280dba]::string::String, rustbook[3f46124814f1185b]::query_transformation::PrintError>, core[d17f6591d688f3bd]::result::Result<alloc[dad09f3a48280dba]::string::String, rustbook[3f46124814f1185b]::query_transformation::PrintError>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/panicking.rs:394:5
[INFO] [stdout]   21:     0x5598b4a31665 - rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#1}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/query_transformation.rs:224:13
[INFO] [stdout]   22:     0x5598b4a33ef7 - <&rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#1} as core[d17f6591d688f3bd]::ops::function::Fn<(proptest[b103e6066b256e9b]::sugar::NamedArguments<&str, rustbook[3f46124814f1185b]::query_transformation::QueryBoxed>,)>>::call
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/ops/function.rs:263:22
[INFO] [stdout]   23:     0x5598b4a2c767 - proptest[b103e6066b256e9b]::test_runner::runner::call_test::<proptest[b103e6066b256e9b]::sugar::NamedArguments<&str, rustbook[3f46124814f1185b]::query_transformation::QueryBoxed>, &rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#1}, alloc[dad09f3a48280dba]::vec::into_iter::IntoIter<core[d17f6591d688f3bd]::result::Result<(), proptest[b103e6066b256e9b]::test_runner::errors::TestCaseError>>>::{closure#3}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:256:49
[INFO] [stdout]   24:     0x5598b4a23808 - <core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<proptest[b103e6066b256e9b]::test_runner::runner::call_test<proptest[b103e6066b256e9b]::sugar::NamedArguments<&str, rustbook[3f46124814f1185b]::query_transformation::QueryBoxed>, &rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#1}, alloc[dad09f3a48280dba]::vec::into_iter::IntoIter<core[d17f6591d688f3bd]::result::Result<(), proptest[b103e6066b256e9b]::test_runner::errors::TestCaseError>>>::{closure#3}> as core[d17f6591d688f3bd]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   25:     0x5598b4a387fd - std[fce30c26ee6459b]::panicking::catch_unwind::do_call::<core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<proptest[b103e6066b256e9b]::test_runner::runner::call_test<proptest[b103e6066b256e9b]::sugar::NamedArguments<&str, rustbook[3f46124814f1185b]::query_transformation::QueryBoxed>, &rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#1}, alloc[dad09f3a48280dba]::vec::into_iter::IntoIter<core[d17f6591d688f3bd]::result::Result<(), proptest[b103e6066b256e9b]::test_runner::errors::TestCaseError>>>::{closure#3}>, core[d17f6591d688f3bd]::result::Result<(), proptest[b103e6066b256e9b]::test_runner::errors::TestCaseError>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:581:40
[INFO] [stdout]   26:     0x5598b4a367db - __rust_try
[INFO] [stdout]   27:     0x5598b4a2fe01 - std[fce30c26ee6459b]::panicking::catch_unwind::<core[d17f6591d688f3bd]::result::Result<(), proptest[b103e6066b256e9b]::test_runner::errors::TestCaseError>, core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<proptest[b103e6066b256e9b]::test_runner::runner::call_test<proptest[b103e6066b256e9b]::sugar::NamedArguments<&str, rustbook[3f46124814f1185b]::query_transformation::QueryBoxed>, &rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#1}, alloc[dad09f3a48280dba]::vec::into_iter::IntoIter<core[d17f6591d688f3bd]::result::Result<(), proptest[b103e6066b256e9b]::test_runner::errors::TestCaseError>>>::{closure#3}>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:544:19
[INFO] [stdout]   28:     0x5598b4a2fe01 - std[fce30c26ee6459b]::panic::catch_unwind::<core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<proptest[b103e6066b256e9b]::test_runner::runner::call_test<proptest[b103e6066b256e9b]::sugar::NamedArguments<&str, rustbook[3f46124814f1185b]::query_transformation::QueryBoxed>, &rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#1}, alloc[dad09f3a48280dba]::vec::into_iter::IntoIter<core[d17f6591d688f3bd]::result::Result<(), proptest[b103e6066b256e9b]::test_runner::errors::TestCaseError>>>::{closure#3}>, core[d17f6591d688f3bd]::result::Result<(), proptest[b103e6066b256e9b]::test_runner::errors::TestCaseError>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panic.rs:359:14
[INFO] [stdout]   29:     0x5598b4a2b3a4 - proptest[b103e6066b256e9b]::test_runner::runner::call_test::<proptest[b103e6066b256e9b]::sugar::NamedArguments<&str, rustbook[3f46124814f1185b]::query_transformation::QueryBoxed>, &rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#1}, alloc[dad09f3a48280dba]::vec::into_iter::IntoIter<core[d17f6591d688f3bd]::result::Result<(), proptest[b103e6066b256e9b]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:256:9
[INFO] [stdout]   30:     0x5598b4a297d7 - <proptest[b103e6066b256e9b]::test_runner::runner::TestRunner>::shrink::<proptest[b103e6066b256e9b]::strategy::map::Map<alloc[dad09f3a48280dba]::boxed::Box<dyn proptest[b103e6066b256e9b]::strategy::traits::ValueTree<Value = rustbook[3f46124814f1185b]::query_transformation::QueryBoxed>>, rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#0}>, &rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#1}, alloc[dad09f3a48280dba]::vec::into_iter::IntoIter<core[d17f6591d688f3bd]::result::Result<(), proptest[b103e6066b256e9b]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:845:30
[INFO] [stdout]   31:     0x5598b4a2743e - <proptest[b103e6066b256e9b]::test_runner::runner::TestRunner>::run_one_with_replay::<proptest[b103e6066b256e9b]::strategy::map::Map<alloc[dad09f3a48280dba]::boxed::Box<dyn proptest[b103e6066b256e9b]::strategy::traits::ValueTree<Value = rustbook[3f46124814f1185b]::query_transformation::QueryBoxed>>, rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#0}>, &rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#1}, alloc[dad09f3a48280dba]::vec::into_iter::IntoIter<core[d17f6591d688f3bd]::result::Result<(), proptest[b103e6066b256e9b]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:736:22
[INFO] [stdout]   32:     0x5598b4a26c9a - <proptest[b103e6066b256e9b]::test_runner::runner::TestRunner>::gen_and_run_case::<proptest[b103e6066b256e9b]::strategy::map::Map<proptest[b103e6066b256e9b]::strategy::recursive::Recursive<rustbook[3f46124814f1185b]::query_transformation::QueryBoxed, rustbook[3f46124814f1185b]::query_transformation::tests::arb_query::{closure#1}>, rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#0}>, rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#1}, alloc[dad09f3a48280dba]::vec::into_iter::IntoIter<core[d17f6591d688f3bd]::result::Result<(), proptest[b103e6066b256e9b]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:664:28
[INFO] [stdout]   33:     0x5598b4a28165 - <proptest[b103e6066b256e9b]::test_runner::runner::TestRunner>::run_in_process_with_replay::<proptest[b103e6066b256e9b]::strategy::map::Map<proptest[b103e6066b256e9b]::strategy::recursive::Recursive<rustbook[3f46124814f1185b]::query_transformation::QueryBoxed, rustbook[3f46124814f1185b]::query_transformation::tests::arb_query::{closure#1}>, rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#0}>, rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#1}, alloc[dad09f3a48280dba]::vec::into_iter::IntoIter<core[d17f6591d688f3bd]::result::Result<(), proptest[b103e6066b256e9b]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:613:31
[INFO] [stdout]   34:     0x5598b4a26a10 - <proptest[b103e6066b256e9b]::test_runner::runner::TestRunner>::run_in_process::<proptest[b103e6066b256e9b]::strategy::map::Map<proptest[b103e6066b256e9b]::strategy::recursive::Recursive<rustbook[3f46124814f1185b]::query_transformation::QueryBoxed, rustbook[3f46124814f1185b]::query_transformation::tests::arb_query::{closure#1}>, rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#0}>, rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#1}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:570:14
[INFO] [stdout]   35:     0x5598b4a2914f - <proptest[b103e6066b256e9b]::test_runner::runner::TestRunner>::run::<proptest[b103e6066b256e9b]::strategy::map::Map<proptest[b103e6066b256e9b]::strategy::recursive::Recursive<rustbook[3f46124814f1185b]::query_transformation::QueryBoxed, rustbook[3f46124814f1185b]::query_transformation::tests::arb_query::{closure#1}>, rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#0}>, rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#1}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:413:18
[INFO] [stdout]   36:     0x5598b4a32ffe - rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/sugar.rs:163:17
[INFO] [stdout]   37:     0x5598b4a312d7 - rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/sugar.rs:159:28
[INFO] [stdout]   38:     0x5598b4a24036 - <rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#0} as core[d17f6591d688f3bd]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   39:     0x5598b4a3cd9b - <fn() -> core[d17f6591d688f3bd]::result::Result<(), alloc[dad09f3a48280dba]::string::String> as core[d17f6591d688f3bd]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   40:     0x5598b4a3cd9b - test[9653f4f1d2ca1489]::__rust_begin_short_backtrace::<core[d17f6591d688f3bd]::result::Result<(), alloc[dad09f3a48280dba]::string::String>, fn() -> core[d17f6591d688f3bd]::result::Result<(), alloc[dad09f3a48280dba]::string::String>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/test/src/lib.rs:724:18
[INFO] [stdout]   41:     0x5598b4a4a58b - test[9653f4f1d2ca1489]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/test/src/lib.rs:747:74
[INFO] [stdout]   42:     0x5598b4a4a58b - <core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<test[9653f4f1d2ca1489]::run_test_in_process::{closure#0}> as core[d17f6591d688f3bd]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   43:     0x5598b4a4a58b - std[fce30c26ee6459b]::panicking::catch_unwind::do_call::<core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<test[9653f4f1d2ca1489]::run_test_in_process::{closure#0}>, core[d17f6591d688f3bd]::result::Result<(), alloc[dad09f3a48280dba]::string::String>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:581:40
[INFO] [stdout]   44:     0x5598b4a4a58b - std[fce30c26ee6459b]::panicking::catch_unwind::<core[d17f6591d688f3bd]::result::Result<(), alloc[dad09f3a48280dba]::string::String>, core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<test[9653f4f1d2ca1489]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:544:19
[INFO] [stdout]   45:     0x5598b4a4a58b - std[fce30c26ee6459b]::panic::catch_unwind::<core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<test[9653f4f1d2ca1489]::run_test_in_process::{closure#0}>, core[d17f6591d688f3bd]::result::Result<(), alloc[dad09f3a48280dba]::string::String>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panic.rs:359:14
[INFO] [stdout]   46:     0x5598b4a4a58b - test[9653f4f1d2ca1489]::run_test_in_process
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/test/src/lib.rs:747:27
[INFO] [stdout]   47:     0x5598b4a4a58b - test[9653f4f1d2ca1489]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/test/src/lib.rs:668:43
[INFO] [stdout]   48:     0x5598b4a43ca4 - test[9653f4f1d2ca1489]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/test/src/lib.rs:698:41
[INFO] [stdout]   49:     0x5598b4a43ca4 - std[fce30c26ee6459b]::sys::backtrace::__rust_begin_short_backtrace::<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   50:     0x5598b4a4d192 - std[fce30c26ee6459b]::thread::lifecycle::spawn_unchecked::<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/thread/lifecycle.rs:70:13
[INFO] [stdout]   51:     0x5598b4a4d192 - <core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<std[fce30c26ee6459b]::thread::lifecycle::spawn_unchecked<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[d17f6591d688f3bd]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   52:     0x5598b4a4d192 - std[fce30c26ee6459b]::panicking::catch_unwind::do_call::<core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<std[fce30c26ee6459b]::thread::lifecycle::spawn_unchecked<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:581:40
[INFO] [stdout]   53:     0x5598b4a4d192 - std[fce30c26ee6459b]::panicking::catch_unwind::<(), core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<std[fce30c26ee6459b]::thread::lifecycle::spawn_unchecked<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:544:19
[INFO] [stdout]   54:     0x5598b4a4d192 - std[fce30c26ee6459b]::panic::catch_unwind::<core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<std[fce30c26ee6459b]::thread::lifecycle::spawn_unchecked<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panic.rs:359:14
[INFO] [stdout]   55:     0x5598b4a4d192 - std[fce30c26ee6459b]::thread::lifecycle::spawn_unchecked::<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/thread/lifecycle.rs:68:26
[INFO] [stdout]   56:     0x5598b4a4d192 - <std[fce30c26ee6459b]::thread::lifecycle::spawn_unchecked<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>::{closure#1} as core[d17f6591d688f3bd]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   57:     0x5598b4bbf51f - <alloc[dad09f3a48280dba]::boxed::Box<dyn core[d17f6591d688f3bd]::ops::function::FnOnce<(), Output = ()> + core[d17f6591d688f3bd]::marker::Send> as core[d17f6591d688f3bd]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/alloc/src/boxed.rs:2271:9
[INFO] [stdout]   58:     0x5598b4bbf51f - <std[fce30c26ee6459b]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/sys/thread/unix.rs:118:17
[INFO] [stdout]   59:     0x76e42426eaa4 - <unknown>
[INFO] [stdout]   60:     0x76e4242fba64 - clone
[INFO] [stdout]   61:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] thread 'query_transformation::tests::all_impls_match' (17) panicked at src/query_transformation.rs:224:13:
[INFO] [stdout] assertion `left == right` failed
[INFO] [stdout]   left: Ok("(oe=hmjldfuhrigtymylwjvvzbiocqzt) OR ((ohzzgbifod=tfkwoyekbgaz) OR (bezvikpcdjiulkaxewvs=hrrexczh) OR (otsux=atnvszuqchqlqiwfhuvqmt) OR (oe=hmjldfuhrigtymylwjvvzbiocqzt))")
[INFO] [stdout]  right: Ok("(hgwgjflplp=yjzxpfolxpo) OR ((ohzzgbifod=tfkwoyekbgaz) OR (bezvikpcdjiulkaxewvs=hrrexczh) OR (otsux=atnvszuqchqlqiwfhuvqmt) OR (oe=hmjldfuhrigtymylwjvvzbiocqzt))")
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x5598b4bbfc0a - std[fce30c26ee6459b]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x5598b4bbfc0a - std[fce30c26ee6459b]::backtrace_rs::backtrace::trace_unsynchronized::<std[fce30c26ee6459b]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x5598b4bbfc0a - std[fce30c26ee6459b]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x5598b4bbfc0a - <<std[fce30c26ee6459b]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[d17f6591d688f3bd]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x5598b4bd51ea - <core[d17f6591d688f3bd]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x5598b4bd51ea - core[d17f6591d688f3bd]::fmt::write
[INFO] [stdout]    6:     0x5598b4bc4852 - std[fce30c26ee6459b]::io::default_write_fmt::<alloc[dad09f3a48280dba]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/io/mod.rs:621:11
[INFO] [stdout]    7:     0x5598b4bc4852 - <alloc[dad09f3a48280dba]::vec::Vec<u8> as std[fce30c26ee6459b]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/io/mod.rs:1976:13
[INFO] [stdout]    8:     0x5598b4b9d45f - <std[fce30c26ee6459b]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x5598b4b9d45f - std[fce30c26ee6459b]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x5598b4bb7f09 - std[fce30c26ee6459b]::panicking::default_hook
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x5598b4a49abc - <alloc[dad09f3a48280dba]::boxed::Box<dyn for<'a, 'b> core[d17f6591d688f3bd]::ops::function::Fn<(&'a std[fce30c26ee6459b]::panic::PanicHookInfo<'b>,), Output = ()> + core[d17f6591d688f3bd]::marker::Sync + core[d17f6591d688f3bd]::marker::Send> as core[d17f6591d688f3bd]::ops::function::Fn<(&std[fce30c26ee6459b]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/alloc/src/boxed.rs:2285:9
[INFO] [stdout]   12:     0x5598b4a49abc - test[9653f4f1d2ca1489]::test_main_inner::<test[9653f4f1d2ca1489]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/test/src/lib.rs:155:21
[INFO] [stdout]   13:     0x5598b4bb80c2 - <alloc[dad09f3a48280dba]::boxed::Box<dyn for<'a, 'b> core[d17f6591d688f3bd]::ops::function::Fn<(&'a std[fce30c26ee6459b]::panic::PanicHookInfo<'b>,), Output = ()> + core[d17f6591d688f3bd]::marker::Sync + core[d17f6591d688f3bd]::marker::Send> as core[d17f6591d688f3bd]::ops::function::Fn<(&std[fce30c26ee6459b]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/alloc/src/boxed.rs:2285:9
[INFO] [stdout]   14:     0x5598b4bb80c2 - std[fce30c26ee6459b]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x5598b4b9d518 - std[fce30c26ee6459b]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:698:13
[INFO] [stdout]   16:     0x5598b4b92619 - std[fce30c26ee6459b]::sys::backtrace::__rust_end_short_backtrace::<std[fce30c26ee6459b]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x5598b4b9e22d - __rustc[de152adb51f02556]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x5598b4bd5a2c - core[d17f6591d688f3bd]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x5598b4bd58e3 - core[d17f6591d688f3bd]::panicking::assert_failed_inner
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/panicking.rs:439:17
[INFO] [stdout]   20:     0x5598b4a3828d - core[d17f6591d688f3bd]::panicking::assert_failed::<core[d17f6591d688f3bd]::result::Result<alloc[dad09f3a48280dba]::string::String, rustbook[3f46124814f1185b]::query_transformation::PrintError>, core[d17f6591d688f3bd]::result::Result<alloc[dad09f3a48280dba]::string::String, rustbook[3f46124814f1185b]::query_transformation::PrintError>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/panicking.rs:394:5
[INFO] [stdout]   21:     0x5598b4a31665 - rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#1}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/query_transformation.rs:224:13
[INFO] [stdout]   22:     0x5598b4a33ef7 - <&rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#1} as core[d17f6591d688f3bd]::ops::function::Fn<(proptest[b103e6066b256e9b]::sugar::NamedArguments<&str, rustbook[3f46124814f1185b]::query_transformation::QueryBoxed>,)>>::call
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/ops/function.rs:263:22
[INFO] [stdout]   23:     0x5598b4a2c767 - proptest[b103e6066b256e9b]::test_runner::runner::call_test::<proptest[b103e6066b256e9b]::sugar::NamedArguments<&str, rustbook[3f46124814f1185b]::query_transformation::QueryBoxed>, &rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#1}, alloc[dad09f3a48280dba]::vec::into_iter::IntoIter<core[d17f6591d688f3bd]::result::Result<(), proptest[b103e6066b256e9b]::test_runner::errors::TestCaseError>>>::{closure#3}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:256:49
[INFO] [stdout]   24:     0x5598b4a23808 - <core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<proptest[b103e6066b256e9b]::test_runner::runner::call_test<proptest[b103e6066b256e9b]::sugar::NamedArguments<&str, rustbook[3f46124814f1185b]::query_transformation::QueryBoxed>, &rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#1}, alloc[dad09f3a48280dba]::vec::into_iter::IntoIter<core[d17f6591d688f3bd]::result::Result<(), proptest[b103e6066b256e9b]::test_runner::errors::TestCaseError>>>::{closure#3}> as core[d17f6591d688f3bd]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   25:     0x5598b4a387fd - std[fce30c26ee6459b]::panicking::catch_unwind::do_call::<core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<proptest[b103e6066b256e9b]::test_runner::runner::call_test<proptest[b103e6066b256e9b]::sugar::NamedArguments<&str, rustbook[3f46124814f1185b]::query_transformation::QueryBoxed>, &rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#1}, alloc[dad09f3a48280dba]::vec::into_iter::IntoIter<core[d17f6591d688f3bd]::result::Result<(), proptest[b103e6066b256e9b]::test_runner::errors::TestCaseError>>>::{closure#3}>, core[d17f6591d688f3bd]::result::Result<(), proptest[b103e6066b256e9b]::test_runner::errors::TestCaseError>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:581:40
[INFO] [stdout]   26:     0x5598b4a367db - __rust_try
[INFO] [stdout]   27:     0x5598b4a2fe01 - std[fce30c26ee6459b]::panicking::catch_unwind::<core[d17f6591d688f3bd]::result::Result<(), proptest[b103e6066b256e9b]::test_runner::errors::TestCaseError>, core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<proptest[b103e6066b256e9b]::test_runner::runner::call_test<proptest[b103e6066b256e9b]::sugar::NamedArguments<&str, rustbook[3f46124814f1185b]::query_transformation::QueryBoxed>, &rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#1}, alloc[dad09f3a48280dba]::vec::into_iter::IntoIter<core[d17f6591d688f3bd]::result::Result<(), proptest[b103e6066b256e9b]::test_runner::errors::TestCaseError>>>::{closure#3}>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:544:19
[INFO] [stdout]   28:     0x5598b4a2fe01 - std[fce30c26ee6459b]::panic::catch_unwind::<core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<proptest[b103e6066b256e9b]::test_runner::runner::call_test<proptest[b103e6066b256e9b]::sugar::NamedArguments<&str, rustbook[3f46124814f1185b]::query_transformation::QueryBoxed>, &rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#1}, alloc[dad09f3a48280dba]::vec::into_iter::IntoIter<core[d17f6591d688f3bd]::result::Result<(), proptest[b103e6066b256e9b]::test_runner::errors::TestCaseError>>>::{closure#3}>, core[d17f6591d688f3bd]::result::Result<(), proptest[b103e6066b256e9b]::test_runner::errors::TestCaseError>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panic.rs:359:14
[INFO] [stdout]   29:     0x5598b4a2b3a4 - proptest[b103e6066b256e9b]::test_runner::runner::call_test::<proptest[b103e6066b256e9b]::sugar::NamedArguments<&str, rustbook[3f46124814f1185b]::query_transformation::QueryBoxed>, &rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#1}, alloc[dad09f3a48280dba]::vec::into_iter::IntoIter<core[d17f6591d688f3bd]::result::Result<(), proptest[b103e6066b256e9b]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:256:9
[INFO] [stdout]   30:     0x5598b4a297d7 - <proptest[b103e6066b256e9b]::test_runner::runner::TestRunner>::shrink::<proptest[b103e6066b256e9b]::strategy::map::Map<alloc[dad09f3a48280dba]::boxed::Box<dyn proptest[b103e6066b256e9b]::strategy::traits::ValueTree<Value = rustbook[3f46124814f1185b]::query_transformation::QueryBoxed>>, rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#0}>, &rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#1}, alloc[dad09f3a48280dba]::vec::into_iter::IntoIter<core[d17f6591d688f3bd]::result::Result<(), proptest[b103e6066b256e9b]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:845:30
[INFO] [stdout]   31:     0x5598b4a2743e - <proptest[b103e6066b256e9b]::test_runner::runner::TestRunner>::run_one_with_replay::<proptest[b103e6066b256e9b]::strategy::map::Map<alloc[dad09f3a48280dba]::boxed::Box<dyn proptest[b103e6066b256e9b]::strategy::traits::ValueTree<Value = rustbook[3f46124814f1185b]::query_transformation::QueryBoxed>>, rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#0}>, &rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#1}, alloc[dad09f3a48280dba]::vec::into_iter::IntoIter<core[d17f6591d688f3bd]::result::Result<(), proptest[b103e6066b256e9b]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:736:22
[INFO] [stdout]   32:     0x5598b4a26c9a - <proptest[b103e6066b256e9b]::test_runner::runner::TestRunner>::gen_and_run_case::<proptest[b103e6066b256e9b]::strategy::map::Map<proptest[b103e6066b256e9b]::strategy::recursive::Recursive<rustbook[3f46124814f1185b]::query_transformation::QueryBoxed, rustbook[3f46124814f1185b]::query_transformation::tests::arb_query::{closure#1}>, rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#0}>, rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#1}, alloc[dad09f3a48280dba]::vec::into_iter::IntoIter<core[d17f6591d688f3bd]::result::Result<(), proptest[b103e6066b256e9b]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:664:28
[INFO] [stdout]   33:     0x5598b4a28165 - <proptest[b103e6066b256e9b]::test_runner::runner::TestRunner>::run_in_process_with_replay::<proptest[b103e6066b256e9b]::strategy::map::Map<proptest[b103e6066b256e9b]::strategy::recursive::Recursive<rustbook[3f46124814f1185b]::query_transformation::QueryBoxed, rustbook[3f46124814f1185b]::query_transformation::tests::arb_query::{closure#1}>, rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#0}>, rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#1}, alloc[dad09f3a48280dba]::vec::into_iter::IntoIter<core[d17f6591d688f3bd]::result::Result<(), proptest[b103e6066b256e9b]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:613:31
[INFO] [stdout]   34:     0x5598b4a26a10 - <proptest[b103e6066b256e9b]::test_runner::runner::TestRunner>::run_in_process::<proptest[b103e6066b256e9b]::strategy::map::Map<proptest[b103e6066b256e9b]::strategy::recursive::Recursive<rustbook[3f46124814f1185b]::query_transformation::QueryBoxed, rustbook[3f46124814f1185b]::query_transformation::tests::arb_query::{closure#1}>, rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#0}>, rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#1}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:570:14
[INFO] [stdout]   35:     0x5598b4a2914f - <proptest[b103e6066b256e9b]::test_runner::runner::TestRunner>::run::<proptest[b103e6066b256e9b]::strategy::map::Map<proptest[b103e6066b256e9b]::strategy::recursive::Recursive<rustbook[3f46124814f1185b]::query_transformation::QueryBoxed, rustbook[3f46124814f1185b]::query_transformation::tests::arb_query::{closure#1}>, rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#0}>, rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#1}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:413:18
[INFO] [stdout]   36:     0x5598b4a32ffe - rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/sugar.rs:163:17
[INFO] [stdout]   37:     0x5598b4a312d7 - rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/sugar.rs:159:28
[INFO] [stdout]   38:     0x5598b4a24036 - <rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#0} as core[d17f6591d688f3bd]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   39:     0x5598b4a3cd9b - <fn() -> core[d17f6591d688f3bd]::result::Result<(), alloc[dad09f3a48280dba]::string::String> as core[d17f6591d688f3bd]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   40:     0x5598b4a3cd9b - test[9653f4f1d2ca1489]::__rust_begin_short_backtrace::<core[d17f6591d688f3bd]::result::Result<(), alloc[dad09f3a48280dba]::string::String>, fn() -> core[d17f6591d688f3bd]::result::Result<(), alloc[dad09f3a48280dba]::string::String>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/test/src/lib.rs:724:18
[INFO] [stdout]   41:     0x5598b4a4a58b - test[9653f4f1d2ca1489]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/test/src/lib.rs:747:74
[INFO] [stdout]   42:     0x5598b4a4a58b - <core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<test[9653f4f1d2ca1489]::run_test_in_process::{closure#0}> as core[d17f6591d688f3bd]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   43:     0x5598b4a4a58b - std[fce30c26ee6459b]::panicking::catch_unwind::do_call::<core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<test[9653f4f1d2ca1489]::run_test_in_process::{closure#0}>, core[d17f6591d688f3bd]::result::Result<(), alloc[dad09f3a48280dba]::string::String>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:581:40
[INFO] [stdout]   44:     0x5598b4a4a58b - std[fce30c26ee6459b]::panicking::catch_unwind::<core[d17f6591d688f3bd]::result::Result<(), alloc[dad09f3a48280dba]::string::String>, core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<test[9653f4f1d2ca1489]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:544:19
[INFO] [stdout]   45:     0x5598b4a4a58b - std[fce30c26ee6459b]::panic::catch_unwind::<core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<test[9653f4f1d2ca1489]::run_test_in_process::{closure#0}>, core[d17f6591d688f3bd]::result::Result<(), alloc[dad09f3a48280dba]::string::String>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panic.rs:359:14
[INFO] [stdout]   46:     0x5598b4a4a58b - test[9653f4f1d2ca1489]::run_test_in_process
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/test/src/lib.rs:747:27
[INFO] [stdout]   47:     0x5598b4a4a58b - test[9653f4f1d2ca1489]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/test/src/lib.rs:668:43
[INFO] [stdout]   48:     0x5598b4a43ca4 - test[9653f4f1d2ca1489]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/test/src/lib.rs:698:41
[INFO] [stdout]   49:     0x5598b4a43ca4 - std[fce30c26ee6459b]::sys::backtrace::__rust_begin_short_backtrace::<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   50:     0x5598b4a4d192 - std[fce30c26ee6459b]::thread::lifecycle::spawn_unchecked::<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/thread/lifecycle.rs:70:13
[INFO] [stdout]   51:     0x5598b4a4d192 - <core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<std[fce30c26ee6459b]::thread::lifecycle::spawn_unchecked<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[d17f6591d688f3bd]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   52:     0x5598b4a4d192 - std[fce30c26ee6459b]::panicking::catch_unwind::do_call::<core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<std[fce30c26ee6459b]::thread::lifecycle::spawn_unchecked<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:581:40
[INFO] [stdout]   53:     0x5598b4a4d192 - std[fce30c26ee6459b]::panicking::catch_unwind::<(), core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<std[fce30c26ee6459b]::thread::lifecycle::spawn_unchecked<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:544:19
[INFO] [stdout]   54:     0x5598b4a4d192 - std[fce30c26ee6459b]::panic::catch_unwind::<core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<std[fce30c26ee6459b]::thread::lifecycle::spawn_unchecked<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panic.rs:359:14
[INFO] [stdout]   55:     0x5598b4a4d192 - std[fce30c26ee6459b]::thread::lifecycle::spawn_unchecked::<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/thread/lifecycle.rs:68:26
[INFO] [stdout]   56:     0x5598b4a4d192 - <std[fce30c26ee6459b]::thread::lifecycle::spawn_unchecked<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>::{closure#1} as core[d17f6591d688f3bd]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   57:     0x5598b4bbf51f - <alloc[dad09f3a48280dba]::boxed::Box<dyn core[d17f6591d688f3bd]::ops::function::FnOnce<(), Output = ()> + core[d17f6591d688f3bd]::marker::Send> as core[d17f6591d688f3bd]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/alloc/src/boxed.rs:2271:9
[INFO] [stdout]   58:     0x5598b4bbf51f - <std[fce30c26ee6459b]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/sys/thread/unix.rs:118:17
[INFO] [stdout]   59:     0x76e42426eaa4 - <unknown>
[INFO] [stdout]   60:     0x76e4242fba64 - clone
[INFO] [stdout]   61:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] thread 'query_transformation::tests::all_impls_match' (17) panicked at src/query_transformation.rs:224:13:
[INFO] [stdout] assertion `left == right` failed
[INFO] [stdout]   left: Ok("(oe=hmjldfuhrigtymylwjvvzbiocqzt) OR ((ohzzgbifod=tfkwoyekbgaz) OR (bezvikpcdjiulkaxewvs=hrrexczh) OR (otsux=atnvszuqchqlqiwfhuvqmt) OR (oe=hmjldfuhrigtymylwjvvzbiocqzt))")
[INFO] [stdout]  right: Ok("(gwgjflplp=yjzxpfolxpo) OR ((ohzzgbifod=tfkwoyekbgaz) OR (bezvikpcdjiulkaxewvs=hrrexczh) OR (otsux=atnvszuqchqlqiwfhuvqmt) OR (oe=hmjldfuhrigtymylwjvvzbiocqzt))")
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x5598b4bbfc0a - std[fce30c26ee6459b]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x5598b4bbfc0a - std[fce30c26ee6459b]::backtrace_rs::backtrace::trace_unsynchronized::<std[fce30c26ee6459b]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x5598b4bbfc0a - std[fce30c26ee6459b]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x5598b4bbfc0a - <<std[fce30c26ee6459b]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[d17f6591d688f3bd]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x5598b4bd51ea - <core[d17f6591d688f3bd]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x5598b4bd51ea - core[d17f6591d688f3bd]::fmt::write
[INFO] [stdout]    6:     0x5598b4bc4852 - std[fce30c26ee6459b]::io::default_write_fmt::<alloc[dad09f3a48280dba]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/io/mod.rs:621:11
[INFO] [stdout]    7:     0x5598b4bc4852 - <alloc[dad09f3a48280dba]::vec::Vec<u8> as std[fce30c26ee6459b]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/io/mod.rs:1976:13
[INFO] [stdout]    8:     0x5598b4b9d45f - <std[fce30c26ee6459b]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x5598b4b9d45f - std[fce30c26ee6459b]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x5598b4bb7f09 - std[fce30c26ee6459b]::panicking::default_hook
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x5598b4a49abc - <alloc[dad09f3a48280dba]::boxed::Box<dyn for<'a, 'b> core[d17f6591d688f3bd]::ops::function::Fn<(&'a std[fce30c26ee6459b]::panic::PanicHookInfo<'b>,), Output = ()> + core[d17f6591d688f3bd]::marker::Sync + core[d17f6591d688f3bd]::marker::Send> as core[d17f6591d688f3bd]::ops::function::Fn<(&std[fce30c26ee6459b]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/alloc/src/boxed.rs:2285:9
[INFO] [stdout]   12:     0x5598b4a49abc - test[9653f4f1d2ca1489]::test_main_inner::<test[9653f4f1d2ca1489]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/test/src/lib.rs:155:21
[INFO] [stdout]   13:     0x5598b4bb80c2 - <alloc[dad09f3a48280dba]::boxed::Box<dyn for<'a, 'b> core[d17f6591d688f3bd]::ops::function::Fn<(&'a std[fce30c26ee6459b]::panic::PanicHookInfo<'b>,), Output = ()> + core[d17f6591d688f3bd]::marker::Sync + core[d17f6591d688f3bd]::marker::Send> as core[d17f6591d688f3bd]::ops::function::Fn<(&std[fce30c26ee6459b]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/alloc/src/boxed.rs:2285:9
[INFO] [stdout]   14:     0x5598b4bb80c2 - std[fce30c26ee6459b]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x5598b4b9d518 - std[fce30c26ee6459b]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:698:13
[INFO] [stdout]   16:     0x5598b4b92619 - std[fce30c26ee6459b]::sys::backtrace::__rust_end_short_backtrace::<std[fce30c26ee6459b]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x5598b4b9e22d - __rustc[de152adb51f02556]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x5598b4bd5a2c - core[d17f6591d688f3bd]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x5598b4bd58e3 - core[d17f6591d688f3bd]::panicking::assert_failed_inner
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/panicking.rs:439:17
[INFO] [stdout]   20:     0x5598b4a3828d - core[d17f6591d688f3bd]::panicking::assert_failed::<core[d17f6591d688f3bd]::result::Result<alloc[dad09f3a48280dba]::string::String, rustbook[3f46124814f1185b]::query_transformation::PrintError>, core[d17f6591d688f3bd]::result::Result<alloc[dad09f3a48280dba]::string::String, rustbook[3f46124814f1185b]::query_transformation::PrintError>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/panicking.rs:394:5
[INFO] [stdout]   21:     0x5598b4a31665 - rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#1}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/query_transformation.rs:224:13
[INFO] [stdout]   22:     0x5598b4a33ef7 - <&rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#1} as core[d17f6591d688f3bd]::ops::function::Fn<(proptest[b103e6066b256e9b]::sugar::NamedArguments<&str, rustbook[3f46124814f1185b]::query_transformation::QueryBoxed>,)>>::call
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/ops/function.rs:263:22
[INFO] [stdout]   23:     0x5598b4a2c767 - proptest[b103e6066b256e9b]::test_runner::runner::call_test::<proptest[b103e6066b256e9b]::sugar::NamedArguments<&str, rustbook[3f46124814f1185b]::query_transformation::QueryBoxed>, &rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#1}, alloc[dad09f3a48280dba]::vec::into_iter::IntoIter<core[d17f6591d688f3bd]::result::Result<(), proptest[b103e6066b256e9b]::test_runner::errors::TestCaseError>>>::{closure#3}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:256:49
[INFO] [stdout]   24:     0x5598b4a23808 - <core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<proptest[b103e6066b256e9b]::test_runner::runner::call_test<proptest[b103e6066b256e9b]::sugar::NamedArguments<&str, rustbook[3f46124814f1185b]::query_transformation::QueryBoxed>, &rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#1}, alloc[dad09f3a48280dba]::vec::into_iter::IntoIter<core[d17f6591d688f3bd]::result::Result<(), proptest[b103e6066b256e9b]::test_runner::errors::TestCaseError>>>::{closure#3}> as core[d17f6591d688f3bd]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   25:     0x5598b4a387fd - std[fce30c26ee6459b]::panicking::catch_unwind::do_call::<core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<proptest[b103e6066b256e9b]::test_runner::runner::call_test<proptest[b103e6066b256e9b]::sugar::NamedArguments<&str, rustbook[3f46124814f1185b]::query_transformation::QueryBoxed>, &rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#1}, alloc[dad09f3a48280dba]::vec::into_iter::IntoIter<core[d17f6591d688f3bd]::result::Result<(), proptest[b103e6066b256e9b]::test_runner::errors::TestCaseError>>>::{closure#3}>, core[d17f6591d688f3bd]::result::Result<(), proptest[b103e6066b256e9b]::test_runner::errors::TestCaseError>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:581:40
[INFO] [stdout]   26:     0x5598b4a367db - __rust_try
[INFO] [stdout]   27:     0x5598b4a2fe01 - std[fce30c26ee6459b]::panicking::catch_unwind::<core[d17f6591d688f3bd]::result::Result<(), proptest[b103e6066b256e9b]::test_runner::errors::TestCaseError>, core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<proptest[b103e6066b256e9b]::test_runner::runner::call_test<proptest[b103e6066b256e9b]::sugar::NamedArguments<&str, rustbook[3f46124814f1185b]::query_transformation::QueryBoxed>, &rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#1}, alloc[dad09f3a48280dba]::vec::into_iter::IntoIter<core[d17f6591d688f3bd]::result::Result<(), proptest[b103e6066b256e9b]::test_runner::errors::TestCaseError>>>::{closure#3}>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:544:19
[INFO] [stdout]   28:     0x5598b4a2fe01 - std[fce30c26ee6459b]::panic::catch_unwind::<core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<proptest[b103e6066b256e9b]::test_runner::runner::call_test<proptest[b103e6066b256e9b]::sugar::NamedArguments<&str, rustbook[3f46124814f1185b]::query_transformation::QueryBoxed>, &rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#1}, alloc[dad09f3a48280dba]::vec::into_iter::IntoIter<core[d17f6591d688f3bd]::result::Result<(), proptest[b103e6066b256e9b]::test_runner::errors::TestCaseError>>>::{closure#3}>, core[d17f6591d688f3bd]::result::Result<(), proptest[b103e6066b256e9b]::test_runner::errors::TestCaseError>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panic.rs:359:14
[INFO] [stdout]   29:     0x5598b4a2b3a4 - proptest[b103e6066b256e9b]::test_runner::runner::call_test::<proptest[b103e6066b256e9b]::sugar::NamedArguments<&str, rustbook[3f46124814f1185b]::query_transformation::QueryBoxed>, &rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#1}, alloc[dad09f3a48280dba]::vec::into_iter::IntoIter<core[d17f6591d688f3bd]::result::Result<(), proptest[b103e6066b256e9b]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:256:9
[INFO] [stdout]   30:     0x5598b4a297d7 - <proptest[b103e6066b256e9b]::test_runner::runner::TestRunner>::shrink::<proptest[b103e6066b256e9b]::strategy::map::Map<alloc[dad09f3a48280dba]::boxed::Box<dyn proptest[b103e6066b256e9b]::strategy::traits::ValueTree<Value = rustbook[3f46124814f1185b]::query_transformation::QueryBoxed>>, rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#0}>, &rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#1}, alloc[dad09f3a48280dba]::vec::into_iter::IntoIter<core[d17f6591d688f3bd]::result::Result<(), proptest[b103e6066b256e9b]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:845:30
[INFO] [stdout]   31:     0x5598b4a2743e - <proptest[b103e6066b256e9b]::test_runner::runner::TestRunner>::run_one_with_replay::<proptest[b103e6066b256e9b]::strategy::map::Map<alloc[dad09f3a48280dba]::boxed::Box<dyn proptest[b103e6066b256e9b]::strategy::traits::ValueTree<Value = rustbook[3f46124814f1185b]::query_transformation::QueryBoxed>>, rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#0}>, &rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#1}, alloc[dad09f3a48280dba]::vec::into_iter::IntoIter<core[d17f6591d688f3bd]::result::Result<(), proptest[b103e6066b256e9b]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:736:22
[INFO] [stdout]   32:     0x5598b4a26c9a - <proptest[b103e6066b256e9b]::test_runner::runner::TestRunner>::gen_and_run_case::<proptest[b103e6066b256e9b]::strategy::map::Map<proptest[b103e6066b256e9b]::strategy::recursive::Recursive<rustbook[3f46124814f1185b]::query_transformation::QueryBoxed, rustbook[3f46124814f1185b]::query_transformation::tests::arb_query::{closure#1}>, rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#0}>, rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#1}, alloc[dad09f3a48280dba]::vec::into_iter::IntoIter<core[d17f6591d688f3bd]::result::Result<(), proptest[b103e6066b256e9b]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:664:28
[INFO] [stdout]   33:     0x5598b4a28165 - <proptest[b103e6066b256e9b]::test_runner::runner::TestRunner>::run_in_process_with_replay::<proptest[b103e6066b256e9b]::strategy::map::Map<proptest[b103e6066b256e9b]::strategy::recursive::Recursive<rustbook[3f46124814f1185b]::query_transformation::QueryBoxed, rustbook[3f46124814f1185b]::query_transformation::tests::arb_query::{closure#1}>, rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#0}>, rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#1}, alloc[dad09f3a48280dba]::vec::into_iter::IntoIter<core[d17f6591d688f3bd]::result::Result<(), proptest[b103e6066b256e9b]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:613:31
[INFO] [stdout]   34:     0x5598b4a26a10 - <proptest[b103e6066b256e9b]::test_runner::runner::TestRunner>::run_in_process::<proptest[b103e6066b256e9b]::strategy::map::Map<proptest[b103e6066b256e9b]::strategy::recursive::Recursive<rustbook[3f46124814f1185b]::query_transformation::QueryBoxed, rustbook[3f46124814f1185b]::query_transformation::tests::arb_query::{closure#1}>, rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#0}>, rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#1}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:570:14
[INFO] [stdout]   35:     0x5598b4a2914f - <proptest[b103e6066b256e9b]::test_runner::runner::TestRunner>::run::<proptest[b103e6066b256e9b]::strategy::map::Map<proptest[b103e6066b256e9b]::strategy::recursive::Recursive<rustbook[3f46124814f1185b]::query_transformation::QueryBoxed, rustbook[3f46124814f1185b]::query_transformation::tests::arb_query::{closure#1}>, rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#0}>, rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#1}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:413:18
[INFO] [stdout]   36:     0x5598b4a32ffe - rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/sugar.rs:163:17
[INFO] [stdout]   37:     0x5598b4a312d7 - rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/sugar.rs:159:28
[INFO] [stdout]   38:     0x5598b4a24036 - <rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#0} as core[d17f6591d688f3bd]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   39:     0x5598b4a3cd9b - <fn() -> core[d17f6591d688f3bd]::result::Result<(), alloc[dad09f3a48280dba]::string::String> as core[d17f6591d688f3bd]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   40:     0x5598b4a3cd9b - test[9653f4f1d2ca1489]::__rust_begin_short_backtrace::<core[d17f6591d688f3bd]::result::Result<(), alloc[dad09f3a48280dba]::string::String>, fn() -> core[d17f6591d688f3bd]::result::Result<(), alloc[dad09f3a48280dba]::string::String>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/test/src/lib.rs:724:18
[INFO] [stdout]   41:     0x5598b4a4a58b - test[9653f4f1d2ca1489]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/test/src/lib.rs:747:74
[INFO] [stdout]   42:     0x5598b4a4a58b - <core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<test[9653f4f1d2ca1489]::run_test_in_process::{closure#0}> as core[d17f6591d688f3bd]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   43:     0x5598b4a4a58b - std[fce30c26ee6459b]::panicking::catch_unwind::do_call::<core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<test[9653f4f1d2ca1489]::run_test_in_process::{closure#0}>, core[d17f6591d688f3bd]::result::Result<(), alloc[dad09f3a48280dba]::string::String>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:581:40
[INFO] [stdout]   44:     0x5598b4a4a58b - std[fce30c26ee6459b]::panicking::catch_unwind::<core[d17f6591d688f3bd]::result::Result<(), alloc[dad09f3a48280dba]::string::String>, core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<test[9653f4f1d2ca1489]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:544:19
[INFO] [stdout]   45:     0x5598b4a4a58b - std[fce30c26ee6459b]::panic::catch_unwind::<core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<test[9653f4f1d2ca1489]::run_test_in_process::{closure#0}>, core[d17f6591d688f3bd]::result::Result<(), alloc[dad09f3a48280dba]::string::String>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panic.rs:359:14
[INFO] [stdout]   46:     0x5598b4a4a58b - test[9653f4f1d2ca1489]::run_test_in_process
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/test/src/lib.rs:747:27
[INFO] [stdout]   47:     0x5598b4a4a58b - test[9653f4f1d2ca1489]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/test/src/lib.rs:668:43
[INFO] [stdout]   48:     0x5598b4a43ca4 - test[9653f4f1d2ca1489]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/test/src/lib.rs:698:41
[INFO] [stdout]   49:     0x5598b4a43ca4 - std[fce30c26ee6459b]::sys::backtrace::__rust_begin_short_backtrace::<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   50:     0x5598b4a4d192 - std[fce30c26ee6459b]::thread::lifecycle::spawn_unchecked::<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/thread/lifecycle.rs:70:13
[INFO] [stdout]   51:     0x5598b4a4d192 - <core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<std[fce30c26ee6459b]::thread::lifecycle::spawn_unchecked<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[d17f6591d688f3bd]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   52:     0x5598b4a4d192 - std[fce30c26ee6459b]::panicking::catch_unwind::do_call::<core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<std[fce30c26ee6459b]::thread::lifecycle::spawn_unchecked<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:581:40
[INFO] [stdout]   53:     0x5598b4a4d192 - std[fce30c26ee6459b]::panicking::catch_unwind::<(), core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<std[fce30c26ee6459b]::thread::lifecycle::spawn_unchecked<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:544:19
[INFO] [stdout]   54:     0x5598b4a4d192 - std[fce30c26ee6459b]::panic::catch_unwind::<core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<std[fce30c26ee6459b]::thread::lifecycle::spawn_unchecked<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panic.rs:359:14
[INFO] [stdout]   55:     0x5598b4a4d192 - std[fce30c26ee6459b]::thread::lifecycle::spawn_unchecked::<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/thread/lifecycle.rs:68:26
[INFO] [stdout]   56:     0x5598b4a4d192 - <std[fce30c26ee6459b]::thread::lifecycle::spawn_unchecked<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>::{closure#1} as core[d17f6591d688f3bd]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   57:     0x5598b4bbf51f - <alloc[dad09f3a48280dba]::boxed::Box<dyn core[d17f6591d688f3bd]::ops::function::FnOnce<(), Output = ()> + core[d17f6591d688f3bd]::marker::Send> as core[d17f6591d688f3bd]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/alloc/src/boxed.rs:2271:9
[INFO] [stdout]   58:     0x5598b4bbf51f - <std[fce30c26ee6459b]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/sys/thread/unix.rs:118:17
[INFO] [stdout]   59:     0x76e42426eaa4 - <unknown>
[INFO] [stdout]   60:     0x76e4242fba64 - clone
[INFO] [stdout]   61:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] thread 'query_transformation::tests::all_impls_match' (17) panicked at src/query_transformation.rs:224:13:
[INFO] [stdout] assertion `left == right` failed
[INFO] [stdout]   left: Ok("(oe=hmjldfuhrigtymylwjvvzbiocqzt) OR ((ohzzgbifod=tfkwoyekbgaz) OR (bezvikpcdjiulkaxewvs=hrrexczh) OR (otsux=atnvszuqchqlqiwfhuvqmt) OR (oe=hmjldfuhrigtymylwjvvzbiocqzt))")
[INFO] [stdout]  right: Ok("(wgjflplp=yjzxpfolxpo) OR ((ohzzgbifod=tfkwoyekbgaz) OR (bezvikpcdjiulkaxewvs=hrrexczh) OR (otsux=atnvszuqchqlqiwfhuvqmt) OR (oe=hmjldfuhrigtymylwjvvzbiocqzt))")
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x5598b4bbfc0a - std[fce30c26ee6459b]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x5598b4bbfc0a - std[fce30c26ee6459b]::backtrace_rs::backtrace::trace_unsynchronized::<std[fce30c26ee6459b]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x5598b4bbfc0a - std[fce30c26ee6459b]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x5598b4bbfc0a - <<std[fce30c26ee6459b]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[d17f6591d688f3bd]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x5598b4bd51ea - <core[d17f6591d688f3bd]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x5598b4bd51ea - core[d17f6591d688f3bd]::fmt::write
[INFO] [stdout]    6:     0x5598b4bc4852 - std[fce30c26ee6459b]::io::default_write_fmt::<alloc[dad09f3a48280dba]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/io/mod.rs:621:11
[INFO] [stdout]    7:     0x5598b4bc4852 - <alloc[dad09f3a48280dba]::vec::Vec<u8> as std[fce30c26ee6459b]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/io/mod.rs:1976:13
[INFO] [stdout]    8:     0x5598b4b9d45f - <std[fce30c26ee6459b]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x5598b4b9d45f - std[fce30c26ee6459b]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x5598b4bb7f09 - std[fce30c26ee6459b]::panicking::default_hook
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x5598b4a49abc - <alloc[dad09f3a48280dba]::boxed::Box<dyn for<'a, 'b> core[d17f6591d688f3bd]::ops::function::Fn<(&'a std[fce30c26ee6459b]::panic::PanicHookInfo<'b>,), Output = ()> + core[d17f6591d688f3bd]::marker::Sync + core[d17f6591d688f3bd]::marker::Send> as core[d17f6591d688f3bd]::ops::function::Fn<(&std[fce30c26ee6459b]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/alloc/src/boxed.rs:2285:9
[INFO] [stdout]   12:     0x5598b4a49abc - test[9653f4f1d2ca1489]::test_main_inner::<test[9653f4f1d2ca1489]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/test/src/lib.rs:155:21
[INFO] [stdout]   13:     0x5598b4bb80c2 - <alloc[dad09f3a48280dba]::boxed::Box<dyn for<'a, 'b> core[d17f6591d688f3bd]::ops::function::Fn<(&'a std[fce30c26ee6459b]::panic::PanicHookInfo<'b>,), Output = ()> + core[d17f6591d688f3bd]::marker::Sync + core[d17f6591d688f3bd]::marker::Send> as core[d17f6591d688f3bd]::ops::function::Fn<(&std[fce30c26ee6459b]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/alloc/src/boxed.rs:2285:9
[INFO] [stdout]   14:     0x5598b4bb80c2 - std[fce30c26ee6459b]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x5598b4b9d518 - std[fce30c26ee6459b]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:698:13
[INFO] [stdout]   16:     0x5598b4b92619 - std[fce30c26ee6459b]::sys::backtrace::__rust_end_short_backtrace::<std[fce30c26ee6459b]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x5598b4b9e22d - __rustc[de152adb51f02556]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x5598b4bd5a2c - core[d17f6591d688f3bd]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x5598b4bd58e3 - core[d17f6591d688f3bd]::panicking::assert_failed_inner
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/panicking.rs:439:17
[INFO] [stdout]   20:     0x5598b4a3828d - core[d17f6591d688f3bd]::panicking::assert_failed::<core[d17f6591d688f3bd]::result::Result<alloc[dad09f3a48280dba]::string::String, rustbook[3f46124814f1185b]::query_transformation::PrintError>, core[d17f6591d688f3bd]::result::Result<alloc[dad09f3a48280dba]::string::String, rustbook[3f46124814f1185b]::query_transformation::PrintError>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/panicking.rs:394:5
[INFO] [stdout]   21:     0x5598b4a31665 - rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#1}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/query_transformation.rs:224:13
[INFO] [stdout]   22:     0x5598b4a33ef7 - <&rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#1} as core[d17f6591d688f3bd]::ops::function::Fn<(proptest[b103e6066b256e9b]::sugar::NamedArguments<&str, rustbook[3f46124814f1185b]::query_transformation::QueryBoxed>,)>>::call
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/ops/function.rs:263:22
[INFO] [stdout]   23:     0x5598b4a2c767 - proptest[b103e6066b256e9b]::test_runner::runner::call_test::<proptest[b103e6066b256e9b]::sugar::NamedArguments<&str, rustbook[3f46124814f1185b]::query_transformation::QueryBoxed>, &rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#1}, alloc[dad09f3a48280dba]::vec::into_iter::IntoIter<core[d17f6591d688f3bd]::result::Result<(), proptest[b103e6066b256e9b]::test_runner::errors::TestCaseError>>>::{closure#3}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:256:49
[INFO] [stdout]   24:     0x5598b4a23808 - <core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<proptest[b103e6066b256e9b]::test_runner::runner::call_test<proptest[b103e6066b256e9b]::sugar::NamedArguments<&str, rustbook[3f46124814f1185b]::query_transformation::QueryBoxed>, &rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#1}, alloc[dad09f3a48280dba]::vec::into_iter::IntoIter<core[d17f6591d688f3bd]::result::Result<(), proptest[b103e6066b256e9b]::test_runner::errors::TestCaseError>>>::{closure#3}> as core[d17f6591d688f3bd]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   25:     0x5598b4a387fd - std[fce30c26ee6459b]::panicking::catch_unwind::do_call::<core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<proptest[b103e6066b256e9b]::test_runner::runner::call_test<proptest[b103e6066b256e9b]::sugar::NamedArguments<&str, rustbook[3f46124814f1185b]::query_transformation::QueryBoxed>, &rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#1}, alloc[dad09f3a48280dba]::vec::into_iter::IntoIter<core[d17f6591d688f3bd]::result::Result<(), proptest[b103e6066b256e9b]::test_runner::errors::TestCaseError>>>::{closure#3}>, core[d17f6591d688f3bd]::result::Result<(), proptest[b103e6066b256e9b]::test_runner::errors::TestCaseError>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:581:40
[INFO] [stdout]   26:     0x5598b4a367db - __rust_try
[INFO] [stdout]   27:     0x5598b4a2fe01 - std[fce30c26ee6459b]::panicking::catch_unwind::<core[d17f6591d688f3bd]::result::Result<(), proptest[b103e6066b256e9b]::test_runner::errors::TestCaseError>, core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<proptest[b103e6066b256e9b]::test_runner::runner::call_test<proptest[b103e6066b256e9b]::sugar::NamedArguments<&str, rustbook[3f46124814f1185b]::query_transformation::QueryBoxed>, &rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#1}, alloc[dad09f3a48280dba]::vec::into_iter::IntoIter<core[d17f6591d688f3bd]::result::Result<(), proptest[b103e6066b256e9b]::test_runner::errors::TestCaseError>>>::{closure#3}>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:544:19
[INFO] [stdout]   28:     0x5598b4a2fe01 - std[fce30c26ee6459b]::panic::catch_unwind::<core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<proptest[b103e6066b256e9b]::test_runner::runner::call_test<proptest[b103e6066b256e9b]::sugar::NamedArguments<&str, rustbook[3f46124814f1185b]::query_transformation::QueryBoxed>, &rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#1}, alloc[dad09f3a48280dba]::vec::into_iter::IntoIter<core[d17f6591d688f3bd]::result::Result<(), proptest[b103e6066b256e9b]::test_runner::errors::TestCaseError>>>::{closure#3}>, core[d17f6591d688f3bd]::result::Result<(), proptest[b103e6066b256e9b]::test_runner::errors::TestCaseError>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panic.rs:359:14
[INFO] [stdout]   29:     0x5598b4a2b3a4 - proptest[b103e6066b256e9b]::test_runner::runner::call_test::<proptest[b103e6066b256e9b]::sugar::NamedArguments<&str, rustbook[3f46124814f1185b]::query_transformation::QueryBoxed>, &rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#1}, alloc[dad09f3a48280dba]::vec::into_iter::IntoIter<core[d17f6591d688f3bd]::result::Result<(), proptest[b103e6066b256e9b]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:256:9
[INFO] [stdout]   30:     0x5598b4a297d7 - <proptest[b103e6066b256e9b]::test_runner::runner::TestRunner>::shrink::<proptest[b103e6066b256e9b]::strategy::map::Map<alloc[dad09f3a48280dba]::boxed::Box<dyn proptest[b103e6066b256e9b]::strategy::traits::ValueTree<Value = rustbook[3f46124814f1185b]::query_transformation::QueryBoxed>>, rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#0}>, &rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#1}, alloc[dad09f3a48280dba]::vec::into_iter::IntoIter<core[d17f6591d688f3bd]::result::Result<(), proptest[b103e6066b256e9b]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:845:30
[INFO] [stdout]   31:     0x5598b4a2743e - <proptest[b103e6066b256e9b]::test_runner::runner::TestRunner>::run_one_with_replay::<proptest[b103e6066b256e9b]::strategy::map::Map<alloc[dad09f3a48280dba]::boxed::Box<dyn proptest[b103e6066b256e9b]::strategy::traits::ValueTree<Value = rustbook[3f46124814f1185b]::query_transformation::QueryBoxed>>, rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#0}>, &rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#1}, alloc[dad09f3a48280dba]::vec::into_iter::IntoIter<core[d17f6591d688f3bd]::result::Result<(), proptest[b103e6066b256e9b]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:736:22
[INFO] [stdout]   32:     0x5598b4a26c9a - <proptest[b103e6066b256e9b]::test_runner::runner::TestRunner>::gen_and_run_case::<proptest[b103e6066b256e9b]::strategy::map::Map<proptest[b103e6066b256e9b]::strategy::recursive::Recursive<rustbook[3f46124814f1185b]::query_transformation::QueryBoxed, rustbook[3f46124814f1185b]::query_transformation::tests::arb_query::{closure#1}>, rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#0}>, rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#1}, alloc[dad09f3a48280dba]::vec::into_iter::IntoIter<core[d17f6591d688f3bd]::result::Result<(), proptest[b103e6066b256e9b]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:664:28
[INFO] [stdout]   33:     0x5598b4a28165 - <proptest[b103e6066b256e9b]::test_runner::runner::TestRunner>::run_in_process_with_replay::<proptest[b103e6066b256e9b]::strategy::map::Map<proptest[b103e6066b256e9b]::strategy::recursive::Recursive<rustbook[3f46124814f1185b]::query_transformation::QueryBoxed, rustbook[3f46124814f1185b]::query_transformation::tests::arb_query::{closure#1}>, rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#0}>, rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#1}, alloc[dad09f3a48280dba]::vec::into_iter::IntoIter<core[d17f6591d688f3bd]::result::Result<(), proptest[b103e6066b256e9b]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:613:31
[INFO] [stdout]   34:     0x5598b4a26a10 - <proptest[b103e6066b256e9b]::test_runner::runner::TestRunner>::run_in_process::<proptest[b103e6066b256e9b]::strategy::map::Map<proptest[b103e6066b256e9b]::strategy::recursive::Recursive<rustbook[3f46124814f1185b]::query_transformation::QueryBoxed, rustbook[3f46124814f1185b]::query_transformation::tests::arb_query::{closure#1}>, rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#0}>, rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#1}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:570:14
[INFO] [stdout]   35:     0x5598b4a2914f - <proptest[b103e6066b256e9b]::test_runner::runner::TestRunner>::run::<proptest[b103e6066b256e9b]::strategy::map::Map<proptest[b103e6066b256e9b]::strategy::recursive::Recursive<rustbook[3f46124814f1185b]::query_transformation::QueryBoxed, rustbook[3f46124814f1185b]::query_transformation::tests::arb_query::{closure#1}>, rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#0}>, rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#1}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:413:18
[INFO] [stdout]   36:     0x5598b4a32ffe - rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/sugar.rs:163:17
[INFO] [stdout]   37:     0x5598b4a312d7 - rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/sugar.rs:159:28
[INFO] [stdout]   38:     0x5598b4a24036 - <rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#0} as core[d17f6591d688f3bd]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   39:     0x5598b4a3cd9b - <fn() -> core[d17f6591d688f3bd]::result::Result<(), alloc[dad09f3a48280dba]::string::String> as core[d17f6591d688f3bd]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   40:     0x5598b4a3cd9b - test[9653f4f1d2ca1489]::__rust_begin_short_backtrace::<core[d17f6591d688f3bd]::result::Result<(), alloc[dad09f3a48280dba]::string::String>, fn() -> core[d17f6591d688f3bd]::result::Result<(), alloc[dad09f3a48280dba]::string::String>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/test/src/lib.rs:724:18
[INFO] [stdout]   41:     0x5598b4a4a58b - test[9653f4f1d2ca1489]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/test/src/lib.rs:747:74
[INFO] [stdout]   42:     0x5598b4a4a58b - <core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<test[9653f4f1d2ca1489]::run_test_in_process::{closure#0}> as core[d17f6591d688f3bd]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   43:     0x5598b4a4a58b - std[fce30c26ee6459b]::panicking::catch_unwind::do_call::<core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<test[9653f4f1d2ca1489]::run_test_in_process::{closure#0}>, core[d17f6591d688f3bd]::result::Result<(), alloc[dad09f3a48280dba]::string::String>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:581:40
[INFO] [stdout]   44:     0x5598b4a4a58b - std[fce30c26ee6459b]::panicking::catch_unwind::<core[d17f6591d688f3bd]::result::Result<(), alloc[dad09f3a48280dba]::string::String>, core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<test[9653f4f1d2ca1489]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:544:19
[INFO] [stdout]   45:     0x5598b4a4a58b - std[fce30c26ee6459b]::panic::catch_unwind::<core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<test[9653f4f1d2ca1489]::run_test_in_process::{closure#0}>, core[d17f6591d688f3bd]::result::Result<(), alloc[dad09f3a48280dba]::string::String>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panic.rs:359:14
[INFO] [stdout]   46:     0x5598b4a4a58b - test[9653f4f1d2ca1489]::run_test_in_process
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/test/src/lib.rs:747:27
[INFO] [stdout]   47:     0x5598b4a4a58b - test[9653f4f1d2ca1489]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/test/src/lib.rs:668:43
[INFO] [stdout]   48:     0x5598b4a43ca4 - test[9653f4f1d2ca1489]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/test/src/lib.rs:698:41
[INFO] [stdout]   49:     0x5598b4a43ca4 - std[fce30c26ee6459b]::sys::backtrace::__rust_begin_short_backtrace::<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   50:     0x5598b4a4d192 - std[fce30c26ee6459b]::thread::lifecycle::spawn_unchecked::<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/thread/lifecycle.rs:70:13
[INFO] [stdout]   51:     0x5598b4a4d192 - <core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<std[fce30c26ee6459b]::thread::lifecycle::spawn_unchecked<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[d17f6591d688f3bd]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   52:     0x5598b4a4d192 - std[fce30c26ee6459b]::panicking::catch_unwind::do_call::<core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<std[fce30c26ee6459b]::thread::lifecycle::spawn_unchecked<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:581:40
[INFO] [stdout]   53:     0x5598b4a4d192 - std[fce30c26ee6459b]::panicking::catch_unwind::<(), core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<std[fce30c26ee6459b]::thread::lifecycle::spawn_unchecked<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:544:19
[INFO] [stdout]   54:     0x5598b4a4d192 - std[fce30c26ee6459b]::panic::catch_unwind::<core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<std[fce30c26ee6459b]::thread::lifecycle::spawn_unchecked<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panic.rs:359:14
[INFO] [stdout]   55:     0x5598b4a4d192 - std[fce30c26ee6459b]::thread::lifecycle::spawn_unchecked::<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/thread/lifecycle.rs:68:26
[INFO] [stdout]   56:     0x5598b4a4d192 - <std[fce30c26ee6459b]::thread::lifecycle::spawn_unchecked<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>::{closure#1} as core[d17f6591d688f3bd]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   57:     0x5598b4bbf51f - <alloc[dad09f3a48280dba]::boxed::Box<dyn core[d17f6591d688f3bd]::ops::function::FnOnce<(), Output = ()> + core[d17f6591d688f3bd]::marker::Send> as core[d17f6591d688f3bd]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/alloc/src/boxed.rs:2271:9
[INFO] [stdout]   58:     0x5598b4bbf51f - <std[fce30c26ee6459b]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/sys/thread/unix.rs:118:17
[INFO] [stdout]   59:     0x76e42426eaa4 - <unknown>
[INFO] [stdout]   60:     0x76e4242fba64 - clone
[INFO] [stdout]   61:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] thread 'query_transformation::tests::all_impls_match' (17) panicked at src/query_transformation.rs:224:13:
[INFO] [stdout] assertion `left == right` failed
[INFO] [stdout]   left: Ok("(oe=hmjldfuhrigtymylwjvvzbiocqzt) OR ((ohzzgbifod=tfkwoyekbgaz) OR (bezvikpcdjiulkaxewvs=hrrexczh) OR (otsux=atnvszuqchqlqiwfhuvqmt) OR (oe=hmjldfuhrigtymylwjvvzbiocqzt))")
[INFO] [stdout]  right: Ok("(gjflplp=yjzxpfolxpo) OR ((ohzzgbifod=tfkwoyekbgaz) OR (bezvikpcdjiulkaxewvs=hrrexczh) OR (otsux=atnvszuqchqlqiwfhuvqmt) OR (oe=hmjldfuhrigtymylwjvvzbiocqzt))")
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x5598b4bbfc0a - std[fce30c26ee6459b]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x5598b4bbfc0a - std[fce30c26ee6459b]::backtrace_rs::backtrace::trace_unsynchronized::<std[fce30c26ee6459b]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x5598b4bbfc0a - std[fce30c26ee6459b]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x5598b4bbfc0a - <<std[fce30c26ee6459b]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[d17f6591d688f3bd]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x5598b4bd51ea - <core[d17f6591d688f3bd]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x5598b4bd51ea - core[d17f6591d688f3bd]::fmt::write
[INFO] [stdout]    6:     0x5598b4bc4852 - std[fce30c26ee6459b]::io::default_write_fmt::<alloc[dad09f3a48280dba]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/io/mod.rs:621:11
[INFO] [stdout]    7:     0x5598b4bc4852 - <alloc[dad09f3a48280dba]::vec::Vec<u8> as std[fce30c26ee6459b]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/io/mod.rs:1976:13
[INFO] [stdout]    8:     0x5598b4b9d45f - <std[fce30c26ee6459b]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x5598b4b9d45f - std[fce30c26ee6459b]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x5598b4bb7f09 - std[fce30c26ee6459b]::panicking::default_hook
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x5598b4a49abc - <alloc[dad09f3a48280dba]::boxed::Box<dyn for<'a, 'b> core[d17f6591d688f3bd]::ops::function::Fn<(&'a std[fce30c26ee6459b]::panic::PanicHookInfo<'b>,), Output = ()> + core[d17f6591d688f3bd]::marker::Sync + core[d17f6591d688f3bd]::marker::Send> as core[d17f6591d688f3bd]::ops::function::Fn<(&std[fce30c26ee6459b]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/alloc/src/boxed.rs:2285:9
[INFO] [stdout]   12:     0x5598b4a49abc - test[9653f4f1d2ca1489]::test_main_inner::<test[9653f4f1d2ca1489]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/test/src/lib.rs:155:21
[INFO] [stdout]   13:     0x5598b4bb80c2 - <alloc[dad09f3a48280dba]::boxed::Box<dyn for<'a, 'b> core[d17f6591d688f3bd]::ops::function::Fn<(&'a std[fce30c26ee6459b]::panic::PanicHookInfo<'b>,), Output = ()> + core[d17f6591d688f3bd]::marker::Sync + core[d17f6591d688f3bd]::marker::Send> as core[d17f6591d688f3bd]::ops::function::Fn<(&std[fce30c26ee6459b]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/alloc/src/boxed.rs:2285:9
[INFO] [stdout]   14:     0x5598b4bb80c2 - std[fce30c26ee6459b]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x5598b4b9d518 - std[fce30c26ee6459b]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:698:13
[INFO] [stdout]   16:     0x5598b4b92619 - std[fce30c26ee6459b]::sys::backtrace::__rust_end_short_backtrace::<std[fce30c26ee6459b]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x5598b4b9e22d - __rustc[de152adb51f02556]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x5598b4bd5a2c - core[d17f6591d688f3bd]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x5598b4bd58e3 - core[d17f6591d688f3bd]::panicking::assert_failed_inner
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/panicking.rs:439:17
[INFO] [stdout]   20:     0x5598b4a3828d - core[d17f6591d688f3bd]::panicking::assert_failed::<core[d17f6591d688f3bd]::result::Result<alloc[dad09f3a48280dba]::string::String, rustbook[3f46124814f1185b]::query_transformation::PrintError>, core[d17f6591d688f3bd]::result::Result<alloc[dad09f3a48280dba]::string::String, rustbook[3f46124814f1185b]::query_transformation::PrintError>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/panicking.rs:394:5
[INFO] [stdout]   21:     0x5598b4a31665 - rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#1}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/query_transformation.rs:224:13
[INFO] [stdout]   22:     0x5598b4a33ef7 - <&rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#1} as core[d17f6591d688f3bd]::ops::function::Fn<(proptest[b103e6066b256e9b]::sugar::NamedArguments<&str, rustbook[3f46124814f1185b]::query_transformation::QueryBoxed>,)>>::call
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/ops/function.rs:263:22
[INFO] [stdout]   23:     0x5598b4a2c767 - proptest[b103e6066b256e9b]::test_runner::runner::call_test::<proptest[b103e6066b256e9b]::sugar::NamedArguments<&str, rustbook[3f46124814f1185b]::query_transformation::QueryBoxed>, &rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#1}, alloc[dad09f3a48280dba]::vec::into_iter::IntoIter<core[d17f6591d688f3bd]::result::Result<(), proptest[b103e6066b256e9b]::test_runner::errors::TestCaseError>>>::{closure#3}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:256:49
[INFO] [stdout]   24:     0x5598b4a23808 - <core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<proptest[b103e6066b256e9b]::test_runner::runner::call_test<proptest[b103e6066b256e9b]::sugar::NamedArguments<&str, rustbook[3f46124814f1185b]::query_transformation::QueryBoxed>, &rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#1}, alloc[dad09f3a48280dba]::vec::into_iter::IntoIter<core[d17f6591d688f3bd]::result::Result<(), proptest[b103e6066b256e9b]::test_runner::errors::TestCaseError>>>::{closure#3}> as core[d17f6591d688f3bd]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   25:     0x5598b4a387fd - std[fce30c26ee6459b]::panicking::catch_unwind::do_call::<core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<proptest[b103e6066b256e9b]::test_runner::runner::call_test<proptest[b103e6066b256e9b]::sugar::NamedArguments<&str, rustbook[3f46124814f1185b]::query_transformation::QueryBoxed>, &rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#1}, alloc[dad09f3a48280dba]::vec::into_iter::IntoIter<core[d17f6591d688f3bd]::result::Result<(), proptest[b103e6066b256e9b]::test_runner::errors::TestCaseError>>>::{closure#3}>, core[d17f6591d688f3bd]::result::Result<(), proptest[b103e6066b256e9b]::test_runner::errors::TestCaseError>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:581:40
[INFO] [stdout]   26:     0x5598b4a367db - __rust_try
[INFO] [stdout]   27:     0x5598b4a2fe01 - std[fce30c26ee6459b]::panicking::catch_unwind::<core[d17f6591d688f3bd]::result::Result<(), proptest[b103e6066b256e9b]::test_runner::errors::TestCaseError>, core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<proptest[b103e6066b256e9b]::test_runner::runner::call_test<proptest[b103e6066b256e9b]::sugar::NamedArguments<&str, rustbook[3f46124814f1185b]::query_transformation::QueryBoxed>, &rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#1}, alloc[dad09f3a48280dba]::vec::into_iter::IntoIter<core[d17f6591d688f3bd]::result::Result<(), proptest[b103e6066b256e9b]::test_runner::errors::TestCaseError>>>::{closure#3}>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:544:19
[INFO] [stdout]   28:     0x5598b4a2fe01 - std[fce30c26ee6459b]::panic::catch_unwind::<core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<proptest[b103e6066b256e9b]::test_runner::runner::call_test<proptest[b103e6066b256e9b]::sugar::NamedArguments<&str, rustbook[3f46124814f1185b]::query_transformation::QueryBoxed>, &rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#1}, alloc[dad09f3a48280dba]::vec::into_iter::IntoIter<core[d17f6591d688f3bd]::result::Result<(), proptest[b103e6066b256e9b]::test_runner::errors::TestCaseError>>>::{closure#3}>, core[d17f6591d688f3bd]::result::Result<(), proptest[b103e6066b256e9b]::test_runner::errors::TestCaseError>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panic.rs:359:14
[INFO] [stdout]   29:     0x5598b4a2b3a4 - proptest[b103e6066b256e9b]::test_runner::runner::call_test::<proptest[b103e6066b256e9b]::sugar::NamedArguments<&str, rustbook[3f46124814f1185b]::query_transformation::QueryBoxed>, &rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#1}, alloc[dad09f3a48280dba]::vec::into_iter::IntoIter<core[d17f6591d688f3bd]::result::Result<(), proptest[b103e6066b256e9b]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:256:9
[INFO] [stdout]   30:     0x5598b4a297d7 - <proptest[b103e6066b256e9b]::test_runner::runner::TestRunner>::shrink::<proptest[b103e6066b256e9b]::strategy::map::Map<alloc[dad09f3a48280dba]::boxed::Box<dyn proptest[b103e6066b256e9b]::strategy::traits::ValueTree<Value = rustbook[3f46124814f1185b]::query_transformation::QueryBoxed>>, rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#0}>, &rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#1}, alloc[dad09f3a48280dba]::vec::into_iter::IntoIter<core[d17f6591d688f3bd]::result::Result<(), proptest[b103e6066b256e9b]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:845:30
[INFO] [stdout]   31:     0x5598b4a2743e - <proptest[b103e6066b256e9b]::test_runner::runner::TestRunner>::run_one_with_replay::<proptest[b103e6066b256e9b]::strategy::map::Map<alloc[dad09f3a48280dba]::boxed::Box<dyn proptest[b103e6066b256e9b]::strategy::traits::ValueTree<Value = rustbook[3f46124814f1185b]::query_transformation::QueryBoxed>>, rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#0}>, &rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#1}, alloc[dad09f3a48280dba]::vec::into_iter::IntoIter<core[d17f6591d688f3bd]::result::Result<(), proptest[b103e6066b256e9b]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:736:22
[INFO] [stdout]   32:     0x5598b4a26c9a - <proptest[b103e6066b256e9b]::test_runner::runner::TestRunner>::gen_and_run_case::<proptest[b103e6066b256e9b]::strategy::map::Map<proptest[b103e6066b256e9b]::strategy::recursive::Recursive<rustbook[3f46124814f1185b]::query_transformation::QueryBoxed, rustbook[3f46124814f1185b]::query_transformation::tests::arb_query::{closure#1}>, rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#0}>, rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#1}, alloc[dad09f3a48280dba]::vec::into_iter::IntoIter<core[d17f6591d688f3bd]::result::Result<(), proptest[b103e6066b256e9b]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:664:28
[INFO] [stdout]   33:     0x5598b4a28165 - <proptest[b103e6066b256e9b]::test_runner::runner::TestRunner>::run_in_process_with_replay::<proptest[b103e6066b256e9b]::strategy::map::Map<proptest[b103e6066b256e9b]::strategy::recursive::Recursive<rustbook[3f46124814f1185b]::query_transformation::QueryBoxed, rustbook[3f46124814f1185b]::query_transformation::tests::arb_query::{closure#1}>, rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#0}>, rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#1}, alloc[dad09f3a48280dba]::vec::into_iter::IntoIter<core[d17f6591d688f3bd]::result::Result<(), proptest[b103e6066b256e9b]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:613:31
[INFO] [stdout]   34:     0x5598b4a26a10 - <proptest[b103e6066b256e9b]::test_runner::runner::TestRunner>::run_in_process::<proptest[b103e6066b256e9b]::strategy::map::Map<proptest[b103e6066b256e9b]::strategy::recursive::Recursive<rustbook[3f46124814f1185b]::query_transformation::QueryBoxed, rustbook[3f46124814f1185b]::query_transformation::tests::arb_query::{closure#1}>, rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#0}>, rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#1}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:570:14
[INFO] [stdout]   35:     0x5598b4a2914f - <proptest[b103e6066b256e9b]::test_runner::runner::TestRunner>::run::<proptest[b103e6066b256e9b]::strategy::map::Map<proptest[b103e6066b256e9b]::strategy::recursive::Recursive<rustbook[3f46124814f1185b]::query_transformation::QueryBoxed, rustbook[3f46124814f1185b]::query_transformation::tests::arb_query::{closure#1}>, rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#0}>, rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#1}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:413:18
[INFO] [stdout]   36:     0x5598b4a32ffe - rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/sugar.rs:163:17
[INFO] [stdout]   37:     0x5598b4a312d7 - rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/sugar.rs:159:28
[INFO] [stdout]   38:     0x5598b4a24036 - <rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#0} as core[d17f6591d688f3bd]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   39:     0x5598b4a3cd9b - <fn() -> core[d17f6591d688f3bd]::result::Result<(), alloc[dad09f3a48280dba]::string::String> as core[d17f6591d688f3bd]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   40:     0x5598b4a3cd9b - test[9653f4f1d2ca1489]::__rust_begin_short_backtrace::<core[d17f6591d688f3bd]::result::Result<(), alloc[dad09f3a48280dba]::string::String>, fn() -> core[d17f6591d688f3bd]::result::Result<(), alloc[dad09f3a48280dba]::string::String>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/test/src/lib.rs:724:18
[INFO] [stdout]   41:     0x5598b4a4a58b - test[9653f4f1d2ca1489]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/test/src/lib.rs:747:74
[INFO] [stdout]   42:     0x5598b4a4a58b - <core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<test[9653f4f1d2ca1489]::run_test_in_process::{closure#0}> as core[d17f6591d688f3bd]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   43:     0x5598b4a4a58b - std[fce30c26ee6459b]::panicking::catch_unwind::do_call::<core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<test[9653f4f1d2ca1489]::run_test_in_process::{closure#0}>, core[d17f6591d688f3bd]::result::Result<(), alloc[dad09f3a48280dba]::string::String>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:581:40
[INFO] [stdout]   44:     0x5598b4a4a58b - std[fce30c26ee6459b]::panicking::catch_unwind::<core[d17f6591d688f3bd]::result::Result<(), alloc[dad09f3a48280dba]::string::String>, core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<test[9653f4f1d2ca1489]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:544:19
[INFO] [stdout]   45:     0x5598b4a4a58b - std[fce30c26ee6459b]::panic::catch_unwind::<core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<test[9653f4f1d2ca1489]::run_test_in_process::{closure#0}>, core[d17f6591d688f3bd]::result::Result<(), alloc[dad09f3a48280dba]::string::String>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panic.rs:359:14
[INFO] [stdout]   46:     0x5598b4a4a58b - test[9653f4f1d2ca1489]::run_test_in_process
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/test/src/lib.rs:747:27
[INFO] [stdout]   47:     0x5598b4a4a58b - test[9653f4f1d2ca1489]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/test/src/lib.rs:668:43
[INFO] [stdout]   48:     0x5598b4a43ca4 - test[9653f4f1d2ca1489]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/test/src/lib.rs:698:41
[INFO] [stdout]   49:     0x5598b4a43ca4 - std[fce30c26ee6459b]::sys::backtrace::__rust_begin_short_backtrace::<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   50:     0x5598b4a4d192 - std[fce30c26ee6459b]::thread::lifecycle::spawn_unchecked::<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/thread/lifecycle.rs:70:13
[INFO] [stdout]   51:     0x5598b4a4d192 - <core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<std[fce30c26ee6459b]::thread::lifecycle::spawn_unchecked<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[d17f6591d688f3bd]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   52:     0x5598b4a4d192 - std[fce30c26ee6459b]::panicking::catch_unwind::do_call::<core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<std[fce30c26ee6459b]::thread::lifecycle::spawn_unchecked<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:581:40
[INFO] [stdout]   53:     0x5598b4a4d192 - std[fce30c26ee6459b]::panicking::catch_unwind::<(), core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<std[fce30c26ee6459b]::thread::lifecycle::spawn_unchecked<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:544:19
[INFO] [stdout]   54:     0x5598b4a4d192 - std[fce30c26ee6459b]::panic::catch_unwind::<core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<std[fce30c26ee6459b]::thread::lifecycle::spawn_unchecked<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panic.rs:359:14
[INFO] [stdout]   55:     0x5598b4a4d192 - std[fce30c26ee6459b]::thread::lifecycle::spawn_unchecked::<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/thread/lifecycle.rs:68:26
[INFO] [stdout]   56:     0x5598b4a4d192 - <std[fce30c26ee6459b]::thread::lifecycle::spawn_unchecked<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>::{closure#1} as core[d17f6591d688f3bd]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   57:     0x5598b4bbf51f - <alloc[dad09f3a48280dba]::boxed::Box<dyn core[d17f6591d688f3bd]::ops::function::FnOnce<(), Output = ()> + core[d17f6591d688f3bd]::marker::Send> as core[d17f6591d688f3bd]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/alloc/src/boxed.rs:2271:9
[INFO] [stdout]   58:     0x5598b4bbf51f - <std[fce30c26ee6459b]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/sys/thread/unix.rs:118:17
[INFO] [stdout]   59:     0x76e42426eaa4 - <unknown>
[INFO] [stdout]   60:     0x76e4242fba64 - clone
[INFO] [stdout]   61:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] thread 'query_transformation::tests::all_impls_match' (17) panicked at src/query_transformation.rs:224:13:
[INFO] [stdout] assertion `left == right` failed
[INFO] [stdout]   left: Ok("(oe=hmjldfuhrigtymylwjvvzbiocqzt) OR ((ohzzgbifod=tfkwoyekbgaz) OR (bezvikpcdjiulkaxewvs=hrrexczh) OR (otsux=atnvszuqchqlqiwfhuvqmt) OR (oe=hmjldfuhrigtymylwjvvzbiocqzt))")
[INFO] [stdout]  right: Ok("(jflplp=yjzxpfolxpo) OR ((ohzzgbifod=tfkwoyekbgaz) OR (bezvikpcdjiulkaxewvs=hrrexczh) OR (otsux=atnvszuqchqlqiwfhuvqmt) OR (oe=hmjldfuhrigtymylwjvvzbiocqzt))")
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x5598b4bbfc0a - std[fce30c26ee6459b]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x5598b4bbfc0a - std[fce30c26ee6459b]::backtrace_rs::backtrace::trace_unsynchronized::<std[fce30c26ee6459b]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x5598b4bbfc0a - std[fce30c26ee6459b]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x5598b4bbfc0a - <<std[fce30c26ee6459b]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[d17f6591d688f3bd]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x5598b4bd51ea - <core[d17f6591d688f3bd]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x5598b4bd51ea - core[d17f6591d688f3bd]::fmt::write
[INFO] [stdout]    6:     0x5598b4bc4852 - std[fce30c26ee6459b]::io::default_write_fmt::<alloc[dad09f3a48280dba]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/io/mod.rs:621:11
[INFO] [stdout]    7:     0x5598b4bc4852 - <alloc[dad09f3a48280dba]::vec::Vec<u8> as std[fce30c26ee6459b]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/io/mod.rs:1976:13
[INFO] [stdout]    8:     0x5598b4b9d45f - <std[fce30c26ee6459b]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x5598b4b9d45f - std[fce30c26ee6459b]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x5598b4bb7f09 - std[fce30c26ee6459b]::panicking::default_hook
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x5598b4a49abc - <alloc[dad09f3a48280dba]::boxed::Box<dyn for<'a, 'b> core[d17f6591d688f3bd]::ops::function::Fn<(&'a std[fce30c26ee6459b]::panic::PanicHookInfo<'b>,), Output = ()> + core[d17f6591d688f3bd]::marker::Sync + core[d17f6591d688f3bd]::marker::Send> as core[d17f6591d688f3bd]::ops::function::Fn<(&std[fce30c26ee6459b]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/alloc/src/boxed.rs:2285:9
[INFO] [stdout]   12:     0x5598b4a49abc - test[9653f4f1d2ca1489]::test_main_inner::<test[9653f4f1d2ca1489]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/test/src/lib.rs:155:21
[INFO] [stdout]   13:     0x5598b4bb80c2 - <alloc[dad09f3a48280dba]::boxed::Box<dyn for<'a, 'b> core[d17f6591d688f3bd]::ops::function::Fn<(&'a std[fce30c26ee6459b]::panic::PanicHookInfo<'b>,), Output = ()> + core[d17f6591d688f3bd]::marker::Sync + core[d17f6591d688f3bd]::marker::Send> as core[d17f6591d688f3bd]::ops::function::Fn<(&std[fce30c26ee6459b]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/alloc/src/boxed.rs:2285:9
[INFO] [stdout]   14:     0x5598b4bb80c2 - std[fce30c26ee6459b]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x5598b4b9d518 - std[fce30c26ee6459b]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:698:13
[INFO] [stdout]   16:     0x5598b4b92619 - std[fce30c26ee6459b]::sys::backtrace::__rust_end_short_backtrace::<std[fce30c26ee6459b]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x5598b4b9e22d - __rustc[de152adb51f02556]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x5598b4bd5a2c - core[d17f6591d688f3bd]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x5598b4bd58e3 - core[d17f6591d688f3bd]::panicking::assert_failed_inner
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/panicking.rs:439:17
[INFO] [stdout]   20:     0x5598b4a3828d - core[d17f6591d688f3bd]::panicking::assert_failed::<core[d17f6591d688f3bd]::result::Result<alloc[dad09f3a48280dba]::string::String, rustbook[3f46124814f1185b]::query_transformation::PrintError>, core[d17f6591d688f3bd]::result::Result<alloc[dad09f3a48280dba]::string::String, rustbook[3f46124814f1185b]::query_transformation::PrintError>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/panicking.rs:394:5
[INFO] [stdout]   21:     0x5598b4a31665 - rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#1}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/query_transformation.rs:224:13
[INFO] [stdout]   22:     0x5598b4a33ef7 - <&rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#1} as core[d17f6591d688f3bd]::ops::function::Fn<(proptest[b103e6066b256e9b]::sugar::NamedArguments<&str, rustbook[3f46124814f1185b]::query_transformation::QueryBoxed>,)>>::call
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/ops/function.rs:263:22
[INFO] [stdout]   23:     0x5598b4a2c767 - proptest[b103e6066b256e9b]::test_runner::runner::call_test::<proptest[b103e6066b256e9b]::sugar::NamedArguments<&str, rustbook[3f46124814f1185b]::query_transformation::QueryBoxed>, &rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#1}, alloc[dad09f3a48280dba]::vec::into_iter::IntoIter<core[d17f6591d688f3bd]::result::Result<(), proptest[b103e6066b256e9b]::test_runner::errors::TestCaseError>>>::{closure#3}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:256:49
[INFO] [stdout]   24:     0x5598b4a23808 - <core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<proptest[b103e6066b256e9b]::test_runner::runner::call_test<proptest[b103e6066b256e9b]::sugar::NamedArguments<&str, rustbook[3f46124814f1185b]::query_transformation::QueryBoxed>, &rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#1}, alloc[dad09f3a48280dba]::vec::into_iter::IntoIter<core[d17f6591d688f3bd]::result::Result<(), proptest[b103e6066b256e9b]::test_runner::errors::TestCaseError>>>::{closure#3}> as core[d17f6591d688f3bd]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   25:     0x5598b4a387fd - std[fce30c26ee6459b]::panicking::catch_unwind::do_call::<core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<proptest[b103e6066b256e9b]::test_runner::runner::call_test<proptest[b103e6066b256e9b]::sugar::NamedArguments<&str, rustbook[3f46124814f1185b]::query_transformation::QueryBoxed>, &rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#1}, alloc[dad09f3a48280dba]::vec::into_iter::IntoIter<core[d17f6591d688f3bd]::result::Result<(), proptest[b103e6066b256e9b]::test_runner::errors::TestCaseError>>>::{closure#3}>, core[d17f6591d688f3bd]::result::Result<(), proptest[b103e6066b256e9b]::test_runner::errors::TestCaseError>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:581:40
[INFO] [stdout]   26:     0x5598b4a367db - __rust_try
[INFO] [stdout]   27:     0x5598b4a2fe01 - std[fce30c26ee6459b]::panicking::catch_unwind::<core[d17f6591d688f3bd]::result::Result<(), proptest[b103e6066b256e9b]::test_runner::errors::TestCaseError>, core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<proptest[b103e6066b256e9b]::test_runner::runner::call_test<proptest[b103e6066b256e9b]::sugar::NamedArguments<&str, rustbook[3f46124814f1185b]::query_transformation::QueryBoxed>, &rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#1}, alloc[dad09f3a48280dba]::vec::into_iter::IntoIter<core[d17f6591d688f3bd]::result::Result<(), proptest[b103e6066b256e9b]::test_runner::errors::TestCaseError>>>::{closure#3}>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:544:19
[INFO] [stdout]   28:     0x5598b4a2fe01 - std[fce30c26ee6459b]::panic::catch_unwind::<core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<proptest[b103e6066b256e9b]::test_runner::runner::call_test<proptest[b103e6066b256e9b]::sugar::NamedArguments<&str, rustbook[3f46124814f1185b]::query_transformation::QueryBoxed>, &rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#1}, alloc[dad09f3a48280dba]::vec::into_iter::IntoIter<core[d17f6591d688f3bd]::result::Result<(), proptest[b103e6066b256e9b]::test_runner::errors::TestCaseError>>>::{closure#3}>, core[d17f6591d688f3bd]::result::Result<(), proptest[b103e6066b256e9b]::test_runner::errors::TestCaseError>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panic.rs:359:14
[INFO] [stdout]   29:     0x5598b4a2b3a4 - proptest[b103e6066b256e9b]::test_runner::runner::call_test::<proptest[b103e6066b256e9b]::sugar::NamedArguments<&str, rustbook[3f46124814f1185b]::query_transformation::QueryBoxed>, &rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#1}, alloc[dad09f3a48280dba]::vec::into_iter::IntoIter<core[d17f6591d688f3bd]::result::Result<(), proptest[b103e6066b256e9b]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:256:9
[INFO] [stdout]   30:     0x5598b4a297d7 - <proptest[b103e6066b256e9b]::test_runner::runner::TestRunner>::shrink::<proptest[b103e6066b256e9b]::strategy::map::Map<alloc[dad09f3a48280dba]::boxed::Box<dyn proptest[b103e6066b256e9b]::strategy::traits::ValueTree<Value = rustbook[3f46124814f1185b]::query_transformation::QueryBoxed>>, rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#0}>, &rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#1}, alloc[dad09f3a48280dba]::vec::into_iter::IntoIter<core[d17f6591d688f3bd]::result::Result<(), proptest[b103e6066b256e9b]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:845:30
[INFO] [stdout]   31:     0x5598b4a2743e - <proptest[b103e6066b256e9b]::test_runner::runner::TestRunner>::run_one_with_replay::<proptest[b103e6066b256e9b]::strategy::map::Map<alloc[dad09f3a48280dba]::boxed::Box<dyn proptest[b103e6066b256e9b]::strategy::traits::ValueTree<Value = rustbook[3f46124814f1185b]::query_transformation::QueryBoxed>>, rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#0}>, &rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#1}, alloc[dad09f3a48280dba]::vec::into_iter::IntoIter<core[d17f6591d688f3bd]::result::Result<(), proptest[b103e6066b256e9b]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:736:22
[INFO] [stdout]   32:     0x5598b4a26c9a - <proptest[b103e6066b256e9b]::test_runner::runner::TestRunner>::gen_and_run_case::<proptest[b103e6066b256e9b]::strategy::map::Map<proptest[b103e6066b256e9b]::strategy::recursive::Recursive<rustbook[3f46124814f1185b]::query_transformation::QueryBoxed, rustbook[3f46124814f1185b]::query_transformation::tests::arb_query::{closure#1}>, rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#0}>, rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#1}, alloc[dad09f3a48280dba]::vec::into_iter::IntoIter<core[d17f6591d688f3bd]::result::Result<(), proptest[b103e6066b256e9b]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:664:28
[INFO] [stdout]   33:     0x5598b4a28165 - <proptest[b103e6066b256e9b]::test_runner::runner::TestRunner>::run_in_process_with_replay::<proptest[b103e6066b256e9b]::strategy::map::Map<proptest[b103e6066b256e9b]::strategy::recursive::Recursive<rustbook[3f46124814f1185b]::query_transformation::QueryBoxed, rustbook[3f46124814f1185b]::query_transformation::tests::arb_query::{closure#1}>, rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#0}>, rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#1}, alloc[dad09f3a48280dba]::vec::into_iter::IntoIter<core[d17f6591d688f3bd]::result::Result<(), proptest[b103e6066b256e9b]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:613:31
[INFO] [stdout]   34:     0x5598b4a26a10 - <proptest[b103e6066b256e9b]::test_runner::runner::TestRunner>::run_in_process::<proptest[b103e6066b256e9b]::strategy::map::Map<proptest[b103e6066b256e9b]::strategy::recursive::Recursive<rustbook[3f46124814f1185b]::query_transformation::QueryBoxed, rustbook[3f46124814f1185b]::query_transformation::tests::arb_query::{closure#1}>, rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#0}>, rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#1}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:570:14
[INFO] [stdout]   35:     0x5598b4a2914f - <proptest[b103e6066b256e9b]::test_runner::runner::TestRunner>::run::<proptest[b103e6066b256e9b]::strategy::map::Map<proptest[b103e6066b256e9b]::strategy::recursive::Recursive<rustbook[3f46124814f1185b]::query_transformation::QueryBoxed, rustbook[3f46124814f1185b]::query_transformation::tests::arb_query::{closure#1}>, rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#0}>, rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#1}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:413:18
[INFO] [stdout]   36:     0x5598b4a32ffe - rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/sugar.rs:163:17
[INFO] [stdout]   37:     0x5598b4a312d7 - rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/sugar.rs:159:28
[INFO] [stdout]   38:     0x5598b4a24036 - <rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#0} as core[d17f6591d688f3bd]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   39:     0x5598b4a3cd9b - <fn() -> core[d17f6591d688f3bd]::result::Result<(), alloc[dad09f3a48280dba]::string::String> as core[d17f6591d688f3bd]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   40:     0x5598b4a3cd9b - test[9653f4f1d2ca1489]::__rust_begin_short_backtrace::<core[d17f6591d688f3bd]::result::Result<(), alloc[dad09f3a48280dba]::string::String>, fn() -> core[d17f6591d688f3bd]::result::Result<(), alloc[dad09f3a48280dba]::string::String>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/test/src/lib.rs:724:18
[INFO] [stdout]   41:     0x5598b4a4a58b - test[9653f4f1d2ca1489]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/test/src/lib.rs:747:74
[INFO] [stdout]   42:     0x5598b4a4a58b - <core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<test[9653f4f1d2ca1489]::run_test_in_process::{closure#0}> as core[d17f6591d688f3bd]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   43:     0x5598b4a4a58b - std[fce30c26ee6459b]::panicking::catch_unwind::do_call::<core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<test[9653f4f1d2ca1489]::run_test_in_process::{closure#0}>, core[d17f6591d688f3bd]::result::Result<(), alloc[dad09f3a48280dba]::string::String>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:581:40
[INFO] [stdout]   44:     0x5598b4a4a58b - std[fce30c26ee6459b]::panicking::catch_unwind::<core[d17f6591d688f3bd]::result::Result<(), alloc[dad09f3a48280dba]::string::String>, core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<test[9653f4f1d2ca1489]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:544:19
[INFO] [stdout]   45:     0x5598b4a4a58b - std[fce30c26ee6459b]::panic::catch_unwind::<core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<test[9653f4f1d2ca1489]::run_test_in_process::{closure#0}>, core[d17f6591d688f3bd]::result::Result<(), alloc[dad09f3a48280dba]::string::String>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panic.rs:359:14
[INFO] [stdout]   46:     0x5598b4a4a58b - test[9653f4f1d2ca1489]::run_test_in_process
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/test/src/lib.rs:747:27
[INFO] [stdout]   47:     0x5598b4a4a58b - test[9653f4f1d2ca1489]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/test/src/lib.rs:668:43
[INFO] [stdout]   48:     0x5598b4a43ca4 - test[9653f4f1d2ca1489]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/test/src/lib.rs:698:41
[INFO] [stdout]   49:     0x5598b4a43ca4 - std[fce30c26ee6459b]::sys::backtrace::__rust_begin_short_backtrace::<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   50:     0x5598b4a4d192 - std[fce30c26ee6459b]::thread::lifecycle::spawn_unchecked::<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/thread/lifecycle.rs:70:13
[INFO] [stdout]   51:     0x5598b4a4d192 - <core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<std[fce30c26ee6459b]::thread::lifecycle::spawn_unchecked<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[d17f6591d688f3bd]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   52:     0x5598b4a4d192 - std[fce30c26ee6459b]::panicking::catch_unwind::do_call::<core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<std[fce30c26ee6459b]::thread::lifecycle::spawn_unchecked<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:581:40
[INFO] [stdout]   53:     0x5598b4a4d192 - std[fce30c26ee6459b]::panicking::catch_unwind::<(), core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<std[fce30c26ee6459b]::thread::lifecycle::spawn_unchecked<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:544:19
[INFO] [stdout]   54:     0x5598b4a4d192 - std[fce30c26ee6459b]::panic::catch_unwind::<core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<std[fce30c26ee6459b]::thread::lifecycle::spawn_unchecked<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panic.rs:359:14
[INFO] [stdout]   55:     0x5598b4a4d192 - std[fce30c26ee6459b]::thread::lifecycle::spawn_unchecked::<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/thread/lifecycle.rs:68:26
[INFO] [stdout]   56:     0x5598b4a4d192 - <std[fce30c26ee6459b]::thread::lifecycle::spawn_unchecked<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>::{closure#1} as core[d17f6591d688f3bd]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   57:     0x5598b4bbf51f - <alloc[dad09f3a48280dba]::boxed::Box<dyn core[d17f6591d688f3bd]::ops::function::FnOnce<(), Output = ()> + core[d17f6591d688f3bd]::marker::Send> as core[d17f6591d688f3bd]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/alloc/src/boxed.rs:2271:9
[INFO] [stdout]   58:     0x5598b4bbf51f - <std[fce30c26ee6459b]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/sys/thread/unix.rs:118:17
[INFO] [stdout]   59:     0x76e42426eaa4 - <unknown>
[INFO] [stdout]   60:     0x76e4242fba64 - clone
[INFO] [stdout]   61:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] thread 'query_transformation::tests::all_impls_match' (17) panicked at src/query_transformation.rs:224:13:
[INFO] [stdout] assertion `left == right` failed
[INFO] [stdout]   left: Ok("(oe=hmjldfuhrigtymylwjvvzbiocqzt) OR ((ohzzgbifod=tfkwoyekbgaz) OR (bezvikpcdjiulkaxewvs=hrrexczh) OR (otsux=atnvszuqchqlqiwfhuvqmt) OR (oe=hmjldfuhrigtymylwjvvzbiocqzt))")
[INFO] [stdout]  right: Ok("(flplp=yjzxpfolxpo) OR ((ohzzgbifod=tfkwoyekbgaz) OR (bezvikpcdjiulkaxewvs=hrrexczh) OR (otsux=atnvszuqchqlqiwfhuvqmt) OR (oe=hmjldfuhrigtymylwjvvzbiocqzt))")
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x5598b4bbfc0a - std[fce30c26ee6459b]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x5598b4bbfc0a - std[fce30c26ee6459b]::backtrace_rs::backtrace::trace_unsynchronized::<std[fce30c26ee6459b]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x5598b4bbfc0a - std[fce30c26ee6459b]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x5598b4bbfc0a - <<std[fce30c26ee6459b]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[d17f6591d688f3bd]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x5598b4bd51ea - <core[d17f6591d688f3bd]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x5598b4bd51ea - core[d17f6591d688f3bd]::fmt::write
[INFO] [stdout]    6:     0x5598b4bc4852 - std[fce30c26ee6459b]::io::default_write_fmt::<alloc[dad09f3a48280dba]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/io/mod.rs:621:11
[INFO] [stdout]    7:     0x5598b4bc4852 - <alloc[dad09f3a48280dba]::vec::Vec<u8> as std[fce30c26ee6459b]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/io/mod.rs:1976:13
[INFO] [stdout]    8:     0x5598b4b9d45f - <std[fce30c26ee6459b]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x5598b4b9d45f - std[fce30c26ee6459b]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x5598b4bb7f09 - std[fce30c26ee6459b]::panicking::default_hook
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x5598b4a49abc - <alloc[dad09f3a48280dba]::boxed::Box<dyn for<'a, 'b> core[d17f6591d688f3bd]::ops::function::Fn<(&'a std[fce30c26ee6459b]::panic::PanicHookInfo<'b>,), Output = ()> + core[d17f6591d688f3bd]::marker::Sync + core[d17f6591d688f3bd]::marker::Send> as core[d17f6591d688f3bd]::ops::function::Fn<(&std[fce30c26ee6459b]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/alloc/src/boxed.rs:2285:9
[INFO] [stdout]   12:     0x5598b4a49abc - test[9653f4f1d2ca1489]::test_main_inner::<test[9653f4f1d2ca1489]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/test/src/lib.rs:155:21
[INFO] [stdout]   13:     0x5598b4bb80c2 - <alloc[dad09f3a48280dba]::boxed::Box<dyn for<'a, 'b> core[d17f6591d688f3bd]::ops::function::Fn<(&'a std[fce30c26ee6459b]::panic::PanicHookInfo<'b>,), Output = ()> + core[d17f6591d688f3bd]::marker::Sync + core[d17f6591d688f3bd]::marker::Send> as core[d17f6591d688f3bd]::ops::function::Fn<(&std[fce30c26ee6459b]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/alloc/src/boxed.rs:2285:9
[INFO] [stdout]   14:     0x5598b4bb80c2 - std[fce30c26ee6459b]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x5598b4b9d518 - std[fce30c26ee6459b]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:698:13
[INFO] [stdout]   16:     0x5598b4b92619 - std[fce30c26ee6459b]::sys::backtrace::__rust_end_short_backtrace::<std[fce30c26ee6459b]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x5598b4b9e22d - __rustc[de152adb51f02556]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x5598b4bd5a2c - core[d17f6591d688f3bd]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x5598b4bd58e3 - core[d17f6591d688f3bd]::panicking::assert_failed_inner
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/panicking.rs:439:17
[INFO] [stdout]   20:     0x5598b4a3828d - core[d17f6591d688f3bd]::panicking::assert_failed::<core[d17f6591d688f3bd]::result::Result<alloc[dad09f3a48280dba]::string::String, rustbook[3f46124814f1185b]::query_transformation::PrintError>, core[d17f6591d688f3bd]::result::Result<alloc[dad09f3a48280dba]::string::String, rustbook[3f46124814f1185b]::query_transformation::PrintError>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/panicking.rs:394:5
[INFO] [stdout]   21:     0x5598b4a31665 - rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#1}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/query_transformation.rs:224:13
[INFO] [stdout]   22:     0x5598b4a33ef7 - <&rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#1} as core[d17f6591d688f3bd]::ops::function::Fn<(proptest[b103e6066b256e9b]::sugar::NamedArguments<&str, rustbook[3f46124814f1185b]::query_transformation::QueryBoxed>,)>>::call
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/ops/function.rs:263:22
[INFO] [stdout]   23:     0x5598b4a2c767 - proptest[b103e6066b256e9b]::test_runner::runner::call_test::<proptest[b103e6066b256e9b]::sugar::NamedArguments<&str, rustbook[3f46124814f1185b]::query_transformation::QueryBoxed>, &rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#1}, alloc[dad09f3a48280dba]::vec::into_iter::IntoIter<core[d17f6591d688f3bd]::result::Result<(), proptest[b103e6066b256e9b]::test_runner::errors::TestCaseError>>>::{closure#3}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:256:49
[INFO] [stdout]   24:     0x5598b4a23808 - <core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<proptest[b103e6066b256e9b]::test_runner::runner::call_test<proptest[b103e6066b256e9b]::sugar::NamedArguments<&str, rustbook[3f46124814f1185b]::query_transformation::QueryBoxed>, &rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#1}, alloc[dad09f3a48280dba]::vec::into_iter::IntoIter<core[d17f6591d688f3bd]::result::Result<(), proptest[b103e6066b256e9b]::test_runner::errors::TestCaseError>>>::{closure#3}> as core[d17f6591d688f3bd]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   25:     0x5598b4a387fd - std[fce30c26ee6459b]::panicking::catch_unwind::do_call::<core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<proptest[b103e6066b256e9b]::test_runner::runner::call_test<proptest[b103e6066b256e9b]::sugar::NamedArguments<&str, rustbook[3f46124814f1185b]::query_transformation::QueryBoxed>, &rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#1}, alloc[dad09f3a48280dba]::vec::into_iter::IntoIter<core[d17f6591d688f3bd]::result::Result<(), proptest[b103e6066b256e9b]::test_runner::errors::TestCaseError>>>::{closure#3}>, core[d17f6591d688f3bd]::result::Result<(), proptest[b103e6066b256e9b]::test_runner::errors::TestCaseError>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:581:40
[INFO] [stdout]   26:     0x5598b4a367db - __rust_try
[INFO] [stdout]   27:     0x5598b4a2fe01 - std[fce30c26ee6459b]::panicking::catch_unwind::<core[d17f6591d688f3bd]::result::Result<(), proptest[b103e6066b256e9b]::test_runner::errors::TestCaseError>, core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<proptest[b103e6066b256e9b]::test_runner::runner::call_test<proptest[b103e6066b256e9b]::sugar::NamedArguments<&str, rustbook[3f46124814f1185b]::query_transformation::QueryBoxed>, &rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#1}, alloc[dad09f3a48280dba]::vec::into_iter::IntoIter<core[d17f6591d688f3bd]::result::Result<(), proptest[b103e6066b256e9b]::test_runner::errors::TestCaseError>>>::{closure#3}>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:544:19
[INFO] [stdout]   28:     0x5598b4a2fe01 - std[fce30c26ee6459b]::panic::catch_unwind::<core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<proptest[b103e6066b256e9b]::test_runner::runner::call_test<proptest[b103e6066b256e9b]::sugar::NamedArguments<&str, rustbook[3f46124814f1185b]::query_transformation::QueryBoxed>, &rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#1}, alloc[dad09f3a48280dba]::vec::into_iter::IntoIter<core[d17f6591d688f3bd]::result::Result<(), proptest[b103e6066b256e9b]::test_runner::errors::TestCaseError>>>::{closure#3}>, core[d17f6591d688f3bd]::result::Result<(), proptest[b103e6066b256e9b]::test_runner::errors::TestCaseError>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panic.rs:359:14
[INFO] [stdout]   29:     0x5598b4a2b3a4 - proptest[b103e6066b256e9b]::test_runner::runner::call_test::<proptest[b103e6066b256e9b]::sugar::NamedArguments<&str, rustbook[3f46124814f1185b]::query_transformation::QueryBoxed>, &rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#1}, alloc[dad09f3a48280dba]::vec::into_iter::IntoIter<core[d17f6591d688f3bd]::result::Result<(), proptest[b103e6066b256e9b]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:256:9
[INFO] [stdout]   30:     0x5598b4a297d7 - <proptest[b103e6066b256e9b]::test_runner::runner::TestRunner>::shrink::<proptest[b103e6066b256e9b]::strategy::map::Map<alloc[dad09f3a48280dba]::boxed::Box<dyn proptest[b103e6066b256e9b]::strategy::traits::ValueTree<Value = rustbook[3f46124814f1185b]::query_transformation::QueryBoxed>>, rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#0}>, &rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#1}, alloc[dad09f3a48280dba]::vec::into_iter::IntoIter<core[d17f6591d688f3bd]::result::Result<(), proptest[b103e6066b256e9b]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:845:30
[INFO] [stdout]   31:     0x5598b4a2743e - <proptest[b103e6066b256e9b]::test_runner::runner::TestRunner>::run_one_with_replay::<proptest[b103e6066b256e9b]::strategy::map::Map<alloc[dad09f3a48280dba]::boxed::Box<dyn proptest[b103e6066b256e9b]::strategy::traits::ValueTree<Value = rustbook[3f46124814f1185b]::query_transformation::QueryBoxed>>, rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#0}>, &rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#1}, alloc[dad09f3a48280dba]::vec::into_iter::IntoIter<core[d17f6591d688f3bd]::result::Result<(), proptest[b103e6066b256e9b]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:736:22
[INFO] [stdout]   32:     0x5598b4a26c9a - <proptest[b103e6066b256e9b]::test_runner::runner::TestRunner>::gen_and_run_case::<proptest[b103e6066b256e9b]::strategy::map::Map<proptest[b103e6066b256e9b]::strategy::recursive::Recursive<rustbook[3f46124814f1185b]::query_transformation::QueryBoxed, rustbook[3f46124814f1185b]::query_transformation::tests::arb_query::{closure#1}>, rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#0}>, rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#1}, alloc[dad09f3a48280dba]::vec::into_iter::IntoIter<core[d17f6591d688f3bd]::result::Result<(), proptest[b103e6066b256e9b]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:664:28
[INFO] [stdout]   33:     0x5598b4a28165 - <proptest[b103e6066b256e9b]::test_runner::runner::TestRunner>::run_in_process_with_replay::<proptest[b103e6066b256e9b]::strategy::map::Map<proptest[b103e6066b256e9b]::strategy::recursive::Recursive<rustbook[3f46124814f1185b]::query_transformation::QueryBoxed, rustbook[3f46124814f1185b]::query_transformation::tests::arb_query::{closure#1}>, rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#0}>, rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#1}, alloc[dad09f3a48280dba]::vec::into_iter::IntoIter<core[d17f6591d688f3bd]::result::Result<(), proptest[b103e6066b256e9b]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:613:31
[INFO] [stdout]   34:     0x5598b4a26a10 - <proptest[b103e6066b256e9b]::test_runner::runner::TestRunner>::run_in_process::<proptest[b103e6066b256e9b]::strategy::map::Map<proptest[b103e6066b256e9b]::strategy::recursive::Recursive<rustbook[3f46124814f1185b]::query_transformation::QueryBoxed, rustbook[3f46124814f1185b]::query_transformation::tests::arb_query::{closure#1}>, rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#0}>, rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#1}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:570:14
[INFO] [stdout]   35:     0x5598b4a2914f - <proptest[b103e6066b256e9b]::test_runner::runner::TestRunner>::run::<proptest[b103e6066b256e9b]::strategy::map::Map<proptest[b103e6066b256e9b]::strategy::recursive::Recursive<rustbook[3f46124814f1185b]::query_transformation::QueryBoxed, rustbook[3f46124814f1185b]::query_transformation::tests::arb_query::{closure#1}>, rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#0}>, rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#1}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:413:18
[INFO] [stdout]   36:     0x5598b4a32ffe - rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/sugar.rs:163:17
[INFO] [stdout]   37:     0x5598b4a312d7 - rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/sugar.rs:159:28
[INFO] [stdout]   38:     0x5598b4a24036 - <rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#0} as core[d17f6591d688f3bd]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   39:     0x5598b4a3cd9b - <fn() -> core[d17f6591d688f3bd]::result::Result<(), alloc[dad09f3a48280dba]::string::String> as core[d17f6591d688f3bd]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   40:     0x5598b4a3cd9b - test[9653f4f1d2ca1489]::__rust_begin_short_backtrace::<core[d17f6591d688f3bd]::result::Result<(), alloc[dad09f3a48280dba]::string::String>, fn() -> core[d17f6591d688f3bd]::result::Result<(), alloc[dad09f3a48280dba]::string::String>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/test/src/lib.rs:724:18
[INFO] [stdout]   41:     0x5598b4a4a58b - test[9653f4f1d2ca1489]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/test/src/lib.rs:747:74
[INFO] [stdout]   42:     0x5598b4a4a58b - <core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<test[9653f4f1d2ca1489]::run_test_in_process::{closure#0}> as core[d17f6591d688f3bd]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   43:     0x5598b4a4a58b - std[fce30c26ee6459b]::panicking::catch_unwind::do_call::<core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<test[9653f4f1d2ca1489]::run_test_in_process::{closure#0}>, core[d17f6591d688f3bd]::result::Result<(), alloc[dad09f3a48280dba]::string::String>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:581:40
[INFO] [stdout]   44:     0x5598b4a4a58b - std[fce30c26ee6459b]::panicking::catch_unwind::<core[d17f6591d688f3bd]::result::Result<(), alloc[dad09f3a48280dba]::string::String>, core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<test[9653f4f1d2ca1489]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:544:19
[INFO] [stdout]   45:     0x5598b4a4a58b - std[fce30c26ee6459b]::panic::catch_unwind::<core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<test[9653f4f1d2ca1489]::run_test_in_process::{closure#0}>, core[d17f6591d688f3bd]::result::Result<(), alloc[dad09f3a48280dba]::string::String>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panic.rs:359:14
[INFO] [stdout]   46:     0x5598b4a4a58b - test[9653f4f1d2ca1489]::run_test_in_process
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/test/src/lib.rs:747:27
[INFO] [stdout]   47:     0x5598b4a4a58b - test[9653f4f1d2ca1489]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/test/src/lib.rs:668:43
[INFO] [stdout]   48:     0x5598b4a43ca4 - test[9653f4f1d2ca1489]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/test/src/lib.rs:698:41
[INFO] [stdout]   49:     0x5598b4a43ca4 - std[fce30c26ee6459b]::sys::backtrace::__rust_begin_short_backtrace::<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   50:     0x5598b4a4d192 - std[fce30c26ee6459b]::thread::lifecycle::spawn_unchecked::<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/thread/lifecycle.rs:70:13
[INFO] [stdout]   51:     0x5598b4a4d192 - <core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<std[fce30c26ee6459b]::thread::lifecycle::spawn_unchecked<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[d17f6591d688f3bd]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   52:     0x5598b4a4d192 - std[fce30c26ee6459b]::panicking::catch_unwind::do_call::<core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<std[fce30c26ee6459b]::thread::lifecycle::spawn_unchecked<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:581:40
[INFO] [stdout]   53:     0x5598b4a4d192 - std[fce30c26ee6459b]::panicking::catch_unwind::<(), core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<std[fce30c26ee6459b]::thread::lifecycle::spawn_unchecked<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:544:19
[INFO] [stdout]   54:     0x5598b4a4d192 - std[fce30c26ee6459b]::panic::catch_unwind::<core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<std[fce30c26ee6459b]::thread::lifecycle::spawn_unchecked<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panic.rs:359:14
[INFO] [stdout]   55:     0x5598b4a4d192 - std[fce30c26ee6459b]::thread::lifecycle::spawn_unchecked::<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/thread/lifecycle.rs:68:26
[INFO] [stdout]   56:     0x5598b4a4d192 - <std[fce30c26ee6459b]::thread::lifecycle::spawn_unchecked<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>::{closure#1} as core[d17f6591d688f3bd]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   57:     0x5598b4bbf51f - <alloc[dad09f3a48280dba]::boxed::Box<dyn core[d17f6591d688f3bd]::ops::function::FnOnce<(), Output = ()> + core[d17f6591d688f3bd]::marker::Send> as core[d17f6591d688f3bd]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/alloc/src/boxed.rs:2271:9
[INFO] [stdout]   58:     0x5598b4bbf51f - <std[fce30c26ee6459b]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/sys/thread/unix.rs:118:17
[INFO] [stdout]   59:     0x76e42426eaa4 - <unknown>
[INFO] [stdout]   60:     0x76e4242fba64 - clone
[INFO] [stdout]   61:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] thread 'query_transformation::tests::all_impls_match' (17) panicked at src/query_transformation.rs:224:13:
[INFO] [stdout] assertion `left == right` failed
[INFO] [stdout]   left: Ok("(oe=hmjldfuhrigtymylwjvvzbiocqzt) OR ((ohzzgbifod=tfkwoyekbgaz) OR (bezvikpcdjiulkaxewvs=hrrexczh) OR (otsux=atnvszuqchqlqiwfhuvqmt) OR (oe=hmjldfuhrigtymylwjvvzbiocqzt))")
[INFO] [stdout]  right: Ok("(lplp=yjzxpfolxpo) OR ((ohzzgbifod=tfkwoyekbgaz) OR (bezvikpcdjiulkaxewvs=hrrexczh) OR (otsux=atnvszuqchqlqiwfhuvqmt) OR (oe=hmjldfuhrigtymylwjvvzbiocqzt))")
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x5598b4bbfc0a - std[fce30c26ee6459b]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x5598b4bbfc0a - std[fce30c26ee6459b]::backtrace_rs::backtrace::trace_unsynchronized::<std[fce30c26ee6459b]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x5598b4bbfc0a - std[fce30c26ee6459b]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x5598b4bbfc0a - <<std[fce30c26ee6459b]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[d17f6591d688f3bd]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x5598b4bd51ea - <core[d17f6591d688f3bd]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x5598b4bd51ea - core[d17f6591d688f3bd]::fmt::write
[INFO] [stdout]    6:     0x5598b4bc4852 - std[fce30c26ee6459b]::io::default_write_fmt::<alloc[dad09f3a48280dba]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/io/mod.rs:621:11
[INFO] [stdout]    7:     0x5598b4bc4852 - <alloc[dad09f3a48280dba]::vec::Vec<u8> as std[fce30c26ee6459b]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/io/mod.rs:1976:13
[INFO] [stdout]    8:     0x5598b4b9d45f - <std[fce30c26ee6459b]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x5598b4b9d45f - std[fce30c26ee6459b]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x5598b4bb7f09 - std[fce30c26ee6459b]::panicking::default_hook
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x5598b4a49abc - <alloc[dad09f3a48280dba]::boxed::Box<dyn for<'a, 'b> core[d17f6591d688f3bd]::ops::function::Fn<(&'a std[fce30c26ee6459b]::panic::PanicHookInfo<'b>,), Output = ()> + core[d17f6591d688f3bd]::marker::Sync + core[d17f6591d688f3bd]::marker::Send> as core[d17f6591d688f3bd]::ops::function::Fn<(&std[fce30c26ee6459b]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/alloc/src/boxed.rs:2285:9
[INFO] [stdout]   12:     0x5598b4a49abc - test[9653f4f1d2ca1489]::test_main_inner::<test[9653f4f1d2ca1489]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/test/src/lib.rs:155:21
[INFO] [stdout]   13:     0x5598b4bb80c2 - <alloc[dad09f3a48280dba]::boxed::Box<dyn for<'a, 'b> core[d17f6591d688f3bd]::ops::function::Fn<(&'a std[fce30c26ee6459b]::panic::PanicHookInfo<'b>,), Output = ()> + core[d17f6591d688f3bd]::marker::Sync + core[d17f6591d688f3bd]::marker::Send> as core[d17f6591d688f3bd]::ops::function::Fn<(&std[fce30c26ee6459b]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/alloc/src/boxed.rs:2285:9
[INFO] [stdout]   14:     0x5598b4bb80c2 - std[fce30c26ee6459b]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x5598b4b9d518 - std[fce30c26ee6459b]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:698:13
[INFO] [stdout]   16:     0x5598b4b92619 - std[fce30c26ee6459b]::sys::backtrace::__rust_end_short_backtrace::<std[fce30c26ee6459b]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x5598b4b9e22d - __rustc[de152adb51f02556]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x5598b4bd5a2c - core[d17f6591d688f3bd]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x5598b4bd58e3 - core[d17f6591d688f3bd]::panicking::assert_failed_inner
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/panicking.rs:439:17
[INFO] [stdout]   20:     0x5598b4a3828d - core[d17f6591d688f3bd]::panicking::assert_failed::<core[d17f6591d688f3bd]::result::Result<alloc[dad09f3a48280dba]::string::String, rustbook[3f46124814f1185b]::query_transformation::PrintError>, core[d17f6591d688f3bd]::result::Result<alloc[dad09f3a48280dba]::string::String, rustbook[3f46124814f1185b]::query_transformation::PrintError>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/panicking.rs:394:5
[INFO] [stdout]   21:     0x5598b4a31665 - rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#1}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/query_transformation.rs:224:13
[INFO] [stdout]   22:     0x5598b4a33ef7 - <&rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#1} as core[d17f6591d688f3bd]::ops::function::Fn<(proptest[b103e6066b256e9b]::sugar::NamedArguments<&str, rustbook[3f46124814f1185b]::query_transformation::QueryBoxed>,)>>::call
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/ops/function.rs:263:22
[INFO] [stdout]   23:     0x5598b4a2c767 - proptest[b103e6066b256e9b]::test_runner::runner::call_test::<proptest[b103e6066b256e9b]::sugar::NamedArguments<&str, rustbook[3f46124814f1185b]::query_transformation::QueryBoxed>, &rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#1}, alloc[dad09f3a48280dba]::vec::into_iter::IntoIter<core[d17f6591d688f3bd]::result::Result<(), proptest[b103e6066b256e9b]::test_runner::errors::TestCaseError>>>::{closure#3}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:256:49
[INFO] [stdout]   24:     0x5598b4a23808 - <core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<proptest[b103e6066b256e9b]::test_runner::runner::call_test<proptest[b103e6066b256e9b]::sugar::NamedArguments<&str, rustbook[3f46124814f1185b]::query_transformation::QueryBoxed>, &rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#1}, alloc[dad09f3a48280dba]::vec::into_iter::IntoIter<core[d17f6591d688f3bd]::result::Result<(), proptest[b103e6066b256e9b]::test_runner::errors::TestCaseError>>>::{closure#3}> as core[d17f6591d688f3bd]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   25:     0x5598b4a387fd - std[fce30c26ee6459b]::panicking::catch_unwind::do_call::<core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<proptest[b103e6066b256e9b]::test_runner::runner::call_test<proptest[b103e6066b256e9b]::sugar::NamedArguments<&str, rustbook[3f46124814f1185b]::query_transformation::QueryBoxed>, &rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#1}, alloc[dad09f3a48280dba]::vec::into_iter::IntoIter<core[d17f6591d688f3bd]::result::Result<(), proptest[b103e6066b256e9b]::test_runner::errors::TestCaseError>>>::{closure#3}>, core[d17f6591d688f3bd]::result::Result<(), proptest[b103e6066b256e9b]::test_runner::errors::TestCaseError>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:581:40
[INFO] [stdout]   26:     0x5598b4a367db - __rust_try
[INFO] [stdout]   27:     0x5598b4a2fe01 - std[fce30c26ee6459b]::panicking::catch_unwind::<core[d17f6591d688f3bd]::result::Result<(), proptest[b103e6066b256e9b]::test_runner::errors::TestCaseError>, core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<proptest[b103e6066b256e9b]::test_runner::runner::call_test<proptest[b103e6066b256e9b]::sugar::NamedArguments<&str, rustbook[3f46124814f1185b]::query_transformation::QueryBoxed>, &rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#1}, alloc[dad09f3a48280dba]::vec::into_iter::IntoIter<core[d17f6591d688f3bd]::result::Result<(), proptest[b103e6066b256e9b]::test_runner::errors::TestCaseError>>>::{closure#3}>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:544:19
[INFO] [stdout]   28:     0x5598b4a2fe01 - std[fce30c26ee6459b]::panic::catch_unwind::<core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<proptest[b103e6066b256e9b]::test_runner::runner::call_test<proptest[b103e6066b256e9b]::sugar::NamedArguments<&str, rustbook[3f46124814f1185b]::query_transformation::QueryBoxed>, &rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#1}, alloc[dad09f3a48280dba]::vec::into_iter::IntoIter<core[d17f6591d688f3bd]::result::Result<(), proptest[b103e6066b256e9b]::test_runner::errors::TestCaseError>>>::{closure#3}>, core[d17f6591d688f3bd]::result::Result<(), proptest[b103e6066b256e9b]::test_runner::errors::TestCaseError>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panic.rs:359:14
[INFO] [stdout]   29:     0x5598b4a2b3a4 - proptest[b103e6066b256e9b]::test_runner::runner::call_test::<proptest[b103e6066b256e9b]::sugar::NamedArguments<&str, rustbook[3f46124814f1185b]::query_transformation::QueryBoxed>, &rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#1}, alloc[dad09f3a48280dba]::vec::into_iter::IntoIter<core[d17f6591d688f3bd]::result::Result<(), proptest[b103e6066b256e9b]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:256:9
[INFO] [stdout]   30:     0x5598b4a297d7 - <proptest[b103e6066b256e9b]::test_runner::runner::TestRunner>::shrink::<proptest[b103e6066b256e9b]::strategy::map::Map<alloc[dad09f3a48280dba]::boxed::Box<dyn proptest[b103e6066b256e9b]::strategy::traits::ValueTree<Value = rustbook[3f46124814f1185b]::query_transformation::QueryBoxed>>, rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#0}>, &rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#1}, alloc[dad09f3a48280dba]::vec::into_iter::IntoIter<core[d17f6591d688f3bd]::result::Result<(), proptest[b103e6066b256e9b]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:845:30
[INFO] [stdout]   31:     0x5598b4a2743e - <proptest[b103e6066b256e9b]::test_runner::runner::TestRunner>::run_one_with_replay::<proptest[b103e6066b256e9b]::strategy::map::Map<alloc[dad09f3a48280dba]::boxed::Box<dyn proptest[b103e6066b256e9b]::strategy::traits::ValueTree<Value = rustbook[3f46124814f1185b]::query_transformation::QueryBoxed>>, rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#0}>, &rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#1}, alloc[dad09f3a48280dba]::vec::into_iter::IntoIter<core[d17f6591d688f3bd]::result::Result<(), proptest[b103e6066b256e9b]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:736:22
[INFO] [stdout]   32:     0x5598b4a26c9a - <proptest[b103e6066b256e9b]::test_runner::runner::TestRunner>::gen_and_run_case::<proptest[b103e6066b256e9b]::strategy::map::Map<proptest[b103e6066b256e9b]::strategy::recursive::Recursive<rustbook[3f46124814f1185b]::query_transformation::QueryBoxed, rustbook[3f46124814f1185b]::query_transformation::tests::arb_query::{closure#1}>, rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#0}>, rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#1}, alloc[dad09f3a48280dba]::vec::into_iter::IntoIter<core[d17f6591d688f3bd]::result::Result<(), proptest[b103e6066b256e9b]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:664:28
[INFO] [stdout]   33:     0x5598b4a28165 - <proptest[b103e6066b256e9b]::test_runner::runner::TestRunner>::run_in_process_with_replay::<proptest[b103e6066b256e9b]::strategy::map::Map<proptest[b103e6066b256e9b]::strategy::recursive::Recursive<rustbook[3f46124814f1185b]::query_transformation::QueryBoxed, rustbook[3f46124814f1185b]::query_transformation::tests::arb_query::{closure#1}>, rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#0}>, rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#1}, alloc[dad09f3a48280dba]::vec::into_iter::IntoIter<core[d17f6591d688f3bd]::result::Result<(), proptest[b103e6066b256e9b]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:613:31
[INFO] [stdout]   34:     0x5598b4a26a10 - <proptest[b103e6066b256e9b]::test_runner::runner::TestRunner>::run_in_process::<proptest[b103e6066b256e9b]::strategy::map::Map<proptest[b103e6066b256e9b]::strategy::recursive::Recursive<rustbook[3f46124814f1185b]::query_transformation::QueryBoxed, rustbook[3f46124814f1185b]::query_transformation::tests::arb_query::{closure#1}>, rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#0}>, rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#1}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:570:14
[INFO] [stdout]   35:     0x5598b4a2914f - <proptest[b103e6066b256e9b]::test_runner::runner::TestRunner>::run::<proptest[b103e6066b256e9b]::strategy::map::Map<proptest[b103e6066b256e9b]::strategy::recursive::Recursive<rustbook[3f46124814f1185b]::query_transformation::QueryBoxed, rustbook[3f46124814f1185b]::query_transformation::tests::arb_query::{closure#1}>, rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#0}>, rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#1}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:413:18
[INFO] [stdout]   36:     0x5598b4a32ffe - rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/sugar.rs:163:17
[INFO] [stdout]   37:     0x5598b4a312d7 - rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/sugar.rs:159:28
[INFO] [stdout]   38:     0x5598b4a24036 - <rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#0} as core[d17f6591d688f3bd]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   39:     0x5598b4a3cd9b - <fn() -> core[d17f6591d688f3bd]::result::Result<(), alloc[dad09f3a48280dba]::string::String> as core[d17f6591d688f3bd]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   40:     0x5598b4a3cd9b - test[9653f4f1d2ca1489]::__rust_begin_short_backtrace::<core[d17f6591d688f3bd]::result::Result<(), alloc[dad09f3a48280dba]::string::String>, fn() -> core[d17f6591d688f3bd]::result::Result<(), alloc[dad09f3a48280dba]::string::String>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/test/src/lib.rs:724:18
[INFO] [stdout]   41:     0x5598b4a4a58b - test[9653f4f1d2ca1489]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/test/src/lib.rs:747:74
[INFO] [stdout]   42:     0x5598b4a4a58b - <core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<test[9653f4f1d2ca1489]::run_test_in_process::{closure#0}> as core[d17f6591d688f3bd]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   43:     0x5598b4a4a58b - std[fce30c26ee6459b]::panicking::catch_unwind::do_call::<core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<test[9653f4f1d2ca1489]::run_test_in_process::{closure#0}>, core[d17f6591d688f3bd]::result::Result<(), alloc[dad09f3a48280dba]::string::String>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:581:40
[INFO] [stdout]   44:     0x5598b4a4a58b - std[fce30c26ee6459b]::panicking::catch_unwind::<core[d17f6591d688f3bd]::result::Result<(), alloc[dad09f3a48280dba]::string::String>, core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<test[9653f4f1d2ca1489]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:544:19
[INFO] [stdout]   45:     0x5598b4a4a58b - std[fce30c26ee6459b]::panic::catch_unwind::<core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<test[9653f4f1d2ca1489]::run_test_in_process::{closure#0}>, core[d17f6591d688f3bd]::result::Result<(), alloc[dad09f3a48280dba]::string::String>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panic.rs:359:14
[INFO] [stdout]   46:     0x5598b4a4a58b - test[9653f4f1d2ca1489]::run_test_in_process
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/test/src/lib.rs:747:27
[INFO] [stdout]   47:     0x5598b4a4a58b - test[9653f4f1d2ca1489]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/test/src/lib.rs:668:43
[INFO] [stdout]   48:     0x5598b4a43ca4 - test[9653f4f1d2ca1489]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/test/src/lib.rs:698:41
[INFO] [stdout]   49:     0x5598b4a43ca4 - std[fce30c26ee6459b]::sys::backtrace::__rust_begin_short_backtrace::<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   50:     0x5598b4a4d192 - std[fce30c26ee6459b]::thread::lifecycle::spawn_unchecked::<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/thread/lifecycle.rs:70:13
[INFO] [stdout]   51:     0x5598b4a4d192 - <core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<std[fce30c26ee6459b]::thread::lifecycle::spawn_unchecked<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[d17f6591d688f3bd]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   52:     0x5598b4a4d192 - std[fce30c26ee6459b]::panicking::catch_unwind::do_call::<core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<std[fce30c26ee6459b]::thread::lifecycle::spawn_unchecked<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:581:40
[INFO] [stdout]   53:     0x5598b4a4d192 - std[fce30c26ee6459b]::panicking::catch_unwind::<(), core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<std[fce30c26ee6459b]::thread::lifecycle::spawn_unchecked<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:544:19
[INFO] [stdout]   54:     0x5598b4a4d192 - std[fce30c26ee6459b]::panic::catch_unwind::<core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<std[fce30c26ee6459b]::thread::lifecycle::spawn_unchecked<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panic.rs:359:14
[INFO] [stdout]   55:     0x5598b4a4d192 - std[fce30c26ee6459b]::thread::lifecycle::spawn_unchecked::<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/thread/lifecycle.rs:68:26
[INFO] [stdout]   56:     0x5598b4a4d192 - <std[fce30c26ee6459b]::thread::lifecycle::spawn_unchecked<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>::{closure#1} as core[d17f6591d688f3bd]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   57:     0x5598b4bbf51f - <alloc[dad09f3a48280dba]::boxed::Box<dyn core[d17f6591d688f3bd]::ops::function::FnOnce<(), Output = ()> + core[d17f6591d688f3bd]::marker::Send> as core[d17f6591d688f3bd]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/alloc/src/boxed.rs:2271:9
[INFO] [stdout]   58:     0x5598b4bbf51f - <std[fce30c26ee6459b]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/sys/thread/unix.rs:118:17
[INFO] [stdout]   59:     0x76e42426eaa4 - <unknown>
[INFO] [stdout]   60:     0x76e4242fba64 - clone
[INFO] [stdout]   61:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] thread 'query_transformation::tests::all_impls_match' (17) panicked at src/query_transformation.rs:224:13:
[INFO] [stdout] assertion `left == right` failed
[INFO] [stdout]   left: Ok("(oe=hmjldfuhrigtymylwjvvzbiocqzt) OR ((ohzzgbifod=tfkwoyekbgaz) OR (bezvikpcdjiulkaxewvs=hrrexczh) OR (otsux=atnvszuqchqlqiwfhuvqmt) OR (oe=hmjldfuhrigtymylwjvvzbiocqzt))")
[INFO] [stdout]  right: Ok("(plp=yjzxpfolxpo) OR ((ohzzgbifod=tfkwoyekbgaz) OR (bezvikpcdjiulkaxewvs=hrrexczh) OR (otsux=atnvszuqchqlqiwfhuvqmt) OR (oe=hmjldfuhrigtymylwjvvzbiocqzt))")
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x5598b4bbfc0a - std[fce30c26ee6459b]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x5598b4bbfc0a - std[fce30c26ee6459b]::backtrace_rs::backtrace::trace_unsynchronized::<std[fce30c26ee6459b]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x5598b4bbfc0a - std[fce30c26ee6459b]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x5598b4bbfc0a - <<std[fce30c26ee6459b]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[d17f6591d688f3bd]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x5598b4bd51ea - <core[d17f6591d688f3bd]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x5598b4bd51ea - core[d17f6591d688f3bd]::fmt::write
[INFO] [stdout]    6:     0x5598b4bc4852 - std[fce30c26ee6459b]::io::default_write_fmt::<alloc[dad09f3a48280dba]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/io/mod.rs:621:11
[INFO] [stdout]    7:     0x5598b4bc4852 - <alloc[dad09f3a48280dba]::vec::Vec<u8> as std[fce30c26ee6459b]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/io/mod.rs:1976:13
[INFO] [stdout]    8:     0x5598b4b9d45f - <std[fce30c26ee6459b]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x5598b4b9d45f - std[fce30c26ee6459b]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x5598b4bb7f09 - std[fce30c26ee6459b]::panicking::default_hook
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x5598b4a49abc - <alloc[dad09f3a48280dba]::boxed::Box<dyn for<'a, 'b> core[d17f6591d688f3bd]::ops::function::Fn<(&'a std[fce30c26ee6459b]::panic::PanicHookInfo<'b>,), Output = ()> + core[d17f6591d688f3bd]::marker::Sync + core[d17f6591d688f3bd]::marker::Send> as core[d17f6591d688f3bd]::ops::function::Fn<(&std[fce30c26ee6459b]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/alloc/src/boxed.rs:2285:9
[INFO] [stdout]   12:     0x5598b4a49abc - test[9653f4f1d2ca1489]::test_main_inner::<test[9653f4f1d2ca1489]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/test/src/lib.rs:155:21
[INFO] [stdout]   13:     0x5598b4bb80c2 - <alloc[dad09f3a48280dba]::boxed::Box<dyn for<'a, 'b> core[d17f6591d688f3bd]::ops::function::Fn<(&'a std[fce30c26ee6459b]::panic::PanicHookInfo<'b>,), Output = ()> + core[d17f6591d688f3bd]::marker::Sync + core[d17f6591d688f3bd]::marker::Send> as core[d17f6591d688f3bd]::ops::function::Fn<(&std[fce30c26ee6459b]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/alloc/src/boxed.rs:2285:9
[INFO] [stdout]   14:     0x5598b4bb80c2 - std[fce30c26ee6459b]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x5598b4b9d518 - std[fce30c26ee6459b]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:698:13
[INFO] [stdout]   16:     0x5598b4b92619 - std[fce30c26ee6459b]::sys::backtrace::__rust_end_short_backtrace::<std[fce30c26ee6459b]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x5598b4b9e22d - __rustc[de152adb51f02556]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x5598b4bd5a2c - core[d17f6591d688f3bd]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x5598b4bd58e3 - core[d17f6591d688f3bd]::panicking::assert_failed_inner
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/panicking.rs:439:17
[INFO] [stdout]   20:     0x5598b4a3828d - core[d17f6591d688f3bd]::panicking::assert_failed::<core[d17f6591d688f3bd]::result::Result<alloc[dad09f3a48280dba]::string::String, rustbook[3f46124814f1185b]::query_transformation::PrintError>, core[d17f6591d688f3bd]::result::Result<alloc[dad09f3a48280dba]::string::String, rustbook[3f46124814f1185b]::query_transformation::PrintError>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/panicking.rs:394:5
[INFO] [stdout]   21:     0x5598b4a31665 - rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#1}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/query_transformation.rs:224:13
[INFO] [stdout]   22:     0x5598b4a33ef7 - <&rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#1} as core[d17f6591d688f3bd]::ops::function::Fn<(proptest[b103e6066b256e9b]::sugar::NamedArguments<&str, rustbook[3f46124814f1185b]::query_transformation::QueryBoxed>,)>>::call
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/ops/function.rs:263:22
[INFO] [stdout]   23:     0x5598b4a2c767 - proptest[b103e6066b256e9b]::test_runner::runner::call_test::<proptest[b103e6066b256e9b]::sugar::NamedArguments<&str, rustbook[3f46124814f1185b]::query_transformation::QueryBoxed>, &rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#1}, alloc[dad09f3a48280dba]::vec::into_iter::IntoIter<core[d17f6591d688f3bd]::result::Result<(), proptest[b103e6066b256e9b]::test_runner::errors::TestCaseError>>>::{closure#3}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:256:49
[INFO] [stdout]   24:     0x5598b4a23808 - <core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<proptest[b103e6066b256e9b]::test_runner::runner::call_test<proptest[b103e6066b256e9b]::sugar::NamedArguments<&str, rustbook[3f46124814f1185b]::query_transformation::QueryBoxed>, &rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#1}, alloc[dad09f3a48280dba]::vec::into_iter::IntoIter<core[d17f6591d688f3bd]::result::Result<(), proptest[b103e6066b256e9b]::test_runner::errors::TestCaseError>>>::{closure#3}> as core[d17f6591d688f3bd]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   25:     0x5598b4a387fd - std[fce30c26ee6459b]::panicking::catch_unwind::do_call::<core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<proptest[b103e6066b256e9b]::test_runner::runner::call_test<proptest[b103e6066b256e9b]::sugar::NamedArguments<&str, rustbook[3f46124814f1185b]::query_transformation::QueryBoxed>, &rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#1}, alloc[dad09f3a48280dba]::vec::into_iter::IntoIter<core[d17f6591d688f3bd]::result::Result<(), proptest[b103e6066b256e9b]::test_runner::errors::TestCaseError>>>::{closure#3}>, core[d17f6591d688f3bd]::result::Result<(), proptest[b103e6066b256e9b]::test_runner::errors::TestCaseError>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:581:40
[INFO] [stdout]   26:     0x5598b4a367db - __rust_try
[INFO] [stdout]   27:     0x5598b4a2fe01 - std[fce30c26ee6459b]::panicking::catch_unwind::<core[d17f6591d688f3bd]::result::Result<(), proptest[b103e6066b256e9b]::test_runner::errors::TestCaseError>, core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<proptest[b103e6066b256e9b]::test_runner::runner::call_test<proptest[b103e6066b256e9b]::sugar::NamedArguments<&str, rustbook[3f46124814f1185b]::query_transformation::QueryBoxed>, &rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#1}, alloc[dad09f3a48280dba]::vec::into_iter::IntoIter<core[d17f6591d688f3bd]::result::Result<(), proptest[b103e6066b256e9b]::test_runner::errors::TestCaseError>>>::{closure#3}>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:544:19
[INFO] [stdout]   28:     0x5598b4a2fe01 - std[fce30c26ee6459b]::panic::catch_unwind::<core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<proptest[b103e6066b256e9b]::test_runner::runner::call_test<proptest[b103e6066b256e9b]::sugar::NamedArguments<&str, rustbook[3f46124814f1185b]::query_transformation::QueryBoxed>, &rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#1}, alloc[dad09f3a48280dba]::vec::into_iter::IntoIter<core[d17f6591d688f3bd]::result::Result<(), proptest[b103e6066b256e9b]::test_runner::errors::TestCaseError>>>::{closure#3}>, core[d17f6591d688f3bd]::result::Result<(), proptest[b103e6066b256e9b]::test_runner::errors::TestCaseError>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panic.rs:359:14
[INFO] [stdout]   29:     0x5598b4a2b3a4 - proptest[b103e6066b256e9b]::test_runner::runner::call_test::<proptest[b103e6066b256e9b]::sugar::NamedArguments<&str, rustbook[3f46124814f1185b]::query_transformation::QueryBoxed>, &rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#1}, alloc[dad09f3a48280dba]::vec::into_iter::IntoIter<core[d17f6591d688f3bd]::result::Result<(), proptest[b103e6066b256e9b]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:256:9
[INFO] [stdout]   30:     0x5598b4a297d7 - <proptest[b103e6066b256e9b]::test_runner::runner::TestRunner>::shrink::<proptest[b103e6066b256e9b]::strategy::map::Map<alloc[dad09f3a48280dba]::boxed::Box<dyn proptest[b103e6066b256e9b]::strategy::traits::ValueTree<Value = rustbook[3f46124814f1185b]::query_transformation::QueryBoxed>>, rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#0}>, &rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#1}, alloc[dad09f3a48280dba]::vec::into_iter::IntoIter<core[d17f6591d688f3bd]::result::Result<(), proptest[b103e6066b256e9b]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:845:30
[INFO] [stdout]   31:     0x5598b4a2743e - <proptest[b103e6066b256e9b]::test_runner::runner::TestRunner>::run_one_with_replay::<proptest[b103e6066b256e9b]::strategy::map::Map<alloc[dad09f3a48280dba]::boxed::Box<dyn proptest[b103e6066b256e9b]::strategy::traits::ValueTree<Value = rustbook[3f46124814f1185b]::query_transformation::QueryBoxed>>, rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#0}>, &rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#1}, alloc[dad09f3a48280dba]::vec::into_iter::IntoIter<core[d17f6591d688f3bd]::result::Result<(), proptest[b103e6066b256e9b]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:736:22
[INFO] [stdout]   32:     0x5598b4a26c9a - <proptest[b103e6066b256e9b]::test_runner::runner::TestRunner>::gen_and_run_case::<proptest[b103e6066b256e9b]::strategy::map::Map<proptest[b103e6066b256e9b]::strategy::recursive::Recursive<rustbook[3f46124814f1185b]::query_transformation::QueryBoxed, rustbook[3f46124814f1185b]::query_transformation::tests::arb_query::{closure#1}>, rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#0}>, rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#1}, alloc[dad09f3a48280dba]::vec::into_iter::IntoIter<core[d17f6591d688f3bd]::result::Result<(), proptest[b103e6066b256e9b]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:664:28
[INFO] [stdout]   33:     0x5598b4a28165 - <proptest[b103e6066b256e9b]::test_runner::runner::TestRunner>::run_in_process_with_replay::<proptest[b103e6066b256e9b]::strategy::map::Map<proptest[b103e6066b256e9b]::strategy::recursive::Recursive<rustbook[3f46124814f1185b]::query_transformation::QueryBoxed, rustbook[3f46124814f1185b]::query_transformation::tests::arb_query::{closure#1}>, rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#0}>, rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#1}, alloc[dad09f3a48280dba]::vec::into_iter::IntoIter<core[d17f6591d688f3bd]::result::Result<(), proptest[b103e6066b256e9b]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:613:31
[INFO] [stdout]   34:     0x5598b4a26a10 - <proptest[b103e6066b256e9b]::test_runner::runner::TestRunner>::run_in_process::<proptest[b103e6066b256e9b]::strategy::map::Map<proptest[b103e6066b256e9b]::strategy::recursive::Recursive<rustbook[3f46124814f1185b]::query_transformation::QueryBoxed, rustbook[3f46124814f1185b]::query_transformation::tests::arb_query::{closure#1}>, rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#0}>, rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#1}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:570:14
[INFO] [stdout]   35:     0x5598b4a2914f - <proptest[b103e6066b256e9b]::test_runner::runner::TestRunner>::run::<proptest[b103e6066b256e9b]::strategy::map::Map<proptest[b103e6066b256e9b]::strategy::recursive::Recursive<rustbook[3f46124814f1185b]::query_transformation::QueryBoxed, rustbook[3f46124814f1185b]::query_transformation::tests::arb_query::{closure#1}>, rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#0}>, rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#1}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:413:18
[INFO] [stdout]   36:     0x5598b4a32ffe - rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/sugar.rs:163:17
[INFO] [stdout]   37:     0x5598b4a312d7 - rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/sugar.rs:159:28
[INFO] [stdout]   38:     0x5598b4a24036 - <rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#0} as core[d17f6591d688f3bd]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   39:     0x5598b4a3cd9b - <fn() -> core[d17f6591d688f3bd]::result::Result<(), alloc[dad09f3a48280dba]::string::String> as core[d17f6591d688f3bd]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   40:     0x5598b4a3cd9b - test[9653f4f1d2ca1489]::__rust_begin_short_backtrace::<core[d17f6591d688f3bd]::result::Result<(), alloc[dad09f3a48280dba]::string::String>, fn() -> core[d17f6591d688f3bd]::result::Result<(), alloc[dad09f3a48280dba]::string::String>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/test/src/lib.rs:724:18
[INFO] [stdout]   41:     0x5598b4a4a58b - test[9653f4f1d2ca1489]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/test/src/lib.rs:747:74
[INFO] [stdout]   42:     0x5598b4a4a58b - <core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<test[9653f4f1d2ca1489]::run_test_in_process::{closure#0}> as core[d17f6591d688f3bd]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   43:     0x5598b4a4a58b - std[fce30c26ee6459b]::panicking::catch_unwind::do_call::<core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<test[9653f4f1d2ca1489]::run_test_in_process::{closure#0}>, core[d17f6591d688f3bd]::result::Result<(), alloc[dad09f3a48280dba]::string::String>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:581:40
[INFO] [stdout]   44:     0x5598b4a4a58b - std[fce30c26ee6459b]::panicking::catch_unwind::<core[d17f6591d688f3bd]::result::Result<(), alloc[dad09f3a48280dba]::string::String>, core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<test[9653f4f1d2ca1489]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:544:19
[INFO] [stdout]   45:     0x5598b4a4a58b - std[fce30c26ee6459b]::panic::catch_unwind::<core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<test[9653f4f1d2ca1489]::run_test_in_process::{closure#0}>, core[d17f6591d688f3bd]::result::Result<(), alloc[dad09f3a48280dba]::string::String>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panic.rs:359:14
[INFO] [stdout]   46:     0x5598b4a4a58b - test[9653f4f1d2ca1489]::run_test_in_process
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/test/src/lib.rs:747:27
[INFO] [stdout]   47:     0x5598b4a4a58b - test[9653f4f1d2ca1489]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/test/src/lib.rs:668:43
[INFO] [stdout]   48:     0x5598b4a43ca4 - test[9653f4f1d2ca1489]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/test/src/lib.rs:698:41
[INFO] [stdout]   49:     0x5598b4a43ca4 - std[fce30c26ee6459b]::sys::backtrace::__rust_begin_short_backtrace::<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   50:     0x5598b4a4d192 - std[fce30c26ee6459b]::thread::lifecycle::spawn_unchecked::<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/thread/lifecycle.rs:70:13
[INFO] [stdout]   51:     0x5598b4a4d192 - <core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<std[fce30c26ee6459b]::thread::lifecycle::spawn_unchecked<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[d17f6591d688f3bd]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   52:     0x5598b4a4d192 - std[fce30c26ee6459b]::panicking::catch_unwind::do_call::<core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<std[fce30c26ee6459b]::thread::lifecycle::spawn_unchecked<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:581:40
[INFO] [stdout]   53:     0x5598b4a4d192 - std[fce30c26ee6459b]::panicking::catch_unwind::<(), core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<std[fce30c26ee6459b]::thread::lifecycle::spawn_unchecked<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:544:19
[INFO] [stdout]   54:     0x5598b4a4d192 - std[fce30c26ee6459b]::panic::catch_unwind::<core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<std[fce30c26ee6459b]::thread::lifecycle::spawn_unchecked<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panic.rs:359:14
[INFO] [stdout]   55:     0x5598b4a4d192 - std[fce30c26ee6459b]::thread::lifecycle::spawn_unchecked::<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/thread/lifecycle.rs:68:26
[INFO] [stdout]   56:     0x5598b4a4d192 - <std[fce30c26ee6459b]::thread::lifecycle::spawn_unchecked<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>::{closure#1} as core[d17f6591d688f3bd]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   57:     0x5598b4bbf51f - <alloc[dad09f3a48280dba]::boxed::Box<dyn core[d17f6591d688f3bd]::ops::function::FnOnce<(), Output = ()> + core[d17f6591d688f3bd]::marker::Send> as core[d17f6591d688f3bd]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/alloc/src/boxed.rs:2271:9
[INFO] [stdout]   58:     0x5598b4bbf51f - <std[fce30c26ee6459b]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/sys/thread/unix.rs:118:17
[INFO] [stdout]   59:     0x76e42426eaa4 - <unknown>
[INFO] [stdout]   60:     0x76e4242fba64 - clone
[INFO] [stdout]   61:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] thread 'query_transformation::tests::all_impls_match' (17) panicked at src/query_transformation.rs:224:13:
[INFO] [stdout] assertion `left == right` failed
[INFO] [stdout]   left: Ok("(oe=hmjldfuhrigtymylwjvvzbiocqzt) OR ((ohzzgbifod=tfkwoyekbgaz) OR (bezvikpcdjiulkaxewvs=hrrexczh) OR (otsux=atnvszuqchqlqiwfhuvqmt) OR (oe=hmjldfuhrigtymylwjvvzbiocqzt))")
[INFO] [stdout]  right: Ok("(lp=yjzxpfolxpo) OR ((ohzzgbifod=tfkwoyekbgaz) OR (bezvikpcdjiulkaxewvs=hrrexczh) OR (otsux=atnvszuqchqlqiwfhuvqmt) OR (oe=hmjldfuhrigtymylwjvvzbiocqzt))")
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x5598b4bbfc0a - std[fce30c26ee6459b]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x5598b4bbfc0a - std[fce30c26ee6459b]::backtrace_rs::backtrace::trace_unsynchronized::<std[fce30c26ee6459b]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x5598b4bbfc0a - std[fce30c26ee6459b]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x5598b4bbfc0a - <<std[fce30c26ee6459b]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[d17f6591d688f3bd]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x5598b4bd51ea - <core[d17f6591d688f3bd]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x5598b4bd51ea - core[d17f6591d688f3bd]::fmt::write
[INFO] [stdout]    6:     0x5598b4bc4852 - std[fce30c26ee6459b]::io::default_write_fmt::<alloc[dad09f3a48280dba]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/io/mod.rs:621:11
[INFO] [stdout]    7:     0x5598b4bc4852 - <alloc[dad09f3a48280dba]::vec::Vec<u8> as std[fce30c26ee6459b]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/io/mod.rs:1976:13
[INFO] [stdout]    8:     0x5598b4b9d45f - <std[fce30c26ee6459b]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x5598b4b9d45f - std[fce30c26ee6459b]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x5598b4bb7f09 - std[fce30c26ee6459b]::panicking::default_hook
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x5598b4a49abc - <alloc[dad09f3a48280dba]::boxed::Box<dyn for<'a, 'b> core[d17f6591d688f3bd]::ops::function::Fn<(&'a std[fce30c26ee6459b]::panic::PanicHookInfo<'b>,), Output = ()> + core[d17f6591d688f3bd]::marker::Sync + core[d17f6591d688f3bd]::marker::Send> as core[d17f6591d688f3bd]::ops::function::Fn<(&std[fce30c26ee6459b]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/alloc/src/boxed.rs:2285:9
[INFO] [stdout]   12:     0x5598b4a49abc - test[9653f4f1d2ca1489]::test_main_inner::<test[9653f4f1d2ca1489]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/test/src/lib.rs:155:21
[INFO] [stdout]   13:     0x5598b4bb80c2 - <alloc[dad09f3a48280dba]::boxed::Box<dyn for<'a, 'b> core[d17f6591d688f3bd]::ops::function::Fn<(&'a std[fce30c26ee6459b]::panic::PanicHookInfo<'b>,), Output = ()> + core[d17f6591d688f3bd]::marker::Sync + core[d17f6591d688f3bd]::marker::Send> as core[d17f6591d688f3bd]::ops::function::Fn<(&std[fce30c26ee6459b]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/alloc/src/boxed.rs:2285:9
[INFO] [stdout]   14:     0x5598b4bb80c2 - std[fce30c26ee6459b]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x5598b4b9d518 - std[fce30c26ee6459b]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:698:13
[INFO] [stdout]   16:     0x5598b4b92619 - std[fce30c26ee6459b]::sys::backtrace::__rust_end_short_backtrace::<std[fce30c26ee6459b]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x5598b4b9e22d - __rustc[de152adb51f02556]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x5598b4bd5a2c - core[d17f6591d688f3bd]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x5598b4bd58e3 - core[d17f6591d688f3bd]::panicking::assert_failed_inner
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/panicking.rs:439:17
[INFO] [stdout]   20:     0x5598b4a3828d - core[d17f6591d688f3bd]::panicking::assert_failed::<core[d17f6591d688f3bd]::result::Result<alloc[dad09f3a48280dba]::string::String, rustbook[3f46124814f1185b]::query_transformation::PrintError>, core[d17f6591d688f3bd]::result::Result<alloc[dad09f3a48280dba]::string::String, rustbook[3f46124814f1185b]::query_transformation::PrintError>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/panicking.rs:394:5
[INFO] [stdout]   21:     0x5598b4a31665 - rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#1}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/query_transformation.rs:224:13
[INFO] [stdout]   22:     0x5598b4a33ef7 - <&rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#1} as core[d17f6591d688f3bd]::ops::function::Fn<(proptest[b103e6066b256e9b]::sugar::NamedArguments<&str, rustbook[3f46124814f1185b]::query_transformation::QueryBoxed>,)>>::call
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/ops/function.rs:263:22
[INFO] [stdout]   23:     0x5598b4a2c767 - proptest[b103e6066b256e9b]::test_runner::runner::call_test::<proptest[b103e6066b256e9b]::sugar::NamedArguments<&str, rustbook[3f46124814f1185b]::query_transformation::QueryBoxed>, &rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#1}, alloc[dad09f3a48280dba]::vec::into_iter::IntoIter<core[d17f6591d688f3bd]::result::Result<(), proptest[b103e6066b256e9b]::test_runner::errors::TestCaseError>>>::{closure#3}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:256:49
[INFO] [stdout]   24:     0x5598b4a23808 - <core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<proptest[b103e6066b256e9b]::test_runner::runner::call_test<proptest[b103e6066b256e9b]::sugar::NamedArguments<&str, rustbook[3f46124814f1185b]::query_transformation::QueryBoxed>, &rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#1}, alloc[dad09f3a48280dba]::vec::into_iter::IntoIter<core[d17f6591d688f3bd]::result::Result<(), proptest[b103e6066b256e9b]::test_runner::errors::TestCaseError>>>::{closure#3}> as core[d17f6591d688f3bd]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   25:     0x5598b4a387fd - std[fce30c26ee6459b]::panicking::catch_unwind::do_call::<core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<proptest[b103e6066b256e9b]::test_runner::runner::call_test<proptest[b103e6066b256e9b]::sugar::NamedArguments<&str, rustbook[3f46124814f1185b]::query_transformation::QueryBoxed>, &rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#1}, alloc[dad09f3a48280dba]::vec::into_iter::IntoIter<core[d17f6591d688f3bd]::result::Result<(), proptest[b103e6066b256e9b]::test_runner::errors::TestCaseError>>>::{closure#3}>, core[d17f6591d688f3bd]::result::Result<(), proptest[b103e6066b256e9b]::test_runner::errors::TestCaseError>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:581:40
[INFO] [stdout]   26:     0x5598b4a367db - __rust_try
[INFO] [stdout]   27:     0x5598b4a2fe01 - std[fce30c26ee6459b]::panicking::catch_unwind::<core[d17f6591d688f3bd]::result::Result<(), proptest[b103e6066b256e9b]::test_runner::errors::TestCaseError>, core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<proptest[b103e6066b256e9b]::test_runner::runner::call_test<proptest[b103e6066b256e9b]::sugar::NamedArguments<&str, rustbook[3f46124814f1185b]::query_transformation::QueryBoxed>, &rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#1}, alloc[dad09f3a48280dba]::vec::into_iter::IntoIter<core[d17f6591d688f3bd]::result::Result<(), proptest[b103e6066b256e9b]::test_runner::errors::TestCaseError>>>::{closure#3}>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:544:19
[INFO] [stdout]   28:     0x5598b4a2fe01 - std[fce30c26ee6459b]::panic::catch_unwind::<core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<proptest[b103e6066b256e9b]::test_runner::runner::call_test<proptest[b103e6066b256e9b]::sugar::NamedArguments<&str, rustbook[3f46124814f1185b]::query_transformation::QueryBoxed>, &rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#1}, alloc[dad09f3a48280dba]::vec::into_iter::IntoIter<core[d17f6591d688f3bd]::result::Result<(), proptest[b103e6066b256e9b]::test_runner::errors::TestCaseError>>>::{closure#3}>, core[d17f6591d688f3bd]::result::Result<(), proptest[b103e6066b256e9b]::test_runner::errors::TestCaseError>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panic.rs:359:14
[INFO] [stdout]   29:     0x5598b4a2b3a4 - proptest[b103e6066b256e9b]::test_runner::runner::call_test::<proptest[b103e6066b256e9b]::sugar::NamedArguments<&str, rustbook[3f46124814f1185b]::query_transformation::QueryBoxed>, &rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#1}, alloc[dad09f3a48280dba]::vec::into_iter::IntoIter<core[d17f6591d688f3bd]::result::Result<(), proptest[b103e6066b256e9b]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:256:9
[INFO] [stdout]   30:     0x5598b4a297d7 - <proptest[b103e6066b256e9b]::test_runner::runner::TestRunner>::shrink::<proptest[b103e6066b256e9b]::strategy::map::Map<alloc[dad09f3a48280dba]::boxed::Box<dyn proptest[b103e6066b256e9b]::strategy::traits::ValueTree<Value = rustbook[3f46124814f1185b]::query_transformation::QueryBoxed>>, rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#0}>, &rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#1}, alloc[dad09f3a48280dba]::vec::into_iter::IntoIter<core[d17f6591d688f3bd]::result::Result<(), proptest[b103e6066b256e9b]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:845:30
[INFO] [stdout]   31:     0x5598b4a2743e - <proptest[b103e6066b256e9b]::test_runner::runner::TestRunner>::run_one_with_replay::<proptest[b103e6066b256e9b]::strategy::map::Map<alloc[dad09f3a48280dba]::boxed::Box<dyn proptest[b103e6066b256e9b]::strategy::traits::ValueTree<Value = rustbook[3f46124814f1185b]::query_transformation::QueryBoxed>>, rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#0}>, &rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#1}, alloc[dad09f3a48280dba]::vec::into_iter::IntoIter<core[d17f6591d688f3bd]::result::Result<(), proptest[b103e6066b256e9b]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:736:22
[INFO] [stdout]   32:     0x5598b4a26c9a - <proptest[b103e6066b256e9b]::test_runner::runner::TestRunner>::gen_and_run_case::<proptest[b103e6066b256e9b]::strategy::map::Map<proptest[b103e6066b256e9b]::strategy::recursive::Recursive<rustbook[3f46124814f1185b]::query_transformation::QueryBoxed, rustbook[3f46124814f1185b]::query_transformation::tests::arb_query::{closure#1}>, rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#0}>, rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#1}, alloc[dad09f3a48280dba]::vec::into_iter::IntoIter<core[d17f6591d688f3bd]::result::Result<(), proptest[b103e6066b256e9b]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:664:28
[INFO] [stdout]   33:     0x5598b4a28165 - <proptest[b103e6066b256e9b]::test_runner::runner::TestRunner>::run_in_process_with_replay::<proptest[b103e6066b256e9b]::strategy::map::Map<proptest[b103e6066b256e9b]::strategy::recursive::Recursive<rustbook[3f46124814f1185b]::query_transformation::QueryBoxed, rustbook[3f46124814f1185b]::query_transformation::tests::arb_query::{closure#1}>, rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#0}>, rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#1}, alloc[dad09f3a48280dba]::vec::into_iter::IntoIter<core[d17f6591d688f3bd]::result::Result<(), proptest[b103e6066b256e9b]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:613:31
[INFO] [stdout]   34:     0x5598b4a26a10 - <proptest[b103e6066b256e9b]::test_runner::runner::TestRunner>::run_in_process::<proptest[b103e6066b256e9b]::strategy::map::Map<proptest[b103e6066b256e9b]::strategy::recursive::Recursive<rustbook[3f46124814f1185b]::query_transformation::QueryBoxed, rustbook[3f46124814f1185b]::query_transformation::tests::arb_query::{closure#1}>, rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#0}>, rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#1}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:570:14
[INFO] [stdout]   35:     0x5598b4a2914f - <proptest[b103e6066b256e9b]::test_runner::runner::TestRunner>::run::<proptest[b103e6066b256e9b]::strategy::map::Map<proptest[b103e6066b256e9b]::strategy::recursive::Recursive<rustbook[3f46124814f1185b]::query_transformation::QueryBoxed, rustbook[3f46124814f1185b]::query_transformation::tests::arb_query::{closure#1}>, rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#0}>, rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#1}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:413:18
[INFO] [stdout]   36:     0x5598b4a32ffe - rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/sugar.rs:163:17
[INFO] [stdout]   37:     0x5598b4a312d7 - rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/sugar.rs:159:28
[INFO] [stdout]   38:     0x5598b4a24036 - <rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#0} as core[d17f6591d688f3bd]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   39:     0x5598b4a3cd9b - <fn() -> core[d17f6591d688f3bd]::result::Result<(), alloc[dad09f3a48280dba]::string::String> as core[d17f6591d688f3bd]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   40:     0x5598b4a3cd9b - test[9653f4f1d2ca1489]::__rust_begin_short_backtrace::<core[d17f6591d688f3bd]::result::Result<(), alloc[dad09f3a48280dba]::string::String>, fn() -> core[d17f6591d688f3bd]::result::Result<(), alloc[dad09f3a48280dba]::string::String>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/test/src/lib.rs:724:18
[INFO] [stdout]   41:     0x5598b4a4a58b - test[9653f4f1d2ca1489]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/test/src/lib.rs:747:74
[INFO] [stdout]   42:     0x5598b4a4a58b - <core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<test[9653f4f1d2ca1489]::run_test_in_process::{closure#0}> as core[d17f6591d688f3bd]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   43:     0x5598b4a4a58b - std[fce30c26ee6459b]::panicking::catch_unwind::do_call::<core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<test[9653f4f1d2ca1489]::run_test_in_process::{closure#0}>, core[d17f6591d688f3bd]::result::Result<(), alloc[dad09f3a48280dba]::string::String>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:581:40
[INFO] [stdout]   44:     0x5598b4a4a58b - std[fce30c26ee6459b]::panicking::catch_unwind::<core[d17f6591d688f3bd]::result::Result<(), alloc[dad09f3a48280dba]::string::String>, core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<test[9653f4f1d2ca1489]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:544:19
[INFO] [stdout]   45:     0x5598b4a4a58b - std[fce30c26ee6459b]::panic::catch_unwind::<core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<test[9653f4f1d2ca1489]::run_test_in_process::{closure#0}>, core[d17f6591d688f3bd]::result::Result<(), alloc[dad09f3a48280dba]::string::String>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panic.rs:359:14
[INFO] [stdout]   46:     0x5598b4a4a58b - test[9653f4f1d2ca1489]::run_test_in_process
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/test/src/lib.rs:747:27
[INFO] [stdout]   47:     0x5598b4a4a58b - test[9653f4f1d2ca1489]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/test/src/lib.rs:668:43
[INFO] [stdout]   48:     0x5598b4a43ca4 - test[9653f4f1d2ca1489]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/test/src/lib.rs:698:41
[INFO] [stdout]   49:     0x5598b4a43ca4 - std[fce30c26ee6459b]::sys::backtrace::__rust_begin_short_backtrace::<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   50:     0x5598b4a4d192 - std[fce30c26ee6459b]::thread::lifecycle::spawn_unchecked::<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/thread/lifecycle.rs:70:13
[INFO] [stdout]   51:     0x5598b4a4d192 - <core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<std[fce30c26ee6459b]::thread::lifecycle::spawn_unchecked<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[d17f6591d688f3bd]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   52:     0x5598b4a4d192 - std[fce30c26ee6459b]::panicking::catch_unwind::do_call::<core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<std[fce30c26ee6459b]::thread::lifecycle::spawn_unchecked<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:581:40
[INFO] [stdout]   53:     0x5598b4a4d192 - std[fce30c26ee6459b]::panicking::catch_unwind::<(), core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<std[fce30c26ee6459b]::thread::lifecycle::spawn_unchecked<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:544:19
[INFO] [stdout]   54:     0x5598b4a4d192 - std[fce30c26ee6459b]::panic::catch_unwind::<core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<std[fce30c26ee6459b]::thread::lifecycle::spawn_unchecked<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panic.rs:359:14
[INFO] [stdout]   55:     0x5598b4a4d192 - std[fce30c26ee6459b]::thread::lifecycle::spawn_unchecked::<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/thread/lifecycle.rs:68:26
[INFO] [stdout]   56:     0x5598b4a4d192 - <std[fce30c26ee6459b]::thread::lifecycle::spawn_unchecked<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>::{closure#1} as core[d17f6591d688f3bd]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   57:     0x5598b4bbf51f - <alloc[dad09f3a48280dba]::boxed::Box<dyn core[d17f6591d688f3bd]::ops::function::FnOnce<(), Output = ()> + core[d17f6591d688f3bd]::marker::Send> as core[d17f6591d688f3bd]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/alloc/src/boxed.rs:2271:9
[INFO] [stdout]   58:     0x5598b4bbf51f - <std[fce30c26ee6459b]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/sys/thread/unix.rs:118:17
[INFO] [stdout]   59:     0x76e42426eaa4 - <unknown>
[INFO] [stdout]   60:     0x76e4242fba64 - clone
[INFO] [stdout]   61:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] thread 'query_transformation::tests::all_impls_match' (17) panicked at src/query_transformation.rs:224:13:
[INFO] [stdout] assertion `left == right` failed
[INFO] [stdout]   left: Ok("(oe=hmjldfuhrigtymylwjvvzbiocqzt) OR ((ohzzgbifod=tfkwoyekbgaz) OR (bezvikpcdjiulkaxewvs=hrrexczh) OR (otsux=atnvszuqchqlqiwfhuvqmt) OR (oe=hmjldfuhrigtymylwjvvzbiocqzt))")
[INFO] [stdout]  right: Ok("(p=yjzxpfolxpo) OR ((ohzzgbifod=tfkwoyekbgaz) OR (bezvikpcdjiulkaxewvs=hrrexczh) OR (otsux=atnvszuqchqlqiwfhuvqmt) OR (oe=hmjldfuhrigtymylwjvvzbiocqzt))")
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x5598b4bbfc0a - std[fce30c26ee6459b]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x5598b4bbfc0a - std[fce30c26ee6459b]::backtrace_rs::backtrace::trace_unsynchronized::<std[fce30c26ee6459b]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x5598b4bbfc0a - std[fce30c26ee6459b]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x5598b4bbfc0a - <<std[fce30c26ee6459b]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[d17f6591d688f3bd]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x5598b4bd51ea - <core[d17f6591d688f3bd]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x5598b4bd51ea - core[d17f6591d688f3bd]::fmt::write
[INFO] [stdout]    6:     0x5598b4bc4852 - std[fce30c26ee6459b]::io::default_write_fmt::<alloc[dad09f3a48280dba]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/io/mod.rs:621:11
[INFO] [stdout]    7:     0x5598b4bc4852 - <alloc[dad09f3a48280dba]::vec::Vec<u8> as std[fce30c26ee6459b]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/io/mod.rs:1976:13
[INFO] [stdout]    8:     0x5598b4b9d45f - <std[fce30c26ee6459b]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x5598b4b9d45f - std[fce30c26ee6459b]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x5598b4bb7f09 - std[fce30c26ee6459b]::panicking::default_hook
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x5598b4a49abc - <alloc[dad09f3a48280dba]::boxed::Box<dyn for<'a, 'b> core[d17f6591d688f3bd]::ops::function::Fn<(&'a std[fce30c26ee6459b]::panic::PanicHookInfo<'b>,), Output = ()> + core[d17f6591d688f3bd]::marker::Sync + core[d17f6591d688f3bd]::marker::Send> as core[d17f6591d688f3bd]::ops::function::Fn<(&std[fce30c26ee6459b]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/alloc/src/boxed.rs:2285:9
[INFO] [stdout]   12:     0x5598b4a49abc - test[9653f4f1d2ca1489]::test_main_inner::<test[9653f4f1d2ca1489]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/test/src/lib.rs:155:21
[INFO] [stdout]   13:     0x5598b4bb80c2 - <alloc[dad09f3a48280dba]::boxed::Box<dyn for<'a, 'b> core[d17f6591d688f3bd]::ops::function::Fn<(&'a std[fce30c26ee6459b]::panic::PanicHookInfo<'b>,), Output = ()> + core[d17f6591d688f3bd]::marker::Sync + core[d17f6591d688f3bd]::marker::Send> as core[d17f6591d688f3bd]::ops::function::Fn<(&std[fce30c26ee6459b]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/alloc/src/boxed.rs:2285:9
[INFO] [stdout]   14:     0x5598b4bb80c2 - std[fce30c26ee6459b]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x5598b4b9d518 - std[fce30c26ee6459b]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:698:13
[INFO] [stdout]   16:     0x5598b4b92619 - std[fce30c26ee6459b]::sys::backtrace::__rust_end_short_backtrace::<std[fce30c26ee6459b]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x5598b4b9e22d - __rustc[de152adb51f02556]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x5598b4bd5a2c - core[d17f6591d688f3bd]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x5598b4bd58e3 - core[d17f6591d688f3bd]::panicking::assert_failed_inner
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/panicking.rs:439:17
[INFO] [stdout]   20:     0x5598b4a3828d - core[d17f6591d688f3bd]::panicking::assert_failed::<core[d17f6591d688f3bd]::result::Result<alloc[dad09f3a48280dba]::string::String, rustbook[3f46124814f1185b]::query_transformation::PrintError>, core[d17f6591d688f3bd]::result::Result<alloc[dad09f3a48280dba]::string::String, rustbook[3f46124814f1185b]::query_transformation::PrintError>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/panicking.rs:394:5
[INFO] [stdout]   21:     0x5598b4a31665 - rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#1}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/query_transformation.rs:224:13
[INFO] [stdout]   22:     0x5598b4a33ef7 - <&rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#1} as core[d17f6591d688f3bd]::ops::function::Fn<(proptest[b103e6066b256e9b]::sugar::NamedArguments<&str, rustbook[3f46124814f1185b]::query_transformation::QueryBoxed>,)>>::call
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/ops/function.rs:263:22
[INFO] [stdout]   23:     0x5598b4a2c767 - proptest[b103e6066b256e9b]::test_runner::runner::call_test::<proptest[b103e6066b256e9b]::sugar::NamedArguments<&str, rustbook[3f46124814f1185b]::query_transformation::QueryBoxed>, &rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#1}, alloc[dad09f3a48280dba]::vec::into_iter::IntoIter<core[d17f6591d688f3bd]::result::Result<(), proptest[b103e6066b256e9b]::test_runner::errors::TestCaseError>>>::{closure#3}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:256:49
[INFO] [stdout]   24:     0x5598b4a23808 - <core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<proptest[b103e6066b256e9b]::test_runner::runner::call_test<proptest[b103e6066b256e9b]::sugar::NamedArguments<&str, rustbook[3f46124814f1185b]::query_transformation::QueryBoxed>, &rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#1}, alloc[dad09f3a48280dba]::vec::into_iter::IntoIter<core[d17f6591d688f3bd]::result::Result<(), proptest[b103e6066b256e9b]::test_runner::errors::TestCaseError>>>::{closure#3}> as core[d17f6591d688f3bd]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   25:     0x5598b4a387fd - std[fce30c26ee6459b]::panicking::catch_unwind::do_call::<core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<proptest[b103e6066b256e9b]::test_runner::runner::call_test<proptest[b103e6066b256e9b]::sugar::NamedArguments<&str, rustbook[3f46124814f1185b]::query_transformation::QueryBoxed>, &rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#1}, alloc[dad09f3a48280dba]::vec::into_iter::IntoIter<core[d17f6591d688f3bd]::result::Result<(), proptest[b103e6066b256e9b]::test_runner::errors::TestCaseError>>>::{closure#3}>, core[d17f6591d688f3bd]::result::Result<(), proptest[b103e6066b256e9b]::test_runner::errors::TestCaseError>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:581:40
[INFO] [stdout]   26:     0x5598b4a367db - __rust_try
[INFO] [stdout]   27:     0x5598b4a2fe01 - std[fce30c26ee6459b]::panicking::catch_unwind::<core[d17f6591d688f3bd]::result::Result<(), proptest[b103e6066b256e9b]::test_runner::errors::TestCaseError>, core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<proptest[b103e6066b256e9b]::test_runner::runner::call_test<proptest[b103e6066b256e9b]::sugar::NamedArguments<&str, rustbook[3f46124814f1185b]::query_transformation::QueryBoxed>, &rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#1}, alloc[dad09f3a48280dba]::vec::into_iter::IntoIter<core[d17f6591d688f3bd]::result::Result<(), proptest[b103e6066b256e9b]::test_runner::errors::TestCaseError>>>::{closure#3}>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:544:19
[INFO] [stdout]   28:     0x5598b4a2fe01 - std[fce30c26ee6459b]::panic::catch_unwind::<core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<proptest[b103e6066b256e9b]::test_runner::runner::call_test<proptest[b103e6066b256e9b]::sugar::NamedArguments<&str, rustbook[3f46124814f1185b]::query_transformation::QueryBoxed>, &rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#1}, alloc[dad09f3a48280dba]::vec::into_iter::IntoIter<core[d17f6591d688f3bd]::result::Result<(), proptest[b103e6066b256e9b]::test_runner::errors::TestCaseError>>>::{closure#3}>, core[d17f6591d688f3bd]::result::Result<(), proptest[b103e6066b256e9b]::test_runner::errors::TestCaseError>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panic.rs:359:14
[INFO] [stdout]   29:     0x5598b4a2b3a4 - proptest[b103e6066b256e9b]::test_runner::runner::call_test::<proptest[b103e6066b256e9b]::sugar::NamedArguments<&str, rustbook[3f46124814f1185b]::query_transformation::QueryBoxed>, &rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#1}, alloc[dad09f3a48280dba]::vec::into_iter::IntoIter<core[d17f6591d688f3bd]::result::Result<(), proptest[b103e6066b256e9b]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:256:9
[INFO] [stdout]   30:     0x5598b4a297d7 - <proptest[b103e6066b256e9b]::test_runner::runner::TestRunner>::shrink::<proptest[b103e6066b256e9b]::strategy::map::Map<alloc[dad09f3a48280dba]::boxed::Box<dyn proptest[b103e6066b256e9b]::strategy::traits::ValueTree<Value = rustbook[3f46124814f1185b]::query_transformation::QueryBoxed>>, rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#0}>, &rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#1}, alloc[dad09f3a48280dba]::vec::into_iter::IntoIter<core[d17f6591d688f3bd]::result::Result<(), proptest[b103e6066b256e9b]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:845:30
[INFO] [stdout]   31:     0x5598b4a2743e - <proptest[b103e6066b256e9b]::test_runner::runner::TestRunner>::run_one_with_replay::<proptest[b103e6066b256e9b]::strategy::map::Map<alloc[dad09f3a48280dba]::boxed::Box<dyn proptest[b103e6066b256e9b]::strategy::traits::ValueTree<Value = rustbook[3f46124814f1185b]::query_transformation::QueryBoxed>>, rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#0}>, &rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#1}, alloc[dad09f3a48280dba]::vec::into_iter::IntoIter<core[d17f6591d688f3bd]::result::Result<(), proptest[b103e6066b256e9b]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:736:22
[INFO] [stdout]   32:     0x5598b4a26c9a - <proptest[b103e6066b256e9b]::test_runner::runner::TestRunner>::gen_and_run_case::<proptest[b103e6066b256e9b]::strategy::map::Map<proptest[b103e6066b256e9b]::strategy::recursive::Recursive<rustbook[3f46124814f1185b]::query_transformation::QueryBoxed, rustbook[3f46124814f1185b]::query_transformation::tests::arb_query::{closure#1}>, rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#0}>, rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#1}, alloc[dad09f3a48280dba]::vec::into_iter::IntoIter<core[d17f6591d688f3bd]::result::Result<(), proptest[b103e6066b256e9b]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:664:28
[INFO] [stdout]   33:     0x5598b4a28165 - <proptest[b103e6066b256e9b]::test_runner::runner::TestRunner>::run_in_process_with_replay::<proptest[b103e6066b256e9b]::strategy::map::Map<proptest[b103e6066b256e9b]::strategy::recursive::Recursive<rustbook[3f46124814f1185b]::query_transformation::QueryBoxed, rustbook[3f46124814f1185b]::query_transformation::tests::arb_query::{closure#1}>, rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#0}>, rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#1}, alloc[dad09f3a48280dba]::vec::into_iter::IntoIter<core[d17f6591d688f3bd]::result::Result<(), proptest[b103e6066b256e9b]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:613:31
[INFO] [stdout]   34:     0x5598b4a26a10 - <proptest[b103e6066b256e9b]::test_runner::runner::TestRunner>::run_in_process::<proptest[b103e6066b256e9b]::strategy::map::Map<proptest[b103e6066b256e9b]::strategy::recursive::Recursive<rustbook[3f46124814f1185b]::query_transformation::QueryBoxed, rustbook[3f46124814f1185b]::query_transformation::tests::arb_query::{closure#1}>, rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#0}>, rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#1}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:570:14
[INFO] [stdout]   35:     0x5598b4a2914f - <proptest[b103e6066b256e9b]::test_runner::runner::TestRunner>::run::<proptest[b103e6066b256e9b]::strategy::map::Map<proptest[b103e6066b256e9b]::strategy::recursive::Recursive<rustbook[3f46124814f1185b]::query_transformation::QueryBoxed, rustbook[3f46124814f1185b]::query_transformation::tests::arb_query::{closure#1}>, rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#0}>, rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#1}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:413:18
[INFO] [stdout]   36:     0x5598b4a32ffe - rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/sugar.rs:163:17
[INFO] [stdout]   37:     0x5598b4a312d7 - rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/sugar.rs:159:28
[INFO] [stdout]   38:     0x5598b4a24036 - <rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#0} as core[d17f6591d688f3bd]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   39:     0x5598b4a3cd9b - <fn() -> core[d17f6591d688f3bd]::result::Result<(), alloc[dad09f3a48280dba]::string::String> as core[d17f6591d688f3bd]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   40:     0x5598b4a3cd9b - test[9653f4f1d2ca1489]::__rust_begin_short_backtrace::<core[d17f6591d688f3bd]::result::Result<(), alloc[dad09f3a48280dba]::string::String>, fn() -> core[d17f6591d688f3bd]::result::Result<(), alloc[dad09f3a48280dba]::string::String>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/test/src/lib.rs:724:18
[INFO] [stdout]   41:     0x5598b4a4a58b - test[9653f4f1d2ca1489]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/test/src/lib.rs:747:74
[INFO] [stdout]   42:     0x5598b4a4a58b - <core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<test[9653f4f1d2ca1489]::run_test_in_process::{closure#0}> as core[d17f6591d688f3bd]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   43:     0x5598b4a4a58b - std[fce30c26ee6459b]::panicking::catch_unwind::do_call::<core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<test[9653f4f1d2ca1489]::run_test_in_process::{closure#0}>, core[d17f6591d688f3bd]::result::Result<(), alloc[dad09f3a48280dba]::string::String>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:581:40
[INFO] [stdout]   44:     0x5598b4a4a58b - std[fce30c26ee6459b]::panicking::catch_unwind::<core[d17f6591d688f3bd]::result::Result<(), alloc[dad09f3a48280dba]::string::String>, core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<test[9653f4f1d2ca1489]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:544:19
[INFO] [stdout]   45:     0x5598b4a4a58b - std[fce30c26ee6459b]::panic::catch_unwind::<core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<test[9653f4f1d2ca1489]::run_test_in_process::{closure#0}>, core[d17f6591d688f3bd]::result::Result<(), alloc[dad09f3a48280dba]::string::String>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panic.rs:359:14
[INFO] [stdout]   46:     0x5598b4a4a58b - test[9653f4f1d2ca1489]::run_test_in_process
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/test/src/lib.rs:747:27
[INFO] [stdout]   47:     0x5598b4a4a58b - test[9653f4f1d2ca1489]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/test/src/lib.rs:668:43
[INFO] [stdout]   48:     0x5598b4a43ca4 - test[9653f4f1d2ca1489]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/test/src/lib.rs:698:41
[INFO] [stdout]   49:     0x5598b4a43ca4 - std[fce30c26ee6459b]::sys::backtrace::__rust_begin_short_backtrace::<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   50:     0x5598b4a4d192 - std[fce30c26ee6459b]::thread::lifecycle::spawn_unchecked::<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/thread/lifecycle.rs:70:13
[INFO] [stdout]   51:     0x5598b4a4d192 - <core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<std[fce30c26ee6459b]::thread::lifecycle::spawn_unchecked<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[d17f6591d688f3bd]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   52:     0x5598b4a4d192 - std[fce30c26ee6459b]::panicking::catch_unwind::do_call::<core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<std[fce30c26ee6459b]::thread::lifecycle::spawn_unchecked<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:581:40
[INFO] [stdout]   53:     0x5598b4a4d192 - std[fce30c26ee6459b]::panicking::catch_unwind::<(), core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<std[fce30c26ee6459b]::thread::lifecycle::spawn_unchecked<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:544:19
[INFO] [stdout]   54:     0x5598b4a4d192 - std[fce30c26ee6459b]::panic::catch_unwind::<core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<std[fce30c26ee6459b]::thread::lifecycle::spawn_unchecked<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panic.rs:359:14
[INFO] [stdout]   55:     0x5598b4a4d192 - std[fce30c26ee6459b]::thread::lifecycle::spawn_unchecked::<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/thread/lifecycle.rs:68:26
[INFO] [stdout]   56:     0x5598b4a4d192 - <std[fce30c26ee6459b]::thread::lifecycle::spawn_unchecked<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>::{closure#1} as core[d17f6591d688f3bd]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   57:     0x5598b4bbf51f - <alloc[dad09f3a48280dba]::boxed::Box<dyn core[d17f6591d688f3bd]::ops::function::FnOnce<(), Output = ()> + core[d17f6591d688f3bd]::marker::Send> as core[d17f6591d688f3bd]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/alloc/src/boxed.rs:2271:9
[INFO] [stdout]   58:     0x5598b4bbf51f - <std[fce30c26ee6459b]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/sys/thread/unix.rs:118:17
[INFO] [stdout]   59:     0x76e42426eaa4 - <unknown>
[INFO] [stdout]   60:     0x76e4242fba64 - clone
[INFO] [stdout]   61:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] thread 'query_transformation::tests::all_impls_match' (17) panicked at src/query_transformation.rs:224:13:
[INFO] [stdout] assertion `left == right` failed
[INFO] [stdout]   left: Ok("(oe=hmjldfuhrigtymylwjvvzbiocqzt) OR ((ohzzgbifod=tfkwoyekbgaz) OR (bezvikpcdjiulkaxewvs=hrrexczh) OR (otsux=atnvszuqchqlqiwfhuvqmt) OR (oe=hmjldfuhrigtymylwjvvzbiocqzt))")
[INFO] [stdout]  right: Ok("(h=yjzxpfolxpo) OR ((ohzzgbifod=tfkwoyekbgaz) OR (bezvikpcdjiulkaxewvs=hrrexczh) OR (otsux=atnvszuqchqlqiwfhuvqmt) OR (oe=hmjldfuhrigtymylwjvvzbiocqzt))")
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x5598b4bbfc0a - std[fce30c26ee6459b]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x5598b4bbfc0a - std[fce30c26ee6459b]::backtrace_rs::backtrace::trace_unsynchronized::<std[fce30c26ee6459b]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x5598b4bbfc0a - std[fce30c26ee6459b]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x5598b4bbfc0a - <<std[fce30c26ee6459b]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[d17f6591d688f3bd]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x5598b4bd51ea - <core[d17f6591d688f3bd]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x5598b4bd51ea - core[d17f6591d688f3bd]::fmt::write
[INFO] [stdout]    6:     0x5598b4bc4852 - std[fce30c26ee6459b]::io::default_write_fmt::<alloc[dad09f3a48280dba]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/io/mod.rs:621:11
[INFO] [stdout]    7:     0x5598b4bc4852 - <alloc[dad09f3a48280dba]::vec::Vec<u8> as std[fce30c26ee6459b]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/io/mod.rs:1976:13
[INFO] [stdout]    8:     0x5598b4b9d45f - <std[fce30c26ee6459b]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x5598b4b9d45f - std[fce30c26ee6459b]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x5598b4bb7f09 - std[fce30c26ee6459b]::panicking::default_hook
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x5598b4a49abc - <alloc[dad09f3a48280dba]::boxed::Box<dyn for<'a, 'b> core[d17f6591d688f3bd]::ops::function::Fn<(&'a std[fce30c26ee6459b]::panic::PanicHookInfo<'b>,), Output = ()> + core[d17f6591d688f3bd]::marker::Sync + core[d17f6591d688f3bd]::marker::Send> as core[d17f6591d688f3bd]::ops::function::Fn<(&std[fce30c26ee6459b]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/alloc/src/boxed.rs:2285:9
[INFO] [stdout]   12:     0x5598b4a49abc - test[9653f4f1d2ca1489]::test_main_inner::<test[9653f4f1d2ca1489]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/test/src/lib.rs:155:21
[INFO] [stdout]   13:     0x5598b4bb80c2 - <alloc[dad09f3a48280dba]::boxed::Box<dyn for<'a, 'b> core[d17f6591d688f3bd]::ops::function::Fn<(&'a std[fce30c26ee6459b]::panic::PanicHookInfo<'b>,), Output = ()> + core[d17f6591d688f3bd]::marker::Sync + core[d17f6591d688f3bd]::marker::Send> as core[d17f6591d688f3bd]::ops::function::Fn<(&std[fce30c26ee6459b]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/alloc/src/boxed.rs:2285:9
[INFO] [stdout]   14:     0x5598b4bb80c2 - std[fce30c26ee6459b]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x5598b4b9d518 - std[fce30c26ee6459b]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:698:13
[INFO] [stdout]   16:     0x5598b4b92619 - std[fce30c26ee6459b]::sys::backtrace::__rust_end_short_backtrace::<std[fce30c26ee6459b]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x5598b4b9e22d - __rustc[de152adb51f02556]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x5598b4bd5a2c - core[d17f6591d688f3bd]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x5598b4bd58e3 - core[d17f6591d688f3bd]::panicking::assert_failed_inner
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/panicking.rs:439:17
[INFO] [stdout]   20:     0x5598b4a3828d - core[d17f6591d688f3bd]::panicking::assert_failed::<core[d17f6591d688f3bd]::result::Result<alloc[dad09f3a48280dba]::string::String, rustbook[3f46124814f1185b]::query_transformation::PrintError>, core[d17f6591d688f3bd]::result::Result<alloc[dad09f3a48280dba]::string::String, rustbook[3f46124814f1185b]::query_transformation::PrintError>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/panicking.rs:394:5
[INFO] [stdout]   21:     0x5598b4a31665 - rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#1}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/query_transformation.rs:224:13
[INFO] [stdout]   22:     0x5598b4a33ef7 - <&rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#1} as core[d17f6591d688f3bd]::ops::function::Fn<(proptest[b103e6066b256e9b]::sugar::NamedArguments<&str, rustbook[3f46124814f1185b]::query_transformation::QueryBoxed>,)>>::call
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/ops/function.rs:263:22
[INFO] [stdout]   23:     0x5598b4a2c767 - proptest[b103e6066b256e9b]::test_runner::runner::call_test::<proptest[b103e6066b256e9b]::sugar::NamedArguments<&str, rustbook[3f46124814f1185b]::query_transformation::QueryBoxed>, &rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#1}, alloc[dad09f3a48280dba]::vec::into_iter::IntoIter<core[d17f6591d688f3bd]::result::Result<(), proptest[b103e6066b256e9b]::test_runner::errors::TestCaseError>>>::{closure#3}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:256:49
[INFO] [stdout]   24:     0x5598b4a23808 - <core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<proptest[b103e6066b256e9b]::test_runner::runner::call_test<proptest[b103e6066b256e9b]::sugar::NamedArguments<&str, rustbook[3f46124814f1185b]::query_transformation::QueryBoxed>, &rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#1}, alloc[dad09f3a48280dba]::vec::into_iter::IntoIter<core[d17f6591d688f3bd]::result::Result<(), proptest[b103e6066b256e9b]::test_runner::errors::TestCaseError>>>::{closure#3}> as core[d17f6591d688f3bd]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   25:     0x5598b4a387fd - std[fce30c26ee6459b]::panicking::catch_unwind::do_call::<core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<proptest[b103e6066b256e9b]::test_runner::runner::call_test<proptest[b103e6066b256e9b]::sugar::NamedArguments<&str, rustbook[3f46124814f1185b]::query_transformation::QueryBoxed>, &rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#1}, alloc[dad09f3a48280dba]::vec::into_iter::IntoIter<core[d17f6591d688f3bd]::result::Result<(), proptest[b103e6066b256e9b]::test_runner::errors::TestCaseError>>>::{closure#3}>, core[d17f6591d688f3bd]::result::Result<(), proptest[b103e6066b256e9b]::test_runner::errors::TestCaseError>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:581:40
[INFO] [stdout]   26:     0x5598b4a367db - __rust_try
[INFO] [stdout]   27:     0x5598b4a2fe01 - std[fce30c26ee6459b]::panicking::catch_unwind::<core[d17f6591d688f3bd]::result::Result<(), proptest[b103e6066b256e9b]::test_runner::errors::TestCaseError>, core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<proptest[b103e6066b256e9b]::test_runner::runner::call_test<proptest[b103e6066b256e9b]::sugar::NamedArguments<&str, rustbook[3f46124814f1185b]::query_transformation::QueryBoxed>, &rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#1}, alloc[dad09f3a48280dba]::vec::into_iter::IntoIter<core[d17f6591d688f3bd]::result::Result<(), proptest[b103e6066b256e9b]::test_runner::errors::TestCaseError>>>::{closure#3}>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:544:19
[INFO] [stdout]   28:     0x5598b4a2fe01 - std[fce30c26ee6459b]::panic::catch_unwind::<core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<proptest[b103e6066b256e9b]::test_runner::runner::call_test<proptest[b103e6066b256e9b]::sugar::NamedArguments<&str, rustbook[3f46124814f1185b]::query_transformation::QueryBoxed>, &rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#1}, alloc[dad09f3a48280dba]::vec::into_iter::IntoIter<core[d17f6591d688f3bd]::result::Result<(), proptest[b103e6066b256e9b]::test_runner::errors::TestCaseError>>>::{closure#3}>, core[d17f6591d688f3bd]::result::Result<(), proptest[b103e6066b256e9b]::test_runner::errors::TestCaseError>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panic.rs:359:14
[INFO] [stdout]   29:     0x5598b4a2b3a4 - proptest[b103e6066b256e9b]::test_runner::runner::call_test::<proptest[b103e6066b256e9b]::sugar::NamedArguments<&str, rustbook[3f46124814f1185b]::query_transformation::QueryBoxed>, &rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#1}, alloc[dad09f3a48280dba]::vec::into_iter::IntoIter<core[d17f6591d688f3bd]::result::Result<(), proptest[b103e6066b256e9b]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:256:9
[INFO] [stdout]   30:     0x5598b4a297d7 - <proptest[b103e6066b256e9b]::test_runner::runner::TestRunner>::shrink::<proptest[b103e6066b256e9b]::strategy::map::Map<alloc[dad09f3a48280dba]::boxed::Box<dyn proptest[b103e6066b256e9b]::strategy::traits::ValueTree<Value = rustbook[3f46124814f1185b]::query_transformation::QueryBoxed>>, rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#0}>, &rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#1}, alloc[dad09f3a48280dba]::vec::into_iter::IntoIter<core[d17f6591d688f3bd]::result::Result<(), proptest[b103e6066b256e9b]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:845:30
[INFO] [stdout]   31:     0x5598b4a2743e - <proptest[b103e6066b256e9b]::test_runner::runner::TestRunner>::run_one_with_replay::<proptest[b103e6066b256e9b]::strategy::map::Map<alloc[dad09f3a48280dba]::boxed::Box<dyn proptest[b103e6066b256e9b]::strategy::traits::ValueTree<Value = rustbook[3f46124814f1185b]::query_transformation::QueryBoxed>>, rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#0}>, &rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#1}, alloc[dad09f3a48280dba]::vec::into_iter::IntoIter<core[d17f6591d688f3bd]::result::Result<(), proptest[b103e6066b256e9b]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:736:22
[INFO] [stdout]   32:     0x5598b4a26c9a - <proptest[b103e6066b256e9b]::test_runner::runner::TestRunner>::gen_and_run_case::<proptest[b103e6066b256e9b]::strategy::map::Map<proptest[b103e6066b256e9b]::strategy::recursive::Recursive<rustbook[3f46124814f1185b]::query_transformation::QueryBoxed, rustbook[3f46124814f1185b]::query_transformation::tests::arb_query::{closure#1}>, rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#0}>, rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#1}, alloc[dad09f3a48280dba]::vec::into_iter::IntoIter<core[d17f6591d688f3bd]::result::Result<(), proptest[b103e6066b256e9b]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:664:28
[INFO] [stdout]   33:     0x5598b4a28165 - <proptest[b103e6066b256e9b]::test_runner::runner::TestRunner>::run_in_process_with_replay::<proptest[b103e6066b256e9b]::strategy::map::Map<proptest[b103e6066b256e9b]::strategy::recursive::Recursive<rustbook[3f46124814f1185b]::query_transformation::QueryBoxed, rustbook[3f46124814f1185b]::query_transformation::tests::arb_query::{closure#1}>, rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#0}>, rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#1}, alloc[dad09f3a48280dba]::vec::into_iter::IntoIter<core[d17f6591d688f3bd]::result::Result<(), proptest[b103e6066b256e9b]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:613:31
[INFO] [stdout]   34:     0x5598b4a26a10 - <proptest[b103e6066b256e9b]::test_runner::runner::TestRunner>::run_in_process::<proptest[b103e6066b256e9b]::strategy::map::Map<proptest[b103e6066b256e9b]::strategy::recursive::Recursive<rustbook[3f46124814f1185b]::query_transformation::QueryBoxed, rustbook[3f46124814f1185b]::query_transformation::tests::arb_query::{closure#1}>, rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#0}>, rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#1}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:570:14
[INFO] [stdout]   35:     0x5598b4a2914f - <proptest[b103e6066b256e9b]::test_runner::runner::TestRunner>::run::<proptest[b103e6066b256e9b]::strategy::map::Map<proptest[b103e6066b256e9b]::strategy::recursive::Recursive<rustbook[3f46124814f1185b]::query_transformation::QueryBoxed, rustbook[3f46124814f1185b]::query_transformation::tests::arb_query::{closure#1}>, rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#0}>, rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#1}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:413:18
[INFO] [stdout]   36:     0x5598b4a32ffe - rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/sugar.rs:163:17
[INFO] [stdout]   37:     0x5598b4a312d7 - rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/sugar.rs:159:28
[INFO] [stdout]   38:     0x5598b4a24036 - <rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#0} as core[d17f6591d688f3bd]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   39:     0x5598b4a3cd9b - <fn() -> core[d17f6591d688f3bd]::result::Result<(), alloc[dad09f3a48280dba]::string::String> as core[d17f6591d688f3bd]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   40:     0x5598b4a3cd9b - test[9653f4f1d2ca1489]::__rust_begin_short_backtrace::<core[d17f6591d688f3bd]::result::Result<(), alloc[dad09f3a48280dba]::string::String>, fn() -> core[d17f6591d688f3bd]::result::Result<(), alloc[dad09f3a48280dba]::string::String>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/test/src/lib.rs:724:18
[INFO] [stdout]   41:     0x5598b4a4a58b - test[9653f4f1d2ca1489]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/test/src/lib.rs:747:74
[INFO] [stdout]   42:     0x5598b4a4a58b - <core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<test[9653f4f1d2ca1489]::run_test_in_process::{closure#0}> as core[d17f6591d688f3bd]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   43:     0x5598b4a4a58b - std[fce30c26ee6459b]::panicking::catch_unwind::do_call::<core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<test[9653f4f1d2ca1489]::run_test_in_process::{closure#0}>, core[d17f6591d688f3bd]::result::Result<(), alloc[dad09f3a48280dba]::string::String>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:581:40
[INFO] [stdout]   44:     0x5598b4a4a58b - std[fce30c26ee6459b]::panicking::catch_unwind::<core[d17f6591d688f3bd]::result::Result<(), alloc[dad09f3a48280dba]::string::String>, core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<test[9653f4f1d2ca1489]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:544:19
[INFO] [stdout]   45:     0x5598b4a4a58b - std[fce30c26ee6459b]::panic::catch_unwind::<core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<test[9653f4f1d2ca1489]::run_test_in_process::{closure#0}>, core[d17f6591d688f3bd]::result::Result<(), alloc[dad09f3a48280dba]::string::String>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panic.rs:359:14
[INFO] [stdout]   46:     0x5598b4a4a58b - test[9653f4f1d2ca1489]::run_test_in_process
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/test/src/lib.rs:747:27
[INFO] [stdout]   47:     0x5598b4a4a58b - test[9653f4f1d2ca1489]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/test/src/lib.rs:668:43
[INFO] [stdout]   48:     0x5598b4a43ca4 - test[9653f4f1d2ca1489]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/test/src/lib.rs:698:41
[INFO] [stdout]   49:     0x5598b4a43ca4 - std[fce30c26ee6459b]::sys::backtrace::__rust_begin_short_backtrace::<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   50:     0x5598b4a4d192 - std[fce30c26ee6459b]::thread::lifecycle::spawn_unchecked::<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/thread/lifecycle.rs:70:13
[INFO] [stdout]   51:     0x5598b4a4d192 - <core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<std[fce30c26ee6459b]::thread::lifecycle::spawn_unchecked<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[d17f6591d688f3bd]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   52:     0x5598b4a4d192 - std[fce30c26ee6459b]::panicking::catch_unwind::do_call::<core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<std[fce30c26ee6459b]::thread::lifecycle::spawn_unchecked<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:581:40
[INFO] [stdout]   53:     0x5598b4a4d192 - std[fce30c26ee6459b]::panicking::catch_unwind::<(), core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<std[fce30c26ee6459b]::thread::lifecycle::spawn_unchecked<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:544:19
[INFO] [stdout]   54:     0x5598b4a4d192 - std[fce30c26ee6459b]::panic::catch_unwind::<core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<std[fce30c26ee6459b]::thread::lifecycle::spawn_unchecked<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panic.rs:359:14
[INFO] [stdout]   55:     0x5598b4a4d192 - std[fce30c26ee6459b]::thread::lifecycle::spawn_unchecked::<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/thread/lifecycle.rs:68:26
[INFO] [stdout]   56:     0x5598b4a4d192 - <std[fce30c26ee6459b]::thread::lifecycle::spawn_unchecked<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>::{closure#1} as core[d17f6591d688f3bd]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   57:     0x5598b4bbf51f - <alloc[dad09f3a48280dba]::boxed::Box<dyn core[d17f6591d688f3bd]::ops::function::FnOnce<(), Output = ()> + core[d17f6591d688f3bd]::marker::Send> as core[d17f6591d688f3bd]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/alloc/src/boxed.rs:2271:9
[INFO] [stdout]   58:     0x5598b4bbf51f - <std[fce30c26ee6459b]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/sys/thread/unix.rs:118:17
[INFO] [stdout]   59:     0x76e42426eaa4 - <unknown>
[INFO] [stdout]   60:     0x76e4242fba64 - clone
[INFO] [stdout]   61:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] thread 'query_transformation::tests::all_impls_match' (17) panicked at src/query_transformation.rs:224:13:
[INFO] [stdout] assertion `left == right` failed
[INFO] [stdout]   left: Ok("(oe=hmjldfuhrigtymylwjvvzbiocqzt) OR ((ohzzgbifod=tfkwoyekbgaz) OR (bezvikpcdjiulkaxewvs=hrrexczh) OR (otsux=atnvszuqchqlqiwfhuvqmt) OR (oe=hmjldfuhrigtymylwjvvzbiocqzt))")
[INFO] [stdout]  right: Ok("(d=yjzxpfolxpo) OR ((ohzzgbifod=tfkwoyekbgaz) OR (bezvikpcdjiulkaxewvs=hrrexczh) OR (otsux=atnvszuqchqlqiwfhuvqmt) OR (oe=hmjldfuhrigtymylwjvvzbiocqzt))")
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x5598b4bbfc0a - std[fce30c26ee6459b]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x5598b4bbfc0a - std[fce30c26ee6459b]::backtrace_rs::backtrace::trace_unsynchronized::<std[fce30c26ee6459b]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x5598b4bbfc0a - std[fce30c26ee6459b]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x5598b4bbfc0a - <<std[fce30c26ee6459b]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[d17f6591d688f3bd]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x5598b4bd51ea - <core[d17f6591d688f3bd]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x5598b4bd51ea - core[d17f6591d688f3bd]::fmt::write
[INFO] [stdout]    6:     0x5598b4bc4852 - std[fce30c26ee6459b]::io::default_write_fmt::<alloc[dad09f3a48280dba]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/io/mod.rs:621:11
[INFO] [stdout]    7:     0x5598b4bc4852 - <alloc[dad09f3a48280dba]::vec::Vec<u8> as std[fce30c26ee6459b]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/io/mod.rs:1976:13
[INFO] [stdout]    8:     0x5598b4b9d45f - <std[fce30c26ee6459b]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x5598b4b9d45f - std[fce30c26ee6459b]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x5598b4bb7f09 - std[fce30c26ee6459b]::panicking::default_hook
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x5598b4a49abc - <alloc[dad09f3a48280dba]::boxed::Box<dyn for<'a, 'b> core[d17f6591d688f3bd]::ops::function::Fn<(&'a std[fce30c26ee6459b]::panic::PanicHookInfo<'b>,), Output = ()> + core[d17f6591d688f3bd]::marker::Sync + core[d17f6591d688f3bd]::marker::Send> as core[d17f6591d688f3bd]::ops::function::Fn<(&std[fce30c26ee6459b]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/alloc/src/boxed.rs:2285:9
[INFO] [stdout]   12:     0x5598b4a49abc - test[9653f4f1d2ca1489]::test_main_inner::<test[9653f4f1d2ca1489]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/test/src/lib.rs:155:21
[INFO] [stdout]   13:     0x5598b4bb80c2 - <alloc[dad09f3a48280dba]::boxed::Box<dyn for<'a, 'b> core[d17f6591d688f3bd]::ops::function::Fn<(&'a std[fce30c26ee6459b]::panic::PanicHookInfo<'b>,), Output = ()> + core[d17f6591d688f3bd]::marker::Sync + core[d17f6591d688f3bd]::marker::Send> as core[d17f6591d688f3bd]::ops::function::Fn<(&std[fce30c26ee6459b]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/alloc/src/boxed.rs:2285:9
[INFO] [stdout]   14:     0x5598b4bb80c2 - std[fce30c26ee6459b]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x5598b4b9d518 - std[fce30c26ee6459b]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:698:13
[INFO] [stdout]   16:     0x5598b4b92619 - std[fce30c26ee6459b]::sys::backtrace::__rust_end_short_backtrace::<std[fce30c26ee6459b]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x5598b4b9e22d - __rustc[de152adb51f02556]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x5598b4bd5a2c - core[d17f6591d688f3bd]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x5598b4bd58e3 - core[d17f6591d688f3bd]::panicking::assert_failed_inner
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/panicking.rs:439:17
[INFO] [stdout]   20:     0x5598b4a3828d - core[d17f6591d688f3bd]::panicking::assert_failed::<core[d17f6591d688f3bd]::result::Result<alloc[dad09f3a48280dba]::string::String, rustbook[3f46124814f1185b]::query_transformation::PrintError>, core[d17f6591d688f3bd]::result::Result<alloc[dad09f3a48280dba]::string::String, rustbook[3f46124814f1185b]::query_transformation::PrintError>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/panicking.rs:394:5
[INFO] [stdout]   21:     0x5598b4a31665 - rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#1}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/query_transformation.rs:224:13
[INFO] [stdout]   22:     0x5598b4a33ef7 - <&rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#1} as core[d17f6591d688f3bd]::ops::function::Fn<(proptest[b103e6066b256e9b]::sugar::NamedArguments<&str, rustbook[3f46124814f1185b]::query_transformation::QueryBoxed>,)>>::call
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/ops/function.rs:263:22
[INFO] [stdout]   23:     0x5598b4a2c767 - proptest[b103e6066b256e9b]::test_runner::runner::call_test::<proptest[b103e6066b256e9b]::sugar::NamedArguments<&str, rustbook[3f46124814f1185b]::query_transformation::QueryBoxed>, &rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#1}, alloc[dad09f3a48280dba]::vec::into_iter::IntoIter<core[d17f6591d688f3bd]::result::Result<(), proptest[b103e6066b256e9b]::test_runner::errors::TestCaseError>>>::{closure#3}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:256:49
[INFO] [stdout]   24:     0x5598b4a23808 - <core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<proptest[b103e6066b256e9b]::test_runner::runner::call_test<proptest[b103e6066b256e9b]::sugar::NamedArguments<&str, rustbook[3f46124814f1185b]::query_transformation::QueryBoxed>, &rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#1}, alloc[dad09f3a48280dba]::vec::into_iter::IntoIter<core[d17f6591d688f3bd]::result::Result<(), proptest[b103e6066b256e9b]::test_runner::errors::TestCaseError>>>::{closure#3}> as core[d17f6591d688f3bd]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   25:     0x5598b4a387fd - std[fce30c26ee6459b]::panicking::catch_unwind::do_call::<core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<proptest[b103e6066b256e9b]::test_runner::runner::call_test<proptest[b103e6066b256e9b]::sugar::NamedArguments<&str, rustbook[3f46124814f1185b]::query_transformation::QueryBoxed>, &rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#1}, alloc[dad09f3a48280dba]::vec::into_iter::IntoIter<core[d17f6591d688f3bd]::result::Result<(), proptest[b103e6066b256e9b]::test_runner::errors::TestCaseError>>>::{closure#3}>, core[d17f6591d688f3bd]::result::Result<(), proptest[b103e6066b256e9b]::test_runner::errors::TestCaseError>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:581:40
[INFO] [stdout]   26:     0x5598b4a367db - __rust_try
[INFO] [stdout]   27:     0x5598b4a2fe01 - std[fce30c26ee6459b]::panicking::catch_unwind::<core[d17f6591d688f3bd]::result::Result<(), proptest[b103e6066b256e9b]::test_runner::errors::TestCaseError>, core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<proptest[b103e6066b256e9b]::test_runner::runner::call_test<proptest[b103e6066b256e9b]::sugar::NamedArguments<&str, rustbook[3f46124814f1185b]::query_transformation::QueryBoxed>, &rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#1}, alloc[dad09f3a48280dba]::vec::into_iter::IntoIter<core[d17f6591d688f3bd]::result::Result<(), proptest[b103e6066b256e9b]::test_runner::errors::TestCaseError>>>::{closure#3}>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:544:19
[INFO] [stdout]   28:     0x5598b4a2fe01 - std[fce30c26ee6459b]::panic::catch_unwind::<core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<proptest[b103e6066b256e9b]::test_runner::runner::call_test<proptest[b103e6066b256e9b]::sugar::NamedArguments<&str, rustbook[3f46124814f1185b]::query_transformation::QueryBoxed>, &rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#1}, alloc[dad09f3a48280dba]::vec::into_iter::IntoIter<core[d17f6591d688f3bd]::result::Result<(), proptest[b103e6066b256e9b]::test_runner::errors::TestCaseError>>>::{closure#3}>, core[d17f6591d688f3bd]::result::Result<(), proptest[b103e6066b256e9b]::test_runner::errors::TestCaseError>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panic.rs:359:14
[INFO] [stdout]   29:     0x5598b4a2b3a4 - proptest[b103e6066b256e9b]::test_runner::runner::call_test::<proptest[b103e6066b256e9b]::sugar::NamedArguments<&str, rustbook[3f46124814f1185b]::query_transformation::QueryBoxed>, &rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#1}, alloc[dad09f3a48280dba]::vec::into_iter::IntoIter<core[d17f6591d688f3bd]::result::Result<(), proptest[b103e6066b256e9b]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:256:9
[INFO] [stdout]   30:     0x5598b4a297d7 - <proptest[b103e6066b256e9b]::test_runner::runner::TestRunner>::shrink::<proptest[b103e6066b256e9b]::strategy::map::Map<alloc[dad09f3a48280dba]::boxed::Box<dyn proptest[b103e6066b256e9b]::strategy::traits::ValueTree<Value = rustbook[3f46124814f1185b]::query_transformation::QueryBoxed>>, rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#0}>, &rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#1}, alloc[dad09f3a48280dba]::vec::into_iter::IntoIter<core[d17f6591d688f3bd]::result::Result<(), proptest[b103e6066b256e9b]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:845:30
[INFO] [stdout]   31:     0x5598b4a2743e - <proptest[b103e6066b256e9b]::test_runner::runner::TestRunner>::run_one_with_replay::<proptest[b103e6066b256e9b]::strategy::map::Map<alloc[dad09f3a48280dba]::boxed::Box<dyn proptest[b103e6066b256e9b]::strategy::traits::ValueTree<Value = rustbook[3f46124814f1185b]::query_transformation::QueryBoxed>>, rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#0}>, &rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#1}, alloc[dad09f3a48280dba]::vec::into_iter::IntoIter<core[d17f6591d688f3bd]::result::Result<(), proptest[b103e6066b256e9b]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:736:22
[INFO] [stdout]   32:     0x5598b4a26c9a - <proptest[b103e6066b256e9b]::test_runner::runner::TestRunner>::gen_and_run_case::<proptest[b103e6066b256e9b]::strategy::map::Map<proptest[b103e6066b256e9b]::strategy::recursive::Recursive<rustbook[3f46124814f1185b]::query_transformation::QueryBoxed, rustbook[3f46124814f1185b]::query_transformation::tests::arb_query::{closure#1}>, rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#0}>, rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#1}, alloc[dad09f3a48280dba]::vec::into_iter::IntoIter<core[d17f6591d688f3bd]::result::Result<(), proptest[b103e6066b256e9b]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:664:28
[INFO] [stdout]   33:     0x5598b4a28165 - <proptest[b103e6066b256e9b]::test_runner::runner::TestRunner>::run_in_process_with_replay::<proptest[b103e6066b256e9b]::strategy::map::Map<proptest[b103e6066b256e9b]::strategy::recursive::Recursive<rustbook[3f46124814f1185b]::query_transformation::QueryBoxed, rustbook[3f46124814f1185b]::query_transformation::tests::arb_query::{closure#1}>, rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#0}>, rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#1}, alloc[dad09f3a48280dba]::vec::into_iter::IntoIter<core[d17f6591d688f3bd]::result::Result<(), proptest[b103e6066b256e9b]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:613:31
[INFO] [stdout]   34:     0x5598b4a26a10 - <proptest[b103e6066b256e9b]::test_runner::runner::TestRunner>::run_in_process::<proptest[b103e6066b256e9b]::strategy::map::Map<proptest[b103e6066b256e9b]::strategy::recursive::Recursive<rustbook[3f46124814f1185b]::query_transformation::QueryBoxed, rustbook[3f46124814f1185b]::query_transformation::tests::arb_query::{closure#1}>, rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#0}>, rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#1}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:570:14
[INFO] [stdout]   35:     0x5598b4a2914f - <proptest[b103e6066b256e9b]::test_runner::runner::TestRunner>::run::<proptest[b103e6066b256e9b]::strategy::map::Map<proptest[b103e6066b256e9b]::strategy::recursive::Recursive<rustbook[3f46124814f1185b]::query_transformation::QueryBoxed, rustbook[3f46124814f1185b]::query_transformation::tests::arb_query::{closure#1}>, rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#0}>, rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#1}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:413:18
[INFO] [stdout]   36:     0x5598b4a32ffe - rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/sugar.rs:163:17
[INFO] [stdout]   37:     0x5598b4a312d7 - rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/sugar.rs:159:28
[INFO] [stdout]   38:     0x5598b4a24036 - <rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#0} as core[d17f6591d688f3bd]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   39:     0x5598b4a3cd9b - <fn() -> core[d17f6591d688f3bd]::result::Result<(), alloc[dad09f3a48280dba]::string::String> as core[d17f6591d688f3bd]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   40:     0x5598b4a3cd9b - test[9653f4f1d2ca1489]::__rust_begin_short_backtrace::<core[d17f6591d688f3bd]::result::Result<(), alloc[dad09f3a48280dba]::string::String>, fn() -> core[d17f6591d688f3bd]::result::Result<(), alloc[dad09f3a48280dba]::string::String>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/test/src/lib.rs:724:18
[INFO] [stdout]   41:     0x5598b4a4a58b - test[9653f4f1d2ca1489]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/test/src/lib.rs:747:74
[INFO] [stdout]   42:     0x5598b4a4a58b - <core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<test[9653f4f1d2ca1489]::run_test_in_process::{closure#0}> as core[d17f6591d688f3bd]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   43:     0x5598b4a4a58b - std[fce30c26ee6459b]::panicking::catch_unwind::do_call::<core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<test[9653f4f1d2ca1489]::run_test_in_process::{closure#0}>, core[d17f6591d688f3bd]::result::Result<(), alloc[dad09f3a48280dba]::string::String>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:581:40
[INFO] [stdout]   44:     0x5598b4a4a58b - std[fce30c26ee6459b]::panicking::catch_unwind::<core[d17f6591d688f3bd]::result::Result<(), alloc[dad09f3a48280dba]::string::String>, core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<test[9653f4f1d2ca1489]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:544:19
[INFO] [stdout]   45:     0x5598b4a4a58b - std[fce30c26ee6459b]::panic::catch_unwind::<core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<test[9653f4f1d2ca1489]::run_test_in_process::{closure#0}>, core[d17f6591d688f3bd]::result::Result<(), alloc[dad09f3a48280dba]::string::String>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panic.rs:359:14
[INFO] [stdout]   46:     0x5598b4a4a58b - test[9653f4f1d2ca1489]::run_test_in_process
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/test/src/lib.rs:747:27
[INFO] [stdout]   47:     0x5598b4a4a58b - test[9653f4f1d2ca1489]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/test/src/lib.rs:668:43
[INFO] [stdout]   48:     0x5598b4a43ca4 - test[9653f4f1d2ca1489]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/test/src/lib.rs:698:41
[INFO] [stdout]   49:     0x5598b4a43ca4 - std[fce30c26ee6459b]::sys::backtrace::__rust_begin_short_backtrace::<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   50:     0x5598b4a4d192 - std[fce30c26ee6459b]::thread::lifecycle::spawn_unchecked::<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/thread/lifecycle.rs:70:13
[INFO] [stdout]   51:     0x5598b4a4d192 - <core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<std[fce30c26ee6459b]::thread::lifecycle::spawn_unchecked<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[d17f6591d688f3bd]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   52:     0x5598b4a4d192 - std[fce30c26ee6459b]::panicking::catch_unwind::do_call::<core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<std[fce30c26ee6459b]::thread::lifecycle::spawn_unchecked<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:581:40
[INFO] [stdout]   53:     0x5598b4a4d192 - std[fce30c26ee6459b]::panicking::catch_unwind::<(), core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<std[fce30c26ee6459b]::thread::lifecycle::spawn_unchecked<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:544:19
[INFO] [stdout]   54:     0x5598b4a4d192 - std[fce30c26ee6459b]::panic::catch_unwind::<core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<std[fce30c26ee6459b]::thread::lifecycle::spawn_unchecked<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panic.rs:359:14
[INFO] [stdout]   55:     0x5598b4a4d192 - std[fce30c26ee6459b]::thread::lifecycle::spawn_unchecked::<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/thread/lifecycle.rs:68:26
[INFO] [stdout]   56:     0x5598b4a4d192 - <std[fce30c26ee6459b]::thread::lifecycle::spawn_unchecked<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>::{closure#1} as core[d17f6591d688f3bd]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   57:     0x5598b4bbf51f - <alloc[dad09f3a48280dba]::boxed::Box<dyn core[d17f6591d688f3bd]::ops::function::FnOnce<(), Output = ()> + core[d17f6591d688f3bd]::marker::Send> as core[d17f6591d688f3bd]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/alloc/src/boxed.rs:2271:9
[INFO] [stdout]   58:     0x5598b4bbf51f - <std[fce30c26ee6459b]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/sys/thread/unix.rs:118:17
[INFO] [stdout]   59:     0x76e42426eaa4 - <unknown>
[INFO] [stdout]   60:     0x76e4242fba64 - clone
[INFO] [stdout]   61:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] thread 'query_transformation::tests::all_impls_match' (17) panicked at src/query_transformation.rs:224:13:
[INFO] [stdout] assertion `left == right` failed
[INFO] [stdout]   left: Ok("(oe=hmjldfuhrigtymylwjvvzbiocqzt) OR ((ohzzgbifod=tfkwoyekbgaz) OR (bezvikpcdjiulkaxewvs=hrrexczh) OR (otsux=atnvszuqchqlqiwfhuvqmt) OR (oe=hmjldfuhrigtymylwjvvzbiocqzt))")
[INFO] [stdout]  right: Ok("(b=yjzxpfolxpo) OR ((ohzzgbifod=tfkwoyekbgaz) OR (bezvikpcdjiulkaxewvs=hrrexczh) OR (otsux=atnvszuqchqlqiwfhuvqmt) OR (oe=hmjldfuhrigtymylwjvvzbiocqzt))")
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x5598b4bbfc0a - std[fce30c26ee6459b]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x5598b4bbfc0a - std[fce30c26ee6459b]::backtrace_rs::backtrace::trace_unsynchronized::<std[fce30c26ee6459b]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x5598b4bbfc0a - std[fce30c26ee6459b]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x5598b4bbfc0a - <<std[fce30c26ee6459b]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[d17f6591d688f3bd]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x5598b4bd51ea - <core[d17f6591d688f3bd]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x5598b4bd51ea - core[d17f6591d688f3bd]::fmt::write
[INFO] [stdout]    6:     0x5598b4bc4852 - std[fce30c26ee6459b]::io::default_write_fmt::<alloc[dad09f3a48280dba]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/io/mod.rs:621:11
[INFO] [stdout]    7:     0x5598b4bc4852 - <alloc[dad09f3a48280dba]::vec::Vec<u8> as std[fce30c26ee6459b]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/io/mod.rs:1976:13
[INFO] [stdout]    8:     0x5598b4b9d45f - <std[fce30c26ee6459b]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x5598b4b9d45f - std[fce30c26ee6459b]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x5598b4bb7f09 - std[fce30c26ee6459b]::panicking::default_hook
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x5598b4a49abc - <alloc[dad09f3a48280dba]::boxed::Box<dyn for<'a, 'b> core[d17f6591d688f3bd]::ops::function::Fn<(&'a std[fce30c26ee6459b]::panic::PanicHookInfo<'b>,), Output = ()> + core[d17f6591d688f3bd]::marker::Sync + core[d17f6591d688f3bd]::marker::Send> as core[d17f6591d688f3bd]::ops::function::Fn<(&std[fce30c26ee6459b]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/alloc/src/boxed.rs:2285:9
[INFO] [stdout]   12:     0x5598b4a49abc - test[9653f4f1d2ca1489]::test_main_inner::<test[9653f4f1d2ca1489]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/test/src/lib.rs:155:21
[INFO] [stdout]   13:     0x5598b4bb80c2 - <alloc[dad09f3a48280dba]::boxed::Box<dyn for<'a, 'b> core[d17f6591d688f3bd]::ops::function::Fn<(&'a std[fce30c26ee6459b]::panic::PanicHookInfo<'b>,), Output = ()> + core[d17f6591d688f3bd]::marker::Sync + core[d17f6591d688f3bd]::marker::Send> as core[d17f6591d688f3bd]::ops::function::Fn<(&std[fce30c26ee6459b]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/alloc/src/boxed.rs:2285:9
[INFO] [stdout]   14:     0x5598b4bb80c2 - std[fce30c26ee6459b]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x5598b4b9d518 - std[fce30c26ee6459b]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:698:13
[INFO] [stdout]   16:     0x5598b4b92619 - std[fce30c26ee6459b]::sys::backtrace::__rust_end_short_backtrace::<std[fce30c26ee6459b]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x5598b4b9e22d - __rustc[de152adb51f02556]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x5598b4bd5a2c - core[d17f6591d688f3bd]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x5598b4bd58e3 - core[d17f6591d688f3bd]::panicking::assert_failed_inner
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/panicking.rs:439:17
[INFO] [stdout]   20:     0x5598b4a3828d - core[d17f6591d688f3bd]::panicking::assert_failed::<core[d17f6591d688f3bd]::result::Result<alloc[dad09f3a48280dba]::string::String, rustbook[3f46124814f1185b]::query_transformation::PrintError>, core[d17f6591d688f3bd]::result::Result<alloc[dad09f3a48280dba]::string::String, rustbook[3f46124814f1185b]::query_transformation::PrintError>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/panicking.rs:394:5
[INFO] [stdout]   21:     0x5598b4a31665 - rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#1}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/query_transformation.rs:224:13
[INFO] [stdout]   22:     0x5598b4a33ef7 - <&rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#1} as core[d17f6591d688f3bd]::ops::function::Fn<(proptest[b103e6066b256e9b]::sugar::NamedArguments<&str, rustbook[3f46124814f1185b]::query_transformation::QueryBoxed>,)>>::call
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/ops/function.rs:263:22
[INFO] [stdout]   23:     0x5598b4a2c767 - proptest[b103e6066b256e9b]::test_runner::runner::call_test::<proptest[b103e6066b256e9b]::sugar::NamedArguments<&str, rustbook[3f46124814f1185b]::query_transformation::QueryBoxed>, &rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#1}, alloc[dad09f3a48280dba]::vec::into_iter::IntoIter<core[d17f6591d688f3bd]::result::Result<(), proptest[b103e6066b256e9b]::test_runner::errors::TestCaseError>>>::{closure#3}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:256:49
[INFO] [stdout]   24:     0x5598b4a23808 - <core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<proptest[b103e6066b256e9b]::test_runner::runner::call_test<proptest[b103e6066b256e9b]::sugar::NamedArguments<&str, rustbook[3f46124814f1185b]::query_transformation::QueryBoxed>, &rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#1}, alloc[dad09f3a48280dba]::vec::into_iter::IntoIter<core[d17f6591d688f3bd]::result::Result<(), proptest[b103e6066b256e9b]::test_runner::errors::TestCaseError>>>::{closure#3}> as core[d17f6591d688f3bd]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   25:     0x5598b4a387fd - std[fce30c26ee6459b]::panicking::catch_unwind::do_call::<core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<proptest[b103e6066b256e9b]::test_runner::runner::call_test<proptest[b103e6066b256e9b]::sugar::NamedArguments<&str, rustbook[3f46124814f1185b]::query_transformation::QueryBoxed>, &rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#1}, alloc[dad09f3a48280dba]::vec::into_iter::IntoIter<core[d17f6591d688f3bd]::result::Result<(), proptest[b103e6066b256e9b]::test_runner::errors::TestCaseError>>>::{closure#3}>, core[d17f6591d688f3bd]::result::Result<(), proptest[b103e6066b256e9b]::test_runner::errors::TestCaseError>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:581:40
[INFO] [stdout]   26:     0x5598b4a367db - __rust_try
[INFO] [stdout]   27:     0x5598b4a2fe01 - std[fce30c26ee6459b]::panicking::catch_unwind::<core[d17f6591d688f3bd]::result::Result<(), proptest[b103e6066b256e9b]::test_runner::errors::TestCaseError>, core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<proptest[b103e6066b256e9b]::test_runner::runner::call_test<proptest[b103e6066b256e9b]::sugar::NamedArguments<&str, rustbook[3f46124814f1185b]::query_transformation::QueryBoxed>, &rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#1}, alloc[dad09f3a48280dba]::vec::into_iter::IntoIter<core[d17f6591d688f3bd]::result::Result<(), proptest[b103e6066b256e9b]::test_runner::errors::TestCaseError>>>::{closure#3}>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:544:19
[INFO] [stdout]   28:     0x5598b4a2fe01 - std[fce30c26ee6459b]::panic::catch_unwind::<core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<proptest[b103e6066b256e9b]::test_runner::runner::call_test<proptest[b103e6066b256e9b]::sugar::NamedArguments<&str, rustbook[3f46124814f1185b]::query_transformation::QueryBoxed>, &rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#1}, alloc[dad09f3a48280dba]::vec::into_iter::IntoIter<core[d17f6591d688f3bd]::result::Result<(), proptest[b103e6066b256e9b]::test_runner::errors::TestCaseError>>>::{closure#3}>, core[d17f6591d688f3bd]::result::Result<(), proptest[b103e6066b256e9b]::test_runner::errors::TestCaseError>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panic.rs:359:14
[INFO] [stdout]   29:     0x5598b4a2b3a4 - proptest[b103e6066b256e9b]::test_runner::runner::call_test::<proptest[b103e6066b256e9b]::sugar::NamedArguments<&str, rustbook[3f46124814f1185b]::query_transformation::QueryBoxed>, &rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#1}, alloc[dad09f3a48280dba]::vec::into_iter::IntoIter<core[d17f6591d688f3bd]::result::Result<(), proptest[b103e6066b256e9b]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:256:9
[INFO] [stdout]   30:     0x5598b4a297d7 - <proptest[b103e6066b256e9b]::test_runner::runner::TestRunner>::shrink::<proptest[b103e6066b256e9b]::strategy::map::Map<alloc[dad09f3a48280dba]::boxed::Box<dyn proptest[b103e6066b256e9b]::strategy::traits::ValueTree<Value = rustbook[3f46124814f1185b]::query_transformation::QueryBoxed>>, rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#0}>, &rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#1}, alloc[dad09f3a48280dba]::vec::into_iter::IntoIter<core[d17f6591d688f3bd]::result::Result<(), proptest[b103e6066b256e9b]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:845:30
[INFO] [stdout]   31:     0x5598b4a2743e - <proptest[b103e6066b256e9b]::test_runner::runner::TestRunner>::run_one_with_replay::<proptest[b103e6066b256e9b]::strategy::map::Map<alloc[dad09f3a48280dba]::boxed::Box<dyn proptest[b103e6066b256e9b]::strategy::traits::ValueTree<Value = rustbook[3f46124814f1185b]::query_transformation::QueryBoxed>>, rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#0}>, &rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#1}, alloc[dad09f3a48280dba]::vec::into_iter::IntoIter<core[d17f6591d688f3bd]::result::Result<(), proptest[b103e6066b256e9b]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:736:22
[INFO] [stdout]   32:     0x5598b4a26c9a - <proptest[b103e6066b256e9b]::test_runner::runner::TestRunner>::gen_and_run_case::<proptest[b103e6066b256e9b]::strategy::map::Map<proptest[b103e6066b256e9b]::strategy::recursive::Recursive<rustbook[3f46124814f1185b]::query_transformation::QueryBoxed, rustbook[3f46124814f1185b]::query_transformation::tests::arb_query::{closure#1}>, rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#0}>, rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#1}, alloc[dad09f3a48280dba]::vec::into_iter::IntoIter<core[d17f6591d688f3bd]::result::Result<(), proptest[b103e6066b256e9b]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:664:28
[INFO] [stdout]   33:     0x5598b4a28165 - <proptest[b103e6066b256e9b]::test_runner::runner::TestRunner>::run_in_process_with_replay::<proptest[b103e6066b256e9b]::strategy::map::Map<proptest[b103e6066b256e9b]::strategy::recursive::Recursive<rustbook[3f46124814f1185b]::query_transformation::QueryBoxed, rustbook[3f46124814f1185b]::query_transformation::tests::arb_query::{closure#1}>, rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#0}>, rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#1}, alloc[dad09f3a48280dba]::vec::into_iter::IntoIter<core[d17f6591d688f3bd]::result::Result<(), proptest[b103e6066b256e9b]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:613:31
[INFO] [stdout]   34:     0x5598b4a26a10 - <proptest[b103e6066b256e9b]::test_runner::runner::TestRunner>::run_in_process::<proptest[b103e6066b256e9b]::strategy::map::Map<proptest[b103e6066b256e9b]::strategy::recursive::Recursive<rustbook[3f46124814f1185b]::query_transformation::QueryBoxed, rustbook[3f46124814f1185b]::query_transformation::tests::arb_query::{closure#1}>, rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#0}>, rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#1}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:570:14
[INFO] [stdout]   35:     0x5598b4a2914f - <proptest[b103e6066b256e9b]::test_runner::runner::TestRunner>::run::<proptest[b103e6066b256e9b]::strategy::map::Map<proptest[b103e6066b256e9b]::strategy::recursive::Recursive<rustbook[3f46124814f1185b]::query_transformation::QueryBoxed, rustbook[3f46124814f1185b]::query_transformation::tests::arb_query::{closure#1}>, rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#0}>, rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#1}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:413:18
[INFO] [stdout]   36:     0x5598b4a32ffe - rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/sugar.rs:163:17
[INFO] [stdout]   37:     0x5598b4a312d7 - rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/sugar.rs:159:28
[INFO] [stdout]   38:     0x5598b4a24036 - <rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#0} as core[d17f6591d688f3bd]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   39:     0x5598b4a3cd9b - <fn() -> core[d17f6591d688f3bd]::result::Result<(), alloc[dad09f3a48280dba]::string::String> as core[d17f6591d688f3bd]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   40:     0x5598b4a3cd9b - test[9653f4f1d2ca1489]::__rust_begin_short_backtrace::<core[d17f6591d688f3bd]::result::Result<(), alloc[dad09f3a48280dba]::string::String>, fn() -> core[d17f6591d688f3bd]::result::Result<(), alloc[dad09f3a48280dba]::string::String>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/test/src/lib.rs:724:18
[INFO] [stdout]   41:     0x5598b4a4a58b - test[9653f4f1d2ca1489]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/test/src/lib.rs:747:74
[INFO] [stdout]   42:     0x5598b4a4a58b - <core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<test[9653f4f1d2ca1489]::run_test_in_process::{closure#0}> as core[d17f6591d688f3bd]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   43:     0x5598b4a4a58b - std[fce30c26ee6459b]::panicking::catch_unwind::do_call::<core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<test[9653f4f1d2ca1489]::run_test_in_process::{closure#0}>, core[d17f6591d688f3bd]::result::Result<(), alloc[dad09f3a48280dba]::string::String>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:581:40
[INFO] [stdout]   44:     0x5598b4a4a58b - std[fce30c26ee6459b]::panicking::catch_unwind::<core[d17f6591d688f3bd]::result::Result<(), alloc[dad09f3a48280dba]::string::String>, core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<test[9653f4f1d2ca1489]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:544:19
[INFO] [stdout]   45:     0x5598b4a4a58b - std[fce30c26ee6459b]::panic::catch_unwind::<core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<test[9653f4f1d2ca1489]::run_test_in_process::{closure#0}>, core[d17f6591d688f3bd]::result::Result<(), alloc[dad09f3a48280dba]::string::String>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panic.rs:359:14
[INFO] [stdout]   46:     0x5598b4a4a58b - test[9653f4f1d2ca1489]::run_test_in_process
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/test/src/lib.rs:747:27
[INFO] [stdout]   47:     0x5598b4a4a58b - test[9653f4f1d2ca1489]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/test/src/lib.rs:668:43
[INFO] [stdout]   48:     0x5598b4a43ca4 - test[9653f4f1d2ca1489]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/test/src/lib.rs:698:41
[INFO] [stdout]   49:     0x5598b4a43ca4 - std[fce30c26ee6459b]::sys::backtrace::__rust_begin_short_backtrace::<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   50:     0x5598b4a4d192 - std[fce30c26ee6459b]::thread::lifecycle::spawn_unchecked::<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/thread/lifecycle.rs:70:13
[INFO] [stdout]   51:     0x5598b4a4d192 - <core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<std[fce30c26ee6459b]::thread::lifecycle::spawn_unchecked<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[d17f6591d688f3bd]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   52:     0x5598b4a4d192 - std[fce30c26ee6459b]::panicking::catch_unwind::do_call::<core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<std[fce30c26ee6459b]::thread::lifecycle::spawn_unchecked<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:581:40
[INFO] [stdout]   53:     0x5598b4a4d192 - std[fce30c26ee6459b]::panicking::catch_unwind::<(), core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<std[fce30c26ee6459b]::thread::lifecycle::spawn_unchecked<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:544:19
[INFO] [stdout]   54:     0x5598b4a4d192 - std[fce30c26ee6459b]::panic::catch_unwind::<core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<std[fce30c26ee6459b]::thread::lifecycle::spawn_unchecked<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panic.rs:359:14
[INFO] [stdout]   55:     0x5598b4a4d192 - std[fce30c26ee6459b]::thread::lifecycle::spawn_unchecked::<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/thread/lifecycle.rs:68:26
[INFO] [stdout]   56:     0x5598b4a4d192 - <std[fce30c26ee6459b]::thread::lifecycle::spawn_unchecked<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>::{closure#1} as core[d17f6591d688f3bd]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   57:     0x5598b4bbf51f - <alloc[dad09f3a48280dba]::boxed::Box<dyn core[d17f6591d688f3bd]::ops::function::FnOnce<(), Output = ()> + core[d17f6591d688f3bd]::marker::Send> as core[d17f6591d688f3bd]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/alloc/src/boxed.rs:2271:9
[INFO] [stdout]   58:     0x5598b4bbf51f - <std[fce30c26ee6459b]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/sys/thread/unix.rs:118:17
[INFO] [stdout]   59:     0x76e42426eaa4 - <unknown>
[INFO] [stdout]   60:     0x76e4242fba64 - clone
[INFO] [stdout]   61:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] thread 'query_transformation::tests::all_impls_match' (17) panicked at src/query_transformation.rs:224:13:
[INFO] [stdout] assertion `left == right` failed
[INFO] [stdout]   left: Ok("(oe=hmjldfuhrigtymylwjvvzbiocqzt) OR ((ohzzgbifod=tfkwoyekbgaz) OR (bezvikpcdjiulkaxewvs=hrrexczh) OR (otsux=atnvszuqchqlqiwfhuvqmt) OR (oe=hmjldfuhrigtymylwjvvzbiocqzt))")
[INFO] [stdout]  right: Ok("(a=yjzxpfolxpo) OR ((ohzzgbifod=tfkwoyekbgaz) OR (bezvikpcdjiulkaxewvs=hrrexczh) OR (otsux=atnvszuqchqlqiwfhuvqmt) OR (oe=hmjldfuhrigtymylwjvvzbiocqzt))")
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x5598b4bbfc0a - std[fce30c26ee6459b]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x5598b4bbfc0a - std[fce30c26ee6459b]::backtrace_rs::backtrace::trace_unsynchronized::<std[fce30c26ee6459b]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x5598b4bbfc0a - std[fce30c26ee6459b]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x5598b4bbfc0a - <<std[fce30c26ee6459b]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[d17f6591d688f3bd]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x5598b4bd51ea - <core[d17f6591d688f3bd]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x5598b4bd51ea - core[d17f6591d688f3bd]::fmt::write
[INFO] [stdout]    6:     0x5598b4bc4852 - std[fce30c26ee6459b]::io::default_write_fmt::<alloc[dad09f3a48280dba]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/io/mod.rs:621:11
[INFO] [stdout]    7:     0x5598b4bc4852 - <alloc[dad09f3a48280dba]::vec::Vec<u8> as std[fce30c26ee6459b]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/io/mod.rs:1976:13
[INFO] [stdout]    8:     0x5598b4b9d45f - <std[fce30c26ee6459b]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x5598b4b9d45f - std[fce30c26ee6459b]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x5598b4bb7f09 - std[fce30c26ee6459b]::panicking::default_hook
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x5598b4a49abc - <alloc[dad09f3a48280dba]::boxed::Box<dyn for<'a, 'b> core[d17f6591d688f3bd]::ops::function::Fn<(&'a std[fce30c26ee6459b]::panic::PanicHookInfo<'b>,), Output = ()> + core[d17f6591d688f3bd]::marker::Sync + core[d17f6591d688f3bd]::marker::Send> as core[d17f6591d688f3bd]::ops::function::Fn<(&std[fce30c26ee6459b]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/alloc/src/boxed.rs:2285:9
[INFO] [stdout]   12:     0x5598b4a49abc - test[9653f4f1d2ca1489]::test_main_inner::<test[9653f4f1d2ca1489]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/test/src/lib.rs:155:21
[INFO] [stdout]   13:     0x5598b4bb80c2 - <alloc[dad09f3a48280dba]::boxed::Box<dyn for<'a, 'b> core[d17f6591d688f3bd]::ops::function::Fn<(&'a std[fce30c26ee6459b]::panic::PanicHookInfo<'b>,), Output = ()> + core[d17f6591d688f3bd]::marker::Sync + core[d17f6591d688f3bd]::marker::Send> as core[d17f6591d688f3bd]::ops::function::Fn<(&std[fce30c26ee6459b]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/alloc/src/boxed.rs:2285:9
[INFO] [stdout]   14:     0x5598b4bb80c2 - std[fce30c26ee6459b]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x5598b4b9d518 - std[fce30c26ee6459b]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:698:13
[INFO] [stdout]   16:     0x5598b4b92619 - std[fce30c26ee6459b]::sys::backtrace::__rust_end_short_backtrace::<std[fce30c26ee6459b]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x5598b4b9e22d - __rustc[de152adb51f02556]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x5598b4bd5a2c - core[d17f6591d688f3bd]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x5598b4bd58e3 - core[d17f6591d688f3bd]::panicking::assert_failed_inner
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/panicking.rs:439:17
[INFO] [stdout]   20:     0x5598b4a3828d - core[d17f6591d688f3bd]::panicking::assert_failed::<core[d17f6591d688f3bd]::result::Result<alloc[dad09f3a48280dba]::string::String, rustbook[3f46124814f1185b]::query_transformation::PrintError>, core[d17f6591d688f3bd]::result::Result<alloc[dad09f3a48280dba]::string::String, rustbook[3f46124814f1185b]::query_transformation::PrintError>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/panicking.rs:394:5
[INFO] [stdout]   21:     0x5598b4a31665 - rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#1}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/query_transformation.rs:224:13
[INFO] [stdout]   22:     0x5598b4a33ef7 - <&rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#1} as core[d17f6591d688f3bd]::ops::function::Fn<(proptest[b103e6066b256e9b]::sugar::NamedArguments<&str, rustbook[3f46124814f1185b]::query_transformation::QueryBoxed>,)>>::call
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/ops/function.rs:263:22
[INFO] [stdout]   23:     0x5598b4a2c767 - proptest[b103e6066b256e9b]::test_runner::runner::call_test::<proptest[b103e6066b256e9b]::sugar::NamedArguments<&str, rustbook[3f46124814f1185b]::query_transformation::QueryBoxed>, &rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#1}, alloc[dad09f3a48280dba]::vec::into_iter::IntoIter<core[d17f6591d688f3bd]::result::Result<(), proptest[b103e6066b256e9b]::test_runner::errors::TestCaseError>>>::{closure#3}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:256:49
[INFO] [stdout]   24:     0x5598b4a23808 - <core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<proptest[b103e6066b256e9b]::test_runner::runner::call_test<proptest[b103e6066b256e9b]::sugar::NamedArguments<&str, rustbook[3f46124814f1185b]::query_transformation::QueryBoxed>, &rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#1}, alloc[dad09f3a48280dba]::vec::into_iter::IntoIter<core[d17f6591d688f3bd]::result::Result<(), proptest[b103e6066b256e9b]::test_runner::errors::TestCaseError>>>::{closure#3}> as core[d17f6591d688f3bd]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   25:     0x5598b4a387fd - std[fce30c26ee6459b]::panicking::catch_unwind::do_call::<core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<proptest[b103e6066b256e9b]::test_runner::runner::call_test<proptest[b103e6066b256e9b]::sugar::NamedArguments<&str, rustbook[3f46124814f1185b]::query_transformation::QueryBoxed>, &rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#1}, alloc[dad09f3a48280dba]::vec::into_iter::IntoIter<core[d17f6591d688f3bd]::result::Result<(), proptest[b103e6066b256e9b]::test_runner::errors::TestCaseError>>>::{closure#3}>, core[d17f6591d688f3bd]::result::Result<(), proptest[b103e6066b256e9b]::test_runner::errors::TestCaseError>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:581:40
[INFO] [stdout]   26:     0x5598b4a367db - __rust_try
[INFO] [stdout]   27:     0x5598b4a2fe01 - std[fce30c26ee6459b]::panicking::catch_unwind::<core[d17f6591d688f3bd]::result::Result<(), proptest[b103e6066b256e9b]::test_runner::errors::TestCaseError>, core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<proptest[b103e6066b256e9b]::test_runner::runner::call_test<proptest[b103e6066b256e9b]::sugar::NamedArguments<&str, rustbook[3f46124814f1185b]::query_transformation::QueryBoxed>, &rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#1}, alloc[dad09f3a48280dba]::vec::into_iter::IntoIter<core[d17f6591d688f3bd]::result::Result<(), proptest[b103e6066b256e9b]::test_runner::errors::TestCaseError>>>::{closure#3}>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:544:19
[INFO] [stdout]   28:     0x5598b4a2fe01 - std[fce30c26ee6459b]::panic::catch_unwind::<core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<proptest[b103e6066b256e9b]::test_runner::runner::call_test<proptest[b103e6066b256e9b]::sugar::NamedArguments<&str, rustbook[3f46124814f1185b]::query_transformation::QueryBoxed>, &rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#1}, alloc[dad09f3a48280dba]::vec::into_iter::IntoIter<core[d17f6591d688f3bd]::result::Result<(), proptest[b103e6066b256e9b]::test_runner::errors::TestCaseError>>>::{closure#3}>, core[d17f6591d688f3bd]::result::Result<(), proptest[b103e6066b256e9b]::test_runner::errors::TestCaseError>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panic.rs:359:14
[INFO] [stdout]   29:     0x5598b4a2b3a4 - proptest[b103e6066b256e9b]::test_runner::runner::call_test::<proptest[b103e6066b256e9b]::sugar::NamedArguments<&str, rustbook[3f46124814f1185b]::query_transformation::QueryBoxed>, &rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#1}, alloc[dad09f3a48280dba]::vec::into_iter::IntoIter<core[d17f6591d688f3bd]::result::Result<(), proptest[b103e6066b256e9b]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:256:9
[INFO] [stdout]   30:     0x5598b4a297d7 - <proptest[b103e6066b256e9b]::test_runner::runner::TestRunner>::shrink::<proptest[b103e6066b256e9b]::strategy::map::Map<alloc[dad09f3a48280dba]::boxed::Box<dyn proptest[b103e6066b256e9b]::strategy::traits::ValueTree<Value = rustbook[3f46124814f1185b]::query_transformation::QueryBoxed>>, rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#0}>, &rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#1}, alloc[dad09f3a48280dba]::vec::into_iter::IntoIter<core[d17f6591d688f3bd]::result::Result<(), proptest[b103e6066b256e9b]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:845:30
[INFO] [stdout]   31:     0x5598b4a2743e - <proptest[b103e6066b256e9b]::test_runner::runner::TestRunner>::run_one_with_replay::<proptest[b103e6066b256e9b]::strategy::map::Map<alloc[dad09f3a48280dba]::boxed::Box<dyn proptest[b103e6066b256e9b]::strategy::traits::ValueTree<Value = rustbook[3f46124814f1185b]::query_transformation::QueryBoxed>>, rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#0}>, &rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#1}, alloc[dad09f3a48280dba]::vec::into_iter::IntoIter<core[d17f6591d688f3bd]::result::Result<(), proptest[b103e6066b256e9b]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:736:22
[INFO] [stdout]   32:     0x5598b4a26c9a - <proptest[b103e6066b256e9b]::test_runner::runner::TestRunner>::gen_and_run_case::<proptest[b103e6066b256e9b]::strategy::map::Map<proptest[b103e6066b256e9b]::strategy::recursive::Recursive<rustbook[3f46124814f1185b]::query_transformation::QueryBoxed, rustbook[3f46124814f1185b]::query_transformation::tests::arb_query::{closure#1}>, rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#0}>, rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#1}, alloc[dad09f3a48280dba]::vec::into_iter::IntoIter<core[d17f6591d688f3bd]::result::Result<(), proptest[b103e6066b256e9b]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:664:28
[INFO] [stdout]   33:     0x5598b4a28165 - <proptest[b103e6066b256e9b]::test_runner::runner::TestRunner>::run_in_process_with_replay::<proptest[b103e6066b256e9b]::strategy::map::Map<proptest[b103e6066b256e9b]::strategy::recursive::Recursive<rustbook[3f46124814f1185b]::query_transformation::QueryBoxed, rustbook[3f46124814f1185b]::query_transformation::tests::arb_query::{closure#1}>, rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#0}>, rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#1}, alloc[dad09f3a48280dba]::vec::into_iter::IntoIter<core[d17f6591d688f3bd]::result::Result<(), proptest[b103e6066b256e9b]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:613:31
[INFO] [stdout]   34:     0x5598b4a26a10 - <proptest[b103e6066b256e9b]::test_runner::runner::TestRunner>::run_in_process::<proptest[b103e6066b256e9b]::strategy::map::Map<proptest[b103e6066b256e9b]::strategy::recursive::Recursive<rustbook[3f46124814f1185b]::query_transformation::QueryBoxed, rustbook[3f46124814f1185b]::query_transformation::tests::arb_query::{closure#1}>, rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#0}>, rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#1}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:570:14
[INFO] [stdout]   35:     0x5598b4a2914f - <proptest[b103e6066b256e9b]::test_runner::runner::TestRunner>::run::<proptest[b103e6066b256e9b]::strategy::map::Map<proptest[b103e6066b256e9b]::strategy::recursive::Recursive<rustbook[3f46124814f1185b]::query_transformation::QueryBoxed, rustbook[3f46124814f1185b]::query_transformation::tests::arb_query::{closure#1}>, rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#0}>, rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#1}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:413:18
[INFO] [stdout]   36:     0x5598b4a32ffe - rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/sugar.rs:163:17
[INFO] [stdout]   37:     0x5598b4a312d7 - rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/sugar.rs:159:28
[INFO] [stdout]   38:     0x5598b4a24036 - <rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#0} as core[d17f6591d688f3bd]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   39:     0x5598b4a3cd9b - <fn() -> core[d17f6591d688f3bd]::result::Result<(), alloc[dad09f3a48280dba]::string::String> as core[d17f6591d688f3bd]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   40:     0x5598b4a3cd9b - test[9653f4f1d2ca1489]::__rust_begin_short_backtrace::<core[d17f6591d688f3bd]::result::Result<(), alloc[dad09f3a48280dba]::string::String>, fn() -> core[d17f6591d688f3bd]::result::Result<(), alloc[dad09f3a48280dba]::string::String>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/test/src/lib.rs:724:18
[INFO] [stdout]   41:     0x5598b4a4a58b - test[9653f4f1d2ca1489]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/test/src/lib.rs:747:74
[INFO] [stdout]   42:     0x5598b4a4a58b - <core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<test[9653f4f1d2ca1489]::run_test_in_process::{closure#0}> as core[d17f6591d688f3bd]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   43:     0x5598b4a4a58b - std[fce30c26ee6459b]::panicking::catch_unwind::do_call::<core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<test[9653f4f1d2ca1489]::run_test_in_process::{closure#0}>, core[d17f6591d688f3bd]::result::Result<(), alloc[dad09f3a48280dba]::string::String>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:581:40
[INFO] [stdout]   44:     0x5598b4a4a58b - std[fce30c26ee6459b]::panicking::catch_unwind::<core[d17f6591d688f3bd]::result::Result<(), alloc[dad09f3a48280dba]::string::String>, core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<test[9653f4f1d2ca1489]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:544:19
[INFO] [stdout]   45:     0x5598b4a4a58b - std[fce30c26ee6459b]::panic::catch_unwind::<core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<test[9653f4f1d2ca1489]::run_test_in_process::{closure#0}>, core[d17f6591d688f3bd]::result::Result<(), alloc[dad09f3a48280dba]::string::String>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panic.rs:359:14
[INFO] [stdout]   46:     0x5598b4a4a58b - test[9653f4f1d2ca1489]::run_test_in_process
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/test/src/lib.rs:747:27
[INFO] [stdout]   47:     0x5598b4a4a58b - test[9653f4f1d2ca1489]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/test/src/lib.rs:668:43
[INFO] [stdout]   48:     0x5598b4a43ca4 - test[9653f4f1d2ca1489]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/test/src/lib.rs:698:41
[INFO] [stdout]   49:     0x5598b4a43ca4 - std[fce30c26ee6459b]::sys::backtrace::__rust_begin_short_backtrace::<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   50:     0x5598b4a4d192 - std[fce30c26ee6459b]::thread::lifecycle::spawn_unchecked::<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/thread/lifecycle.rs:70:13
[INFO] [stdout]   51:     0x5598b4a4d192 - <core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<std[fce30c26ee6459b]::thread::lifecycle::spawn_unchecked<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[d17f6591d688f3bd]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   52:     0x5598b4a4d192 - std[fce30c26ee6459b]::panicking::catch_unwind::do_call::<core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<std[fce30c26ee6459b]::thread::lifecycle::spawn_unchecked<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:581:40
[INFO] [stdout]   53:     0x5598b4a4d192 - std[fce30c26ee6459b]::panicking::catch_unwind::<(), core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<std[fce30c26ee6459b]::thread::lifecycle::spawn_unchecked<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:544:19
[INFO] [stdout]   54:     0x5598b4a4d192 - std[fce30c26ee6459b]::panic::catch_unwind::<core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<std[fce30c26ee6459b]::thread::lifecycle::spawn_unchecked<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panic.rs:359:14
[INFO] [stdout]   55:     0x5598b4a4d192 - std[fce30c26ee6459b]::thread::lifecycle::spawn_unchecked::<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/thread/lifecycle.rs:68:26
[INFO] [stdout]   56:     0x5598b4a4d192 - <std[fce30c26ee6459b]::thread::lifecycle::spawn_unchecked<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>::{closure#1} as core[d17f6591d688f3bd]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   57:     0x5598b4bbf51f - <alloc[dad09f3a48280dba]::boxed::Box<dyn core[d17f6591d688f3bd]::ops::function::FnOnce<(), Output = ()> + core[d17f6591d688f3bd]::marker::Send> as core[d17f6591d688f3bd]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/alloc/src/boxed.rs:2271:9
[INFO] [stdout]   58:     0x5598b4bbf51f - <std[fce30c26ee6459b]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/sys/thread/unix.rs:118:17
[INFO] [stdout]   59:     0x76e42426eaa4 - <unknown>
[INFO] [stdout]   60:     0x76e4242fba64 - clone
[INFO] [stdout]   61:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] thread 'query_transformation::tests::all_impls_match' (17) panicked at src/query_transformation.rs:224:13:
[INFO] [stdout] assertion `left == right` failed
[INFO] [stdout]   left: Ok("(oe=hmjldfuhrigtymylwjvvzbiocqzt) OR ((ohzzgbifod=tfkwoyekbgaz) OR (bezvikpcdjiulkaxewvs=hrrexczh) OR (otsux=atnvszuqchqlqiwfhuvqmt) OR (oe=hmjldfuhrigtymylwjvvzbiocqzt))")
[INFO] [stdout]  right: Ok("(a=jzxpfolxpo) OR ((ohzzgbifod=tfkwoyekbgaz) OR (bezvikpcdjiulkaxewvs=hrrexczh) OR (otsux=atnvszuqchqlqiwfhuvqmt) OR (oe=hmjldfuhrigtymylwjvvzbiocqzt))")
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x5598b4bbfc0a - std[fce30c26ee6459b]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x5598b4bbfc0a - std[fce30c26ee6459b]::backtrace_rs::backtrace::trace_unsynchronized::<std[fce30c26ee6459b]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x5598b4bbfc0a - std[fce30c26ee6459b]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x5598b4bbfc0a - <<std[fce30c26ee6459b]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[d17f6591d688f3bd]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x5598b4bd51ea - <core[d17f6591d688f3bd]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x5598b4bd51ea - core[d17f6591d688f3bd]::fmt::write
[INFO] [stdout]    6:     0x5598b4bc4852 - std[fce30c26ee6459b]::io::default_write_fmt::<alloc[dad09f3a48280dba]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/io/mod.rs:621:11
[INFO] [stdout]    7:     0x5598b4bc4852 - <alloc[dad09f3a48280dba]::vec::Vec<u8> as std[fce30c26ee6459b]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/io/mod.rs:1976:13
[INFO] [stdout]    8:     0x5598b4b9d45f - <std[fce30c26ee6459b]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x5598b4b9d45f - std[fce30c26ee6459b]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x5598b4bb7f09 - std[fce30c26ee6459b]::panicking::default_hook
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x5598b4a49abc - <alloc[dad09f3a48280dba]::boxed::Box<dyn for<'a, 'b> core[d17f6591d688f3bd]::ops::function::Fn<(&'a std[fce30c26ee6459b]::panic::PanicHookInfo<'b>,), Output = ()> + core[d17f6591d688f3bd]::marker::Sync + core[d17f6591d688f3bd]::marker::Send> as core[d17f6591d688f3bd]::ops::function::Fn<(&std[fce30c26ee6459b]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/alloc/src/boxed.rs:2285:9
[INFO] [stdout]   12:     0x5598b4a49abc - test[9653f4f1d2ca1489]::test_main_inner::<test[9653f4f1d2ca1489]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/test/src/lib.rs:155:21
[INFO] [stdout]   13:     0x5598b4bb80c2 - <alloc[dad09f3a48280dba]::boxed::Box<dyn for<'a, 'b> core[d17f6591d688f3bd]::ops::function::Fn<(&'a std[fce30c26ee6459b]::panic::PanicHookInfo<'b>,), Output = ()> + core[d17f6591d688f3bd]::marker::Sync + core[d17f6591d688f3bd]::marker::Send> as core[d17f6591d688f3bd]::ops::function::Fn<(&std[fce30c26ee6459b]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/alloc/src/boxed.rs:2285:9
[INFO] [stdout]   14:     0x5598b4bb80c2 - std[fce30c26ee6459b]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x5598b4b9d518 - std[fce30c26ee6459b]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:698:13
[INFO] [stdout]   16:     0x5598b4b92619 - std[fce30c26ee6459b]::sys::backtrace::__rust_end_short_backtrace::<std[fce30c26ee6459b]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x5598b4b9e22d - __rustc[de152adb51f02556]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x5598b4bd5a2c - core[d17f6591d688f3bd]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x5598b4bd58e3 - core[d17f6591d688f3bd]::panicking::assert_failed_inner
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/panicking.rs:439:17
[INFO] [stdout]   20:     0x5598b4a3828d - core[d17f6591d688f3bd]::panicking::assert_failed::<core[d17f6591d688f3bd]::result::Result<alloc[dad09f3a48280dba]::string::String, rustbook[3f46124814f1185b]::query_transformation::PrintError>, core[d17f6591d688f3bd]::result::Result<alloc[dad09f3a48280dba]::string::String, rustbook[3f46124814f1185b]::query_transformation::PrintError>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/panicking.rs:394:5
[INFO] [stdout]   21:     0x5598b4a31665 - rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#1}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/query_transformation.rs:224:13
[INFO] [stdout]   22:     0x5598b4a33ef7 - <&rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#1} as core[d17f6591d688f3bd]::ops::function::Fn<(proptest[b103e6066b256e9b]::sugar::NamedArguments<&str, rustbook[3f46124814f1185b]::query_transformation::QueryBoxed>,)>>::call
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/ops/function.rs:263:22
[INFO] [stdout]   23:     0x5598b4a2c767 - proptest[b103e6066b256e9b]::test_runner::runner::call_test::<proptest[b103e6066b256e9b]::sugar::NamedArguments<&str, rustbook[3f46124814f1185b]::query_transformation::QueryBoxed>, &rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#1}, alloc[dad09f3a48280dba]::vec::into_iter::IntoIter<core[d17f6591d688f3bd]::result::Result<(), proptest[b103e6066b256e9b]::test_runner::errors::TestCaseError>>>::{closure#3}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:256:49
[INFO] [stdout]   24:     0x5598b4a23808 - <core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<proptest[b103e6066b256e9b]::test_runner::runner::call_test<proptest[b103e6066b256e9b]::sugar::NamedArguments<&str, rustbook[3f46124814f1185b]::query_transformation::QueryBoxed>, &rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#1}, alloc[dad09f3a48280dba]::vec::into_iter::IntoIter<core[d17f6591d688f3bd]::result::Result<(), proptest[b103e6066b256e9b]::test_runner::errors::TestCaseError>>>::{closure#3}> as core[d17f6591d688f3bd]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   25:     0x5598b4a387fd - std[fce30c26ee6459b]::panicking::catch_unwind::do_call::<core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<proptest[b103e6066b256e9b]::test_runner::runner::call_test<proptest[b103e6066b256e9b]::sugar::NamedArguments<&str, rustbook[3f46124814f1185b]::query_transformation::QueryBoxed>, &rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#1}, alloc[dad09f3a48280dba]::vec::into_iter::IntoIter<core[d17f6591d688f3bd]::result::Result<(), proptest[b103e6066b256e9b]::test_runner::errors::TestCaseError>>>::{closure#3}>, core[d17f6591d688f3bd]::result::Result<(), proptest[b103e6066b256e9b]::test_runner::errors::TestCaseError>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:581:40
[INFO] [stdout]   26:     0x5598b4a367db - __rust_try
[INFO] [stdout]   27:     0x5598b4a2fe01 - std[fce30c26ee6459b]::panicking::catch_unwind::<core[d17f6591d688f3bd]::result::Result<(), proptest[b103e6066b256e9b]::test_runner::errors::TestCaseError>, core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<proptest[b103e6066b256e9b]::test_runner::runner::call_test<proptest[b103e6066b256e9b]::sugar::NamedArguments<&str, rustbook[3f46124814f1185b]::query_transformation::QueryBoxed>, &rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#1}, alloc[dad09f3a48280dba]::vec::into_iter::IntoIter<core[d17f6591d688f3bd]::result::Result<(), proptest[b103e6066b256e9b]::test_runner::errors::TestCaseError>>>::{closure#3}>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:544:19
[INFO] [stdout]   28:     0x5598b4a2fe01 - std[fce30c26ee6459b]::panic::catch_unwind::<core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<proptest[b103e6066b256e9b]::test_runner::runner::call_test<proptest[b103e6066b256e9b]::sugar::NamedArguments<&str, rustbook[3f46124814f1185b]::query_transformation::QueryBoxed>, &rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#1}, alloc[dad09f3a48280dba]::vec::into_iter::IntoIter<core[d17f6591d688f3bd]::result::Result<(), proptest[b103e6066b256e9b]::test_runner::errors::TestCaseError>>>::{closure#3}>, core[d17f6591d688f3bd]::result::Result<(), proptest[b103e6066b256e9b]::test_runner::errors::TestCaseError>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panic.rs:359:14
[INFO] [stdout]   29:     0x5598b4a2b3a4 - proptest[b103e6066b256e9b]::test_runner::runner::call_test::<proptest[b103e6066b256e9b]::sugar::NamedArguments<&str, rustbook[3f46124814f1185b]::query_transformation::QueryBoxed>, &rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#1}, alloc[dad09f3a48280dba]::vec::into_iter::IntoIter<core[d17f6591d688f3bd]::result::Result<(), proptest[b103e6066b256e9b]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:256:9
[INFO] [stdout]   30:     0x5598b4a297d7 - <proptest[b103e6066b256e9b]::test_runner::runner::TestRunner>::shrink::<proptest[b103e6066b256e9b]::strategy::map::Map<alloc[dad09f3a48280dba]::boxed::Box<dyn proptest[b103e6066b256e9b]::strategy::traits::ValueTree<Value = rustbook[3f46124814f1185b]::query_transformation::QueryBoxed>>, rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#0}>, &rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#1}, alloc[dad09f3a48280dba]::vec::into_iter::IntoIter<core[d17f6591d688f3bd]::result::Result<(), proptest[b103e6066b256e9b]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:845:30
[INFO] [stdout]   31:     0x5598b4a2743e - <proptest[b103e6066b256e9b]::test_runner::runner::TestRunner>::run_one_with_replay::<proptest[b103e6066b256e9b]::strategy::map::Map<alloc[dad09f3a48280dba]::boxed::Box<dyn proptest[b103e6066b256e9b]::strategy::traits::ValueTree<Value = rustbook[3f46124814f1185b]::query_transformation::QueryBoxed>>, rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#0}>, &rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#1}, alloc[dad09f3a48280dba]::vec::into_iter::IntoIter<core[d17f6591d688f3bd]::result::Result<(), proptest[b103e6066b256e9b]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:736:22
[INFO] [stdout]   32:     0x5598b4a26c9a - <proptest[b103e6066b256e9b]::test_runner::runner::TestRunner>::gen_and_run_case::<proptest[b103e6066b256e9b]::strategy::map::Map<proptest[b103e6066b256e9b]::strategy::recursive::Recursive<rustbook[3f46124814f1185b]::query_transformation::QueryBoxed, rustbook[3f46124814f1185b]::query_transformation::tests::arb_query::{closure#1}>, rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#0}>, rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#1}, alloc[dad09f3a48280dba]::vec::into_iter::IntoIter<core[d17f6591d688f3bd]::result::Result<(), proptest[b103e6066b256e9b]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:664:28
[INFO] [stdout]   33:     0x5598b4a28165 - <proptest[b103e6066b256e9b]::test_runner::runner::TestRunner>::run_in_process_with_replay::<proptest[b103e6066b256e9b]::strategy::map::Map<proptest[b103e6066b256e9b]::strategy::recursive::Recursive<rustbook[3f46124814f1185b]::query_transformation::QueryBoxed, rustbook[3f46124814f1185b]::query_transformation::tests::arb_query::{closure#1}>, rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#0}>, rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#1}, alloc[dad09f3a48280dba]::vec::into_iter::IntoIter<core[d17f6591d688f3bd]::result::Result<(), proptest[b103e6066b256e9b]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:613:31
[INFO] [stdout]   34:     0x5598b4a26a10 - <proptest[b103e6066b256e9b]::test_runner::runner::TestRunner>::run_in_process::<proptest[b103e6066b256e9b]::strategy::map::Map<proptest[b103e6066b256e9b]::strategy::recursive::Recursive<rustbook[3f46124814f1185b]::query_transformation::QueryBoxed, rustbook[3f46124814f1185b]::query_transformation::tests::arb_query::{closure#1}>, rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#0}>, rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#1}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:570:14
[INFO] [stdout]   35:     0x5598b4a2914f - <proptest[b103e6066b256e9b]::test_runner::runner::TestRunner>::run::<proptest[b103e6066b256e9b]::strategy::map::Map<proptest[b103e6066b256e9b]::strategy::recursive::Recursive<rustbook[3f46124814f1185b]::query_transformation::QueryBoxed, rustbook[3f46124814f1185b]::query_transformation::tests::arb_query::{closure#1}>, rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#0}>, rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#1}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:413:18
[INFO] [stdout]   36:     0x5598b4a32ffe - rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/sugar.rs:163:17
[INFO] [stdout]   37:     0x5598b4a312d7 - rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/sugar.rs:159:28
[INFO] [stdout]   38:     0x5598b4a24036 - <rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#0} as core[d17f6591d688f3bd]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   39:     0x5598b4a3cd9b - <fn() -> core[d17f6591d688f3bd]::result::Result<(), alloc[dad09f3a48280dba]::string::String> as core[d17f6591d688f3bd]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   40:     0x5598b4a3cd9b - test[9653f4f1d2ca1489]::__rust_begin_short_backtrace::<core[d17f6591d688f3bd]::result::Result<(), alloc[dad09f3a48280dba]::string::String>, fn() -> core[d17f6591d688f3bd]::result::Result<(), alloc[dad09f3a48280dba]::string::String>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/test/src/lib.rs:724:18
[INFO] [stdout]   41:     0x5598b4a4a58b - test[9653f4f1d2ca1489]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/test/src/lib.rs:747:74
[INFO] [stdout]   42:     0x5598b4a4a58b - <core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<test[9653f4f1d2ca1489]::run_test_in_process::{closure#0}> as core[d17f6591d688f3bd]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   43:     0x5598b4a4a58b - std[fce30c26ee6459b]::panicking::catch_unwind::do_call::<core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<test[9653f4f1d2ca1489]::run_test_in_process::{closure#0}>, core[d17f6591d688f3bd]::result::Result<(), alloc[dad09f3a48280dba]::string::String>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:581:40
[INFO] [stdout]   44:     0x5598b4a4a58b - std[fce30c26ee6459b]::panicking::catch_unwind::<core[d17f6591d688f3bd]::result::Result<(), alloc[dad09f3a48280dba]::string::String>, core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<test[9653f4f1d2ca1489]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:544:19
[INFO] [stdout]   45:     0x5598b4a4a58b - std[fce30c26ee6459b]::panic::catch_unwind::<core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<test[9653f4f1d2ca1489]::run_test_in_process::{closure#0}>, core[d17f6591d688f3bd]::result::Result<(), alloc[dad09f3a48280dba]::string::String>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panic.rs:359:14
[INFO] [stdout]   46:     0x5598b4a4a58b - test[9653f4f1d2ca1489]::run_test_in_process
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/test/src/lib.rs:747:27
[INFO] [stdout]   47:     0x5598b4a4a58b - test[9653f4f1d2ca1489]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/test/src/lib.rs:668:43
[INFO] [stdout]   48:     0x5598b4a43ca4 - test[9653f4f1d2ca1489]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/test/src/lib.rs:698:41
[INFO] [stdout]   49:     0x5598b4a43ca4 - std[fce30c26ee6459b]::sys::backtrace::__rust_begin_short_backtrace::<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   50:     0x5598b4a4d192 - std[fce30c26ee6459b]::thread::lifecycle::spawn_unchecked::<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/thread/lifecycle.rs:70:13
[INFO] [stdout]   51:     0x5598b4a4d192 - <core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<std[fce30c26ee6459b]::thread::lifecycle::spawn_unchecked<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[d17f6591d688f3bd]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   52:     0x5598b4a4d192 - std[fce30c26ee6459b]::panicking::catch_unwind::do_call::<core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<std[fce30c26ee6459b]::thread::lifecycle::spawn_unchecked<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:581:40
[INFO] [stdout]   53:     0x5598b4a4d192 - std[fce30c26ee6459b]::panicking::catch_unwind::<(), core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<std[fce30c26ee6459b]::thread::lifecycle::spawn_unchecked<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:544:19
[INFO] [stdout]   54:     0x5598b4a4d192 - std[fce30c26ee6459b]::panic::catch_unwind::<core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<std[fce30c26ee6459b]::thread::lifecycle::spawn_unchecked<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panic.rs:359:14
[INFO] [stdout]   55:     0x5598b4a4d192 - std[fce30c26ee6459b]::thread::lifecycle::spawn_unchecked::<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/thread/lifecycle.rs:68:26
[INFO] [stdout]   56:     0x5598b4a4d192 - <std[fce30c26ee6459b]::thread::lifecycle::spawn_unchecked<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>::{closure#1} as core[d17f6591d688f3bd]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   57:     0x5598b4bbf51f - <alloc[dad09f3a48280dba]::boxed::Box<dyn core[d17f6591d688f3bd]::ops::function::FnOnce<(), Output = ()> + core[d17f6591d688f3bd]::marker::Send> as core[d17f6591d688f3bd]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/alloc/src/boxed.rs:2271:9
[INFO] [stdout]   58:     0x5598b4bbf51f - <std[fce30c26ee6459b]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/sys/thread/unix.rs:118:17
[INFO] [stdout]   59:     0x76e42426eaa4 - <unknown>
[INFO] [stdout]   60:     0x76e4242fba64 - clone
[INFO] [stdout]   61:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] thread 'query_transformation::tests::all_impls_match' (17) panicked at src/query_transformation.rs:224:13:
[INFO] [stdout] assertion `left == right` failed
[INFO] [stdout]   left: Ok("(oe=hmjldfuhrigtymylwjvvzbiocqzt) OR ((ohzzgbifod=tfkwoyekbgaz) OR (bezvikpcdjiulkaxewvs=hrrexczh) OR (otsux=atnvszuqchqlqiwfhuvqmt) OR (oe=hmjldfuhrigtymylwjvvzbiocqzt))")
[INFO] [stdout]  right: Ok("(a=zxpfolxpo) OR ((ohzzgbifod=tfkwoyekbgaz) OR (bezvikpcdjiulkaxewvs=hrrexczh) OR (otsux=atnvszuqchqlqiwfhuvqmt) OR (oe=hmjldfuhrigtymylwjvvzbiocqzt))")
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x5598b4bbfc0a - std[fce30c26ee6459b]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x5598b4bbfc0a - std[fce30c26ee6459b]::backtrace_rs::backtrace::trace_unsynchronized::<std[fce30c26ee6459b]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x5598b4bbfc0a - std[fce30c26ee6459b]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x5598b4bbfc0a - <<std[fce30c26ee6459b]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[d17f6591d688f3bd]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x5598b4bd51ea - <core[d17f6591d688f3bd]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x5598b4bd51ea - core[d17f6591d688f3bd]::fmt::write
[INFO] [stdout]    6:     0x5598b4bc4852 - std[fce30c26ee6459b]::io::default_write_fmt::<alloc[dad09f3a48280dba]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/io/mod.rs:621:11
[INFO] [stdout]    7:     0x5598b4bc4852 - <alloc[dad09f3a48280dba]::vec::Vec<u8> as std[fce30c26ee6459b]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/io/mod.rs:1976:13
[INFO] [stdout]    8:     0x5598b4b9d45f - <std[fce30c26ee6459b]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x5598b4b9d45f - std[fce30c26ee6459b]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x5598b4bb7f09 - std[fce30c26ee6459b]::panicking::default_hook
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x5598b4a49abc - <alloc[dad09f3a48280dba]::boxed::Box<dyn for<'a, 'b> core[d17f6591d688f3bd]::ops::function::Fn<(&'a std[fce30c26ee6459b]::panic::PanicHookInfo<'b>,), Output = ()> + core[d17f6591d688f3bd]::marker::Sync + core[d17f6591d688f3bd]::marker::Send> as core[d17f6591d688f3bd]::ops::function::Fn<(&std[fce30c26ee6459b]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/alloc/src/boxed.rs:2285:9
[INFO] [stdout]   12:     0x5598b4a49abc - test[9653f4f1d2ca1489]::test_main_inner::<test[9653f4f1d2ca1489]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/test/src/lib.rs:155:21
[INFO] [stdout]   13:     0x5598b4bb80c2 - <alloc[dad09f3a48280dba]::boxed::Box<dyn for<'a, 'b> core[d17f6591d688f3bd]::ops::function::Fn<(&'a std[fce30c26ee6459b]::panic::PanicHookInfo<'b>,), Output = ()> + core[d17f6591d688f3bd]::marker::Sync + core[d17f6591d688f3bd]::marker::Send> as core[d17f6591d688f3bd]::ops::function::Fn<(&std[fce30c26ee6459b]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/alloc/src/boxed.rs:2285:9
[INFO] [stdout]   14:     0x5598b4bb80c2 - std[fce30c26ee6459b]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x5598b4b9d518 - std[fce30c26ee6459b]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:698:13
[INFO] [stdout]   16:     0x5598b4b92619 - std[fce30c26ee6459b]::sys::backtrace::__rust_end_short_backtrace::<std[fce30c26ee6459b]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x5598b4b9e22d - __rustc[de152adb51f02556]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x5598b4bd5a2c - core[d17f6591d688f3bd]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x5598b4bd58e3 - core[d17f6591d688f3bd]::panicking::assert_failed_inner
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/panicking.rs:439:17
[INFO] [stdout]   20:     0x5598b4a3828d - core[d17f6591d688f3bd]::panicking::assert_failed::<core[d17f6591d688f3bd]::result::Result<alloc[dad09f3a48280dba]::string::String, rustbook[3f46124814f1185b]::query_transformation::PrintError>, core[d17f6591d688f3bd]::result::Result<alloc[dad09f3a48280dba]::string::String, rustbook[3f46124814f1185b]::query_transformation::PrintError>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/panicking.rs:394:5
[INFO] [stdout]   21:     0x5598b4a31665 - rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#1}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/query_transformation.rs:224:13
[INFO] [stdout]   22:     0x5598b4a33ef7 - <&rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#1} as core[d17f6591d688f3bd]::ops::function::Fn<(proptest[b103e6066b256e9b]::sugar::NamedArguments<&str, rustbook[3f46124814f1185b]::query_transformation::QueryBoxed>,)>>::call
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/ops/function.rs:263:22
[INFO] [stdout]   23:     0x5598b4a2c767 - proptest[b103e6066b256e9b]::test_runner::runner::call_test::<proptest[b103e6066b256e9b]::sugar::NamedArguments<&str, rustbook[3f46124814f1185b]::query_transformation::QueryBoxed>, &rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#1}, alloc[dad09f3a48280dba]::vec::into_iter::IntoIter<core[d17f6591d688f3bd]::result::Result<(), proptest[b103e6066b256e9b]::test_runner::errors::TestCaseError>>>::{closure#3}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:256:49
[INFO] [stdout]   24:     0x5598b4a23808 - <core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<proptest[b103e6066b256e9b]::test_runner::runner::call_test<proptest[b103e6066b256e9b]::sugar::NamedArguments<&str, rustbook[3f46124814f1185b]::query_transformation::QueryBoxed>, &rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#1}, alloc[dad09f3a48280dba]::vec::into_iter::IntoIter<core[d17f6591d688f3bd]::result::Result<(), proptest[b103e6066b256e9b]::test_runner::errors::TestCaseError>>>::{closure#3}> as core[d17f6591d688f3bd]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   25:     0x5598b4a387fd - std[fce30c26ee6459b]::panicking::catch_unwind::do_call::<core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<proptest[b103e6066b256e9b]::test_runner::runner::call_test<proptest[b103e6066b256e9b]::sugar::NamedArguments<&str, rustbook[3f46124814f1185b]::query_transformation::QueryBoxed>, &rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#1}, alloc[dad09f3a48280dba]::vec::into_iter::IntoIter<core[d17f6591d688f3bd]::result::Result<(), proptest[b103e6066b256e9b]::test_runner::errors::TestCaseError>>>::{closure#3}>, core[d17f6591d688f3bd]::result::Result<(), proptest[b103e6066b256e9b]::test_runner::errors::TestCaseError>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:581:40
[INFO] [stdout]   26:     0x5598b4a367db - __rust_try
[INFO] [stdout]   27:     0x5598b4a2fe01 - std[fce30c26ee6459b]::panicking::catch_unwind::<core[d17f6591d688f3bd]::result::Result<(), proptest[b103e6066b256e9b]::test_runner::errors::TestCaseError>, core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<proptest[b103e6066b256e9b]::test_runner::runner::call_test<proptest[b103e6066b256e9b]::sugar::NamedArguments<&str, rustbook[3f46124814f1185b]::query_transformation::QueryBoxed>, &rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#1}, alloc[dad09f3a48280dba]::vec::into_iter::IntoIter<core[d17f6591d688f3bd]::result::Result<(), proptest[b103e6066b256e9b]::test_runner::errors::TestCaseError>>>::{closure#3}>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:544:19
[INFO] [stdout]   28:     0x5598b4a2fe01 - std[fce30c26ee6459b]::panic::catch_unwind::<core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<proptest[b103e6066b256e9b]::test_runner::runner::call_test<proptest[b103e6066b256e9b]::sugar::NamedArguments<&str, rustbook[3f46124814f1185b]::query_transformation::QueryBoxed>, &rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#1}, alloc[dad09f3a48280dba]::vec::into_iter::IntoIter<core[d17f6591d688f3bd]::result::Result<(), proptest[b103e6066b256e9b]::test_runner::errors::TestCaseError>>>::{closure#3}>, core[d17f6591d688f3bd]::result::Result<(), proptest[b103e6066b256e9b]::test_runner::errors::TestCaseError>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panic.rs:359:14
[INFO] [stdout]   29:     0x5598b4a2b3a4 - proptest[b103e6066b256e9b]::test_runner::runner::call_test::<proptest[b103e6066b256e9b]::sugar::NamedArguments<&str, rustbook[3f46124814f1185b]::query_transformation::QueryBoxed>, &rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#1}, alloc[dad09f3a48280dba]::vec::into_iter::IntoIter<core[d17f6591d688f3bd]::result::Result<(), proptest[b103e6066b256e9b]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:256:9
[INFO] [stdout]   30:     0x5598b4a297d7 - <proptest[b103e6066b256e9b]::test_runner::runner::TestRunner>::shrink::<proptest[b103e6066b256e9b]::strategy::map::Map<alloc[dad09f3a48280dba]::boxed::Box<dyn proptest[b103e6066b256e9b]::strategy::traits::ValueTree<Value = rustbook[3f46124814f1185b]::query_transformation::QueryBoxed>>, rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#0}>, &rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#1}, alloc[dad09f3a48280dba]::vec::into_iter::IntoIter<core[d17f6591d688f3bd]::result::Result<(), proptest[b103e6066b256e9b]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:845:30
[INFO] [stdout]   31:     0x5598b4a2743e - <proptest[b103e6066b256e9b]::test_runner::runner::TestRunner>::run_one_with_replay::<proptest[b103e6066b256e9b]::strategy::map::Map<alloc[dad09f3a48280dba]::boxed::Box<dyn proptest[b103e6066b256e9b]::strategy::traits::ValueTree<Value = rustbook[3f46124814f1185b]::query_transformation::QueryBoxed>>, rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#0}>, &rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#1}, alloc[dad09f3a48280dba]::vec::into_iter::IntoIter<core[d17f6591d688f3bd]::result::Result<(), proptest[b103e6066b256e9b]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:736:22
[INFO] [stdout]   32:     0x5598b4a26c9a - <proptest[b103e6066b256e9b]::test_runner::runner::TestRunner>::gen_and_run_case::<proptest[b103e6066b256e9b]::strategy::map::Map<proptest[b103e6066b256e9b]::strategy::recursive::Recursive<rustbook[3f46124814f1185b]::query_transformation::QueryBoxed, rustbook[3f46124814f1185b]::query_transformation::tests::arb_query::{closure#1}>, rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#0}>, rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#1}, alloc[dad09f3a48280dba]::vec::into_iter::IntoIter<core[d17f6591d688f3bd]::result::Result<(), proptest[b103e6066b256e9b]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:664:28
[INFO] [stdout]   33:     0x5598b4a28165 - <proptest[b103e6066b256e9b]::test_runner::runner::TestRunner>::run_in_process_with_replay::<proptest[b103e6066b256e9b]::strategy::map::Map<proptest[b103e6066b256e9b]::strategy::recursive::Recursive<rustbook[3f46124814f1185b]::query_transformation::QueryBoxed, rustbook[3f46124814f1185b]::query_transformation::tests::arb_query::{closure#1}>, rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#0}>, rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#1}, alloc[dad09f3a48280dba]::vec::into_iter::IntoIter<core[d17f6591d688f3bd]::result::Result<(), proptest[b103e6066b256e9b]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:613:31
[INFO] [stdout]   34:     0x5598b4a26a10 - <proptest[b103e6066b256e9b]::test_runner::runner::TestRunner>::run_in_process::<proptest[b103e6066b256e9b]::strategy::map::Map<proptest[b103e6066b256e9b]::strategy::recursive::Recursive<rustbook[3f46124814f1185b]::query_transformation::QueryBoxed, rustbook[3f46124814f1185b]::query_transformation::tests::arb_query::{closure#1}>, rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#0}>, rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#1}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:570:14
[INFO] [stdout]   35:     0x5598b4a2914f - <proptest[b103e6066b256e9b]::test_runner::runner::TestRunner>::run::<proptest[b103e6066b256e9b]::strategy::map::Map<proptest[b103e6066b256e9b]::strategy::recursive::Recursive<rustbook[3f46124814f1185b]::query_transformation::QueryBoxed, rustbook[3f46124814f1185b]::query_transformation::tests::arb_query::{closure#1}>, rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#0}>, rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#1}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:413:18
[INFO] [stdout]   36:     0x5598b4a32ffe - rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/sugar.rs:163:17
[INFO] [stdout]   37:     0x5598b4a312d7 - rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/sugar.rs:159:28
[INFO] [stdout]   38:     0x5598b4a24036 - <rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#0} as core[d17f6591d688f3bd]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   39:     0x5598b4a3cd9b - <fn() -> core[d17f6591d688f3bd]::result::Result<(), alloc[dad09f3a48280dba]::string::String> as core[d17f6591d688f3bd]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   40:     0x5598b4a3cd9b - test[9653f4f1d2ca1489]::__rust_begin_short_backtrace::<core[d17f6591d688f3bd]::result::Result<(), alloc[dad09f3a48280dba]::string::String>, fn() -> core[d17f6591d688f3bd]::result::Result<(), alloc[dad09f3a48280dba]::string::String>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/test/src/lib.rs:724:18
[INFO] [stdout]   41:     0x5598b4a4a58b - test[9653f4f1d2ca1489]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/test/src/lib.rs:747:74
[INFO] [stdout]   42:     0x5598b4a4a58b - <core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<test[9653f4f1d2ca1489]::run_test_in_process::{closure#0}> as core[d17f6591d688f3bd]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   43:     0x5598b4a4a58b - std[fce30c26ee6459b]::panicking::catch_unwind::do_call::<core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<test[9653f4f1d2ca1489]::run_test_in_process::{closure#0}>, core[d17f6591d688f3bd]::result::Result<(), alloc[dad09f3a48280dba]::string::String>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:581:40
[INFO] [stdout]   44:     0x5598b4a4a58b - std[fce30c26ee6459b]::panicking::catch_unwind::<core[d17f6591d688f3bd]::result::Result<(), alloc[dad09f3a48280dba]::string::String>, core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<test[9653f4f1d2ca1489]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:544:19
[INFO] [stdout]   45:     0x5598b4a4a58b - std[fce30c26ee6459b]::panic::catch_unwind::<core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<test[9653f4f1d2ca1489]::run_test_in_process::{closure#0}>, core[d17f6591d688f3bd]::result::Result<(), alloc[dad09f3a48280dba]::string::String>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panic.rs:359:14
[INFO] [stdout]   46:     0x5598b4a4a58b - test[9653f4f1d2ca1489]::run_test_in_process
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/test/src/lib.rs:747:27
[INFO] [stdout]   47:     0x5598b4a4a58b - test[9653f4f1d2ca1489]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/test/src/lib.rs:668:43
[INFO] [stdout]   48:     0x5598b4a43ca4 - test[9653f4f1d2ca1489]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/test/src/lib.rs:698:41
[INFO] [stdout]   49:     0x5598b4a43ca4 - std[fce30c26ee6459b]::sys::backtrace::__rust_begin_short_backtrace::<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   50:     0x5598b4a4d192 - std[fce30c26ee6459b]::thread::lifecycle::spawn_unchecked::<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/thread/lifecycle.rs:70:13
[INFO] [stdout]   51:     0x5598b4a4d192 - <core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<std[fce30c26ee6459b]::thread::lifecycle::spawn_unchecked<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[d17f6591d688f3bd]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   52:     0x5598b4a4d192 - std[fce30c26ee6459b]::panicking::catch_unwind::do_call::<core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<std[fce30c26ee6459b]::thread::lifecycle::spawn_unchecked<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:581:40
[INFO] [stdout]   53:     0x5598b4a4d192 - std[fce30c26ee6459b]::panicking::catch_unwind::<(), core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<std[fce30c26ee6459b]::thread::lifecycle::spawn_unchecked<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:544:19
[INFO] [stdout]   54:     0x5598b4a4d192 - std[fce30c26ee6459b]::panic::catch_unwind::<core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<std[fce30c26ee6459b]::thread::lifecycle::spawn_unchecked<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panic.rs:359:14
[INFO] [stdout]   55:     0x5598b4a4d192 - std[fce30c26ee6459b]::thread::lifecycle::spawn_unchecked::<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/thread/lifecycle.rs:68:26
[INFO] [stdout]   56:     0x5598b4a4d192 - <std[fce30c26ee6459b]::thread::lifecycle::spawn_unchecked<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>::{closure#1} as core[d17f6591d688f3bd]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   57:     0x5598b4bbf51f - <alloc[dad09f3a48280dba]::boxed::Box<dyn core[d17f6591d688f3bd]::ops::function::FnOnce<(), Output = ()> + core[d17f6591d688f3bd]::marker::Send> as core[d17f6591d688f3bd]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/alloc/src/boxed.rs:2271:9
[INFO] [stdout]   58:     0x5598b4bbf51f - <std[fce30c26ee6459b]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/sys/thread/unix.rs:118:17
[INFO] [stdout]   59:     0x76e42426eaa4 - <unknown>
[INFO] [stdout]   60:     0x76e4242fba64 - clone
[INFO] [stdout]   61:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] thread 'query_transformation::tests::all_impls_match' (17) panicked at src/query_transformation.rs:224:13:
[INFO] [stdout] assertion `left == right` failed
[INFO] [stdout]   left: Ok("(oe=hmjldfuhrigtymylwjvvzbiocqzt) OR ((ohzzgbifod=tfkwoyekbgaz) OR (bezvikpcdjiulkaxewvs=hrrexczh) OR (otsux=atnvszuqchqlqiwfhuvqmt) OR (oe=hmjldfuhrigtymylwjvvzbiocqzt))")
[INFO] [stdout]  right: Ok("(a=xpfolxpo) OR ((ohzzgbifod=tfkwoyekbgaz) OR (bezvikpcdjiulkaxewvs=hrrexczh) OR (otsux=atnvszuqchqlqiwfhuvqmt) OR (oe=hmjldfuhrigtymylwjvvzbiocqzt))")
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x5598b4bbfc0a - std[fce30c26ee6459b]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x5598b4bbfc0a - std[fce30c26ee6459b]::backtrace_rs::backtrace::trace_unsynchronized::<std[fce30c26ee6459b]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x5598b4bbfc0a - std[fce30c26ee6459b]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x5598b4bbfc0a - <<std[fce30c26ee6459b]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[d17f6591d688f3bd]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x5598b4bd51ea - <core[d17f6591d688f3bd]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x5598b4bd51ea - core[d17f6591d688f3bd]::fmt::write
[INFO] [stdout]    6:     0x5598b4bc4852 - std[fce30c26ee6459b]::io::default_write_fmt::<alloc[dad09f3a48280dba]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/io/mod.rs:621:11
[INFO] [stdout]    7:     0x5598b4bc4852 - <alloc[dad09f3a48280dba]::vec::Vec<u8> as std[fce30c26ee6459b]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/io/mod.rs:1976:13
[INFO] [stdout]    8:     0x5598b4b9d45f - <std[fce30c26ee6459b]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x5598b4b9d45f - std[fce30c26ee6459b]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x5598b4bb7f09 - std[fce30c26ee6459b]::panicking::default_hook
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x5598b4a49abc - <alloc[dad09f3a48280dba]::boxed::Box<dyn for<'a, 'b> core[d17f6591d688f3bd]::ops::function::Fn<(&'a std[fce30c26ee6459b]::panic::PanicHookInfo<'b>,), Output = ()> + core[d17f6591d688f3bd]::marker::Sync + core[d17f6591d688f3bd]::marker::Send> as core[d17f6591d688f3bd]::ops::function::Fn<(&std[fce30c26ee6459b]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/alloc/src/boxed.rs:2285:9
[INFO] [stdout]   12:     0x5598b4a49abc - test[9653f4f1d2ca1489]::test_main_inner::<test[9653f4f1d2ca1489]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/test/src/lib.rs:155:21
[INFO] [stdout]   13:     0x5598b4bb80c2 - <alloc[dad09f3a48280dba]::boxed::Box<dyn for<'a, 'b> core[d17f6591d688f3bd]::ops::function::Fn<(&'a std[fce30c26ee6459b]::panic::PanicHookInfo<'b>,), Output = ()> + core[d17f6591d688f3bd]::marker::Sync + core[d17f6591d688f3bd]::marker::Send> as core[d17f6591d688f3bd]::ops::function::Fn<(&std[fce30c26ee6459b]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/alloc/src/boxed.rs:2285:9
[INFO] [stdout]   14:     0x5598b4bb80c2 - std[fce30c26ee6459b]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x5598b4b9d518 - std[fce30c26ee6459b]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:698:13
[INFO] [stdout]   16:     0x5598b4b92619 - std[fce30c26ee6459b]::sys::backtrace::__rust_end_short_backtrace::<std[fce30c26ee6459b]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x5598b4b9e22d - __rustc[de152adb51f02556]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x5598b4bd5a2c - core[d17f6591d688f3bd]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x5598b4bd58e3 - core[d17f6591d688f3bd]::panicking::assert_failed_inner
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/panicking.rs:439:17
[INFO] [stdout]   20:     0x5598b4a3828d - core[d17f6591d688f3bd]::panicking::assert_failed::<core[d17f6591d688f3bd]::result::Result<alloc[dad09f3a48280dba]::string::String, rustbook[3f46124814f1185b]::query_transformation::PrintError>, core[d17f6591d688f3bd]::result::Result<alloc[dad09f3a48280dba]::string::String, rustbook[3f46124814f1185b]::query_transformation::PrintError>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/panicking.rs:394:5
[INFO] [stdout]   21:     0x5598b4a31665 - rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#1}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/query_transformation.rs:224:13
[INFO] [stdout]   22:     0x5598b4a33ef7 - <&rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#1} as core[d17f6591d688f3bd]::ops::function::Fn<(proptest[b103e6066b256e9b]::sugar::NamedArguments<&str, rustbook[3f46124814f1185b]::query_transformation::QueryBoxed>,)>>::call
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/ops/function.rs:263:22
[INFO] [stdout]   23:     0x5598b4a2c767 - proptest[b103e6066b256e9b]::test_runner::runner::call_test::<proptest[b103e6066b256e9b]::sugar::NamedArguments<&str, rustbook[3f46124814f1185b]::query_transformation::QueryBoxed>, &rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#1}, alloc[dad09f3a48280dba]::vec::into_iter::IntoIter<core[d17f6591d688f3bd]::result::Result<(), proptest[b103e6066b256e9b]::test_runner::errors::TestCaseError>>>::{closure#3}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:256:49
[INFO] [stdout]   24:     0x5598b4a23808 - <core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<proptest[b103e6066b256e9b]::test_runner::runner::call_test<proptest[b103e6066b256e9b]::sugar::NamedArguments<&str, rustbook[3f46124814f1185b]::query_transformation::QueryBoxed>, &rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#1}, alloc[dad09f3a48280dba]::vec::into_iter::IntoIter<core[d17f6591d688f3bd]::result::Result<(), proptest[b103e6066b256e9b]::test_runner::errors::TestCaseError>>>::{closure#3}> as core[d17f6591d688f3bd]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   25:     0x5598b4a387fd - std[fce30c26ee6459b]::panicking::catch_unwind::do_call::<core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<proptest[b103e6066b256e9b]::test_runner::runner::call_test<proptest[b103e6066b256e9b]::sugar::NamedArguments<&str, rustbook[3f46124814f1185b]::query_transformation::QueryBoxed>, &rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#1}, alloc[dad09f3a48280dba]::vec::into_iter::IntoIter<core[d17f6591d688f3bd]::result::Result<(), proptest[b103e6066b256e9b]::test_runner::errors::TestCaseError>>>::{closure#3}>, core[d17f6591d688f3bd]::result::Result<(), proptest[b103e6066b256e9b]::test_runner::errors::TestCaseError>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:581:40
[INFO] [stdout]   26:     0x5598b4a367db - __rust_try
[INFO] [stdout]   27:     0x5598b4a2fe01 - std[fce30c26ee6459b]::panicking::catch_unwind::<core[d17f6591d688f3bd]::result::Result<(), proptest[b103e6066b256e9b]::test_runner::errors::TestCaseError>, core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<proptest[b103e6066b256e9b]::test_runner::runner::call_test<proptest[b103e6066b256e9b]::sugar::NamedArguments<&str, rustbook[3f46124814f1185b]::query_transformation::QueryBoxed>, &rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#1}, alloc[dad09f3a48280dba]::vec::into_iter::IntoIter<core[d17f6591d688f3bd]::result::Result<(), proptest[b103e6066b256e9b]::test_runner::errors::TestCaseError>>>::{closure#3}>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:544:19
[INFO] [stdout]   28:     0x5598b4a2fe01 - std[fce30c26ee6459b]::panic::catch_unwind::<core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<proptest[b103e6066b256e9b]::test_runner::runner::call_test<proptest[b103e6066b256e9b]::sugar::NamedArguments<&str, rustbook[3f46124814f1185b]::query_transformation::QueryBoxed>, &rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#1}, alloc[dad09f3a48280dba]::vec::into_iter::IntoIter<core[d17f6591d688f3bd]::result::Result<(), proptest[b103e6066b256e9b]::test_runner::errors::TestCaseError>>>::{closure#3}>, core[d17f6591d688f3bd]::result::Result<(), proptest[b103e6066b256e9b]::test_runner::errors::TestCaseError>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panic.rs:359:14
[INFO] [stdout]   29:     0x5598b4a2b3a4 - proptest[b103e6066b256e9b]::test_runner::runner::call_test::<proptest[b103e6066b256e9b]::sugar::NamedArguments<&str, rustbook[3f46124814f1185b]::query_transformation::QueryBoxed>, &rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#1}, alloc[dad09f3a48280dba]::vec::into_iter::IntoIter<core[d17f6591d688f3bd]::result::Result<(), proptest[b103e6066b256e9b]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:256:9
[INFO] [stdout]   30:     0x5598b4a297d7 - <proptest[b103e6066b256e9b]::test_runner::runner::TestRunner>::shrink::<proptest[b103e6066b256e9b]::strategy::map::Map<alloc[dad09f3a48280dba]::boxed::Box<dyn proptest[b103e6066b256e9b]::strategy::traits::ValueTree<Value = rustbook[3f46124814f1185b]::query_transformation::QueryBoxed>>, rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#0}>, &rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#1}, alloc[dad09f3a48280dba]::vec::into_iter::IntoIter<core[d17f6591d688f3bd]::result::Result<(), proptest[b103e6066b256e9b]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:845:30
[INFO] [stdout]   31:     0x5598b4a2743e - <proptest[b103e6066b256e9b]::test_runner::runner::TestRunner>::run_one_with_replay::<proptest[b103e6066b256e9b]::strategy::map::Map<alloc[dad09f3a48280dba]::boxed::Box<dyn proptest[b103e6066b256e9b]::strategy::traits::ValueTree<Value = rustbook[3f46124814f1185b]::query_transformation::QueryBoxed>>, rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#0}>, &rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#1}, alloc[dad09f3a48280dba]::vec::into_iter::IntoIter<core[d17f6591d688f3bd]::result::Result<(), proptest[b103e6066b256e9b]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:736:22
[INFO] [stdout]   32:     0x5598b4a26c9a - <proptest[b103e6066b256e9b]::test_runner::runner::TestRunner>::gen_and_run_case::<proptest[b103e6066b256e9b]::strategy::map::Map<proptest[b103e6066b256e9b]::strategy::recursive::Recursive<rustbook[3f46124814f1185b]::query_transformation::QueryBoxed, rustbook[3f46124814f1185b]::query_transformation::tests::arb_query::{closure#1}>, rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#0}>, rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#1}, alloc[dad09f3a48280dba]::vec::into_iter::IntoIter<core[d17f6591d688f3bd]::result::Result<(), proptest[b103e6066b256e9b]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:664:28
[INFO] [stdout]   33:     0x5598b4a28165 - <proptest[b103e6066b256e9b]::test_runner::runner::TestRunner>::run_in_process_with_replay::<proptest[b103e6066b256e9b]::strategy::map::Map<proptest[b103e6066b256e9b]::strategy::recursive::Recursive<rustbook[3f46124814f1185b]::query_transformation::QueryBoxed, rustbook[3f46124814f1185b]::query_transformation::tests::arb_query::{closure#1}>, rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#0}>, rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#1}, alloc[dad09f3a48280dba]::vec::into_iter::IntoIter<core[d17f6591d688f3bd]::result::Result<(), proptest[b103e6066b256e9b]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:613:31
[INFO] [stdout]   34:     0x5598b4a26a10 - <proptest[b103e6066b256e9b]::test_runner::runner::TestRunner>::run_in_process::<proptest[b103e6066b256e9b]::strategy::map::Map<proptest[b103e6066b256e9b]::strategy::recursive::Recursive<rustbook[3f46124814f1185b]::query_transformation::QueryBoxed, rustbook[3f46124814f1185b]::query_transformation::tests::arb_query::{closure#1}>, rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#0}>, rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#1}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:570:14
[INFO] [stdout]   35:     0x5598b4a2914f - <proptest[b103e6066b256e9b]::test_runner::runner::TestRunner>::run::<proptest[b103e6066b256e9b]::strategy::map::Map<proptest[b103e6066b256e9b]::strategy::recursive::Recursive<rustbook[3f46124814f1185b]::query_transformation::QueryBoxed, rustbook[3f46124814f1185b]::query_transformation::tests::arb_query::{closure#1}>, rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#0}>, rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#1}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:413:18
[INFO] [stdout]   36:     0x5598b4a32ffe - rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/sugar.rs:163:17
[INFO] [stdout]   37:     0x5598b4a312d7 - rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/sugar.rs:159:28
[INFO] [stdout]   38:     0x5598b4a24036 - <rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#0} as core[d17f6591d688f3bd]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   39:     0x5598b4a3cd9b - <fn() -> core[d17f6591d688f3bd]::result::Result<(), alloc[dad09f3a48280dba]::string::String> as core[d17f6591d688f3bd]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   40:     0x5598b4a3cd9b - test[9653f4f1d2ca1489]::__rust_begin_short_backtrace::<core[d17f6591d688f3bd]::result::Result<(), alloc[dad09f3a48280dba]::string::String>, fn() -> core[d17f6591d688f3bd]::result::Result<(), alloc[dad09f3a48280dba]::string::String>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/test/src/lib.rs:724:18
[INFO] [stdout]   41:     0x5598b4a4a58b - test[9653f4f1d2ca1489]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/test/src/lib.rs:747:74
[INFO] [stdout]   42:     0x5598b4a4a58b - <core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<test[9653f4f1d2ca1489]::run_test_in_process::{closure#0}> as core[d17f6591d688f3bd]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   43:     0x5598b4a4a58b - std[fce30c26ee6459b]::panicking::catch_unwind::do_call::<core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<test[9653f4f1d2ca1489]::run_test_in_process::{closure#0}>, core[d17f6591d688f3bd]::result::Result<(), alloc[dad09f3a48280dba]::string::String>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:581:40
[INFO] [stdout]   44:     0x5598b4a4a58b - std[fce30c26ee6459b]::panicking::catch_unwind::<core[d17f6591d688f3bd]::result::Result<(), alloc[dad09f3a48280dba]::string::String>, core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<test[9653f4f1d2ca1489]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:544:19
[INFO] [stdout]   45:     0x5598b4a4a58b - std[fce30c26ee6459b]::panic::catch_unwind::<core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<test[9653f4f1d2ca1489]::run_test_in_process::{closure#0}>, core[d17f6591d688f3bd]::result::Result<(), alloc[dad09f3a48280dba]::string::String>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panic.rs:359:14
[INFO] [stdout]   46:     0x5598b4a4a58b - test[9653f4f1d2ca1489]::run_test_in_process
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/test/src/lib.rs:747:27
[INFO] [stdout]   47:     0x5598b4a4a58b - test[9653f4f1d2ca1489]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/test/src/lib.rs:668:43
[INFO] [stdout]   48:     0x5598b4a43ca4 - test[9653f4f1d2ca1489]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/test/src/lib.rs:698:41
[INFO] [stdout]   49:     0x5598b4a43ca4 - std[fce30c26ee6459b]::sys::backtrace::__rust_begin_short_backtrace::<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   50:     0x5598b4a4d192 - std[fce30c26ee6459b]::thread::lifecycle::spawn_unchecked::<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/thread/lifecycle.rs:70:13
[INFO] [stdout]   51:     0x5598b4a4d192 - <core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<std[fce30c26ee6459b]::thread::lifecycle::spawn_unchecked<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[d17f6591d688f3bd]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   52:     0x5598b4a4d192 - std[fce30c26ee6459b]::panicking::catch_unwind::do_call::<core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<std[fce30c26ee6459b]::thread::lifecycle::spawn_unchecked<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:581:40
[INFO] [stdout]   53:     0x5598b4a4d192 - std[fce30c26ee6459b]::panicking::catch_unwind::<(), core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<std[fce30c26ee6459b]::thread::lifecycle::spawn_unchecked<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:544:19
[INFO] [stdout]   54:     0x5598b4a4d192 - std[fce30c26ee6459b]::panic::catch_unwind::<core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<std[fce30c26ee6459b]::thread::lifecycle::spawn_unchecked<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panic.rs:359:14
[INFO] [stdout]   55:     0x5598b4a4d192 - std[fce30c26ee6459b]::thread::lifecycle::spawn_unchecked::<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/thread/lifecycle.rs:68:26
[INFO] [stdout]   56:     0x5598b4a4d192 - <std[fce30c26ee6459b]::thread::lifecycle::spawn_unchecked<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>::{closure#1} as core[d17f6591d688f3bd]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   57:     0x5598b4bbf51f - <alloc[dad09f3a48280dba]::boxed::Box<dyn core[d17f6591d688f3bd]::ops::function::FnOnce<(), Output = ()> + core[d17f6591d688f3bd]::marker::Send> as core[d17f6591d688f3bd]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/alloc/src/boxed.rs:2271:9
[INFO] [stdout]   58:     0x5598b4bbf51f - <std[fce30c26ee6459b]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/sys/thread/unix.rs:118:17
[INFO] [stdout]   59:     0x76e42426eaa4 - <unknown>
[INFO] [stdout]   60:     0x76e4242fba64 - clone
[INFO] [stdout]   61:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] thread 'query_transformation::tests::all_impls_match' (17) panicked at src/query_transformation.rs:224:13:
[INFO] [stdout] assertion `left == right` failed
[INFO] [stdout]   left: Ok("(oe=hmjldfuhrigtymylwjvvzbiocqzt) OR ((ohzzgbifod=tfkwoyekbgaz) OR (bezvikpcdjiulkaxewvs=hrrexczh) OR (otsux=atnvszuqchqlqiwfhuvqmt) OR (oe=hmjldfuhrigtymylwjvvzbiocqzt))")
[INFO] [stdout]  right: Ok("(a=pfolxpo) OR ((ohzzgbifod=tfkwoyekbgaz) OR (bezvikpcdjiulkaxewvs=hrrexczh) OR (otsux=atnvszuqchqlqiwfhuvqmt) OR (oe=hmjldfuhrigtymylwjvvzbiocqzt))")
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x5598b4bbfc0a - std[fce30c26ee6459b]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x5598b4bbfc0a - std[fce30c26ee6459b]::backtrace_rs::backtrace::trace_unsynchronized::<std[fce30c26ee6459b]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x5598b4bbfc0a - std[fce30c26ee6459b]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x5598b4bbfc0a - <<std[fce30c26ee6459b]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[d17f6591d688f3bd]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x5598b4bd51ea - <core[d17f6591d688f3bd]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x5598b4bd51ea - core[d17f6591d688f3bd]::fmt::write
[INFO] [stdout]    6:     0x5598b4bc4852 - std[fce30c26ee6459b]::io::default_write_fmt::<alloc[dad09f3a48280dba]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/io/mod.rs:621:11
[INFO] [stdout]    7:     0x5598b4bc4852 - <alloc[dad09f3a48280dba]::vec::Vec<u8> as std[fce30c26ee6459b]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/io/mod.rs:1976:13
[INFO] [stdout]    8:     0x5598b4b9d45f - <std[fce30c26ee6459b]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x5598b4b9d45f - std[fce30c26ee6459b]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x5598b4bb7f09 - std[fce30c26ee6459b]::panicking::default_hook
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x5598b4a49abc - <alloc[dad09f3a48280dba]::boxed::Box<dyn for<'a, 'b> core[d17f6591d688f3bd]::ops::function::Fn<(&'a std[fce30c26ee6459b]::panic::PanicHookInfo<'b>,), Output = ()> + core[d17f6591d688f3bd]::marker::Sync + core[d17f6591d688f3bd]::marker::Send> as core[d17f6591d688f3bd]::ops::function::Fn<(&std[fce30c26ee6459b]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/alloc/src/boxed.rs:2285:9
[INFO] [stdout]   12:     0x5598b4a49abc - test[9653f4f1d2ca1489]::test_main_inner::<test[9653f4f1d2ca1489]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/test/src/lib.rs:155:21
[INFO] [stdout]   13:     0x5598b4bb80c2 - <alloc[dad09f3a48280dba]::boxed::Box<dyn for<'a, 'b> core[d17f6591d688f3bd]::ops::function::Fn<(&'a std[fce30c26ee6459b]::panic::PanicHookInfo<'b>,), Output = ()> + core[d17f6591d688f3bd]::marker::Sync + core[d17f6591d688f3bd]::marker::Send> as core[d17f6591d688f3bd]::ops::function::Fn<(&std[fce30c26ee6459b]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/alloc/src/boxed.rs:2285:9
[INFO] [stdout]   14:     0x5598b4bb80c2 - std[fce30c26ee6459b]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x5598b4b9d518 - std[fce30c26ee6459b]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:698:13
[INFO] [stdout]   16:     0x5598b4b92619 - std[fce30c26ee6459b]::sys::backtrace::__rust_end_short_backtrace::<std[fce30c26ee6459b]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x5598b4b9e22d - __rustc[de152adb51f02556]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x5598b4bd5a2c - core[d17f6591d688f3bd]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x5598b4bd58e3 - core[d17f6591d688f3bd]::panicking::assert_failed_inner
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/panicking.rs:439:17
[INFO] [stdout]   20:     0x5598b4a3828d - core[d17f6591d688f3bd]::panicking::assert_failed::<core[d17f6591d688f3bd]::result::Result<alloc[dad09f3a48280dba]::string::String, rustbook[3f46124814f1185b]::query_transformation::PrintError>, core[d17f6591d688f3bd]::result::Result<alloc[dad09f3a48280dba]::string::String, rustbook[3f46124814f1185b]::query_transformation::PrintError>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/panicking.rs:394:5
[INFO] [stdout]   21:     0x5598b4a31665 - rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#1}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/query_transformation.rs:224:13
[INFO] [stdout]   22:     0x5598b4a33ef7 - <&rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#1} as core[d17f6591d688f3bd]::ops::function::Fn<(proptest[b103e6066b256e9b]::sugar::NamedArguments<&str, rustbook[3f46124814f1185b]::query_transformation::QueryBoxed>,)>>::call
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/ops/function.rs:263:22
[INFO] [stdout]   23:     0x5598b4a2c767 - proptest[b103e6066b256e9b]::test_runner::runner::call_test::<proptest[b103e6066b256e9b]::sugar::NamedArguments<&str, rustbook[3f46124814f1185b]::query_transformation::QueryBoxed>, &rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#1}, alloc[dad09f3a48280dba]::vec::into_iter::IntoIter<core[d17f6591d688f3bd]::result::Result<(), proptest[b103e6066b256e9b]::test_runner::errors::TestCaseError>>>::{closure#3}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:256:49
[INFO] [stdout]   24:     0x5598b4a23808 - <core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<proptest[b103e6066b256e9b]::test_runner::runner::call_test<proptest[b103e6066b256e9b]::sugar::NamedArguments<&str, rustbook[3f46124814f1185b]::query_transformation::QueryBoxed>, &rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#1}, alloc[dad09f3a48280dba]::vec::into_iter::IntoIter<core[d17f6591d688f3bd]::result::Result<(), proptest[b103e6066b256e9b]::test_runner::errors::TestCaseError>>>::{closure#3}> as core[d17f6591d688f3bd]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   25:     0x5598b4a387fd - std[fce30c26ee6459b]::panicking::catch_unwind::do_call::<core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<proptest[b103e6066b256e9b]::test_runner::runner::call_test<proptest[b103e6066b256e9b]::sugar::NamedArguments<&str, rustbook[3f46124814f1185b]::query_transformation::QueryBoxed>, &rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#1}, alloc[dad09f3a48280dba]::vec::into_iter::IntoIter<core[d17f6591d688f3bd]::result::Result<(), proptest[b103e6066b256e9b]::test_runner::errors::TestCaseError>>>::{closure#3}>, core[d17f6591d688f3bd]::result::Result<(), proptest[b103e6066b256e9b]::test_runner::errors::TestCaseError>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:581:40
[INFO] [stdout]   26:     0x5598b4a367db - __rust_try
[INFO] [stdout]   27:     0x5598b4a2fe01 - std[fce30c26ee6459b]::panicking::catch_unwind::<core[d17f6591d688f3bd]::result::Result<(), proptest[b103e6066b256e9b]::test_runner::errors::TestCaseError>, core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<proptest[b103e6066b256e9b]::test_runner::runner::call_test<proptest[b103e6066b256e9b]::sugar::NamedArguments<&str, rustbook[3f46124814f1185b]::query_transformation::QueryBoxed>, &rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#1}, alloc[dad09f3a48280dba]::vec::into_iter::IntoIter<core[d17f6591d688f3bd]::result::Result<(), proptest[b103e6066b256e9b]::test_runner::errors::TestCaseError>>>::{closure#3}>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:544:19
[INFO] [stdout]   28:     0x5598b4a2fe01 - std[fce30c26ee6459b]::panic::catch_unwind::<core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<proptest[b103e6066b256e9b]::test_runner::runner::call_test<proptest[b103e6066b256e9b]::sugar::NamedArguments<&str, rustbook[3f46124814f1185b]::query_transformation::QueryBoxed>, &rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#1}, alloc[dad09f3a48280dba]::vec::into_iter::IntoIter<core[d17f6591d688f3bd]::result::Result<(), proptest[b103e6066b256e9b]::test_runner::errors::TestCaseError>>>::{closure#3}>, core[d17f6591d688f3bd]::result::Result<(), proptest[b103e6066b256e9b]::test_runner::errors::TestCaseError>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panic.rs:359:14
[INFO] [stdout]   29:     0x5598b4a2b3a4 - proptest[b103e6066b256e9b]::test_runner::runner::call_test::<proptest[b103e6066b256e9b]::sugar::NamedArguments<&str, rustbook[3f46124814f1185b]::query_transformation::QueryBoxed>, &rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#1}, alloc[dad09f3a48280dba]::vec::into_iter::IntoIter<core[d17f6591d688f3bd]::result::Result<(), proptest[b103e6066b256e9b]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:256:9
[INFO] [stdout]   30:     0x5598b4a297d7 - <proptest[b103e6066b256e9b]::test_runner::runner::TestRunner>::shrink::<proptest[b103e6066b256e9b]::strategy::map::Map<alloc[dad09f3a48280dba]::boxed::Box<dyn proptest[b103e6066b256e9b]::strategy::traits::ValueTree<Value = rustbook[3f46124814f1185b]::query_transformation::QueryBoxed>>, rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#0}>, &rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#1}, alloc[dad09f3a48280dba]::vec::into_iter::IntoIter<core[d17f6591d688f3bd]::result::Result<(), proptest[b103e6066b256e9b]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:845:30
[INFO] [stdout]   31:     0x5598b4a2743e - <proptest[b103e6066b256e9b]::test_runner::runner::TestRunner>::run_one_with_replay::<proptest[b103e6066b256e9b]::strategy::map::Map<alloc[dad09f3a48280dba]::boxed::Box<dyn proptest[b103e6066b256e9b]::strategy::traits::ValueTree<Value = rustbook[3f46124814f1185b]::query_transformation::QueryBoxed>>, rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#0}>, &rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#1}, alloc[dad09f3a48280dba]::vec::into_iter::IntoIter<core[d17f6591d688f3bd]::result::Result<(), proptest[b103e6066b256e9b]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:736:22
[INFO] [stdout]   32:     0x5598b4a26c9a - <proptest[b103e6066b256e9b]::test_runner::runner::TestRunner>::gen_and_run_case::<proptest[b103e6066b256e9b]::strategy::map::Map<proptest[b103e6066b256e9b]::strategy::recursive::Recursive<rustbook[3f46124814f1185b]::query_transformation::QueryBoxed, rustbook[3f46124814f1185b]::query_transformation::tests::arb_query::{closure#1}>, rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#0}>, rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#1}, alloc[dad09f3a48280dba]::vec::into_iter::IntoIter<core[d17f6591d688f3bd]::result::Result<(), proptest[b103e6066b256e9b]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:664:28
[INFO] [stdout]   33:     0x5598b4a28165 - <proptest[b103e6066b256e9b]::test_runner::runner::TestRunner>::run_in_process_with_replay::<proptest[b103e6066b256e9b]::strategy::map::Map<proptest[b103e6066b256e9b]::strategy::recursive::Recursive<rustbook[3f46124814f1185b]::query_transformation::QueryBoxed, rustbook[3f46124814f1185b]::query_transformation::tests::arb_query::{closure#1}>, rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#0}>, rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#1}, alloc[dad09f3a48280dba]::vec::into_iter::IntoIter<core[d17f6591d688f3bd]::result::Result<(), proptest[b103e6066b256e9b]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:613:31
[INFO] [stdout]   34:     0x5598b4a26a10 - <proptest[b103e6066b256e9b]::test_runner::runner::TestRunner>::run_in_process::<proptest[b103e6066b256e9b]::strategy::map::Map<proptest[b103e6066b256e9b]::strategy::recursive::Recursive<rustbook[3f46124814f1185b]::query_transformation::QueryBoxed, rustbook[3f46124814f1185b]::query_transformation::tests::arb_query::{closure#1}>, rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#0}>, rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#1}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:570:14
[INFO] [stdout]   35:     0x5598b4a2914f - <proptest[b103e6066b256e9b]::test_runner::runner::TestRunner>::run::<proptest[b103e6066b256e9b]::strategy::map::Map<proptest[b103e6066b256e9b]::strategy::recursive::Recursive<rustbook[3f46124814f1185b]::query_transformation::QueryBoxed, rustbook[3f46124814f1185b]::query_transformation::tests::arb_query::{closure#1}>, rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#0}>, rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#1}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:413:18
[INFO] [stdout]   36:     0x5598b4a32ffe - rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/sugar.rs:163:17
[INFO] [stdout]   37:     0x5598b4a312d7 - rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/sugar.rs:159:28
[INFO] [stdout]   38:     0x5598b4a24036 - <rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#0} as core[d17f6591d688f3bd]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   39:     0x5598b4a3cd9b - <fn() -> core[d17f6591d688f3bd]::result::Result<(), alloc[dad09f3a48280dba]::string::String> as core[d17f6591d688f3bd]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   40:     0x5598b4a3cd9b - test[9653f4f1d2ca1489]::__rust_begin_short_backtrace::<core[d17f6591d688f3bd]::result::Result<(), alloc[dad09f3a48280dba]::string::String>, fn() -> core[d17f6591d688f3bd]::result::Result<(), alloc[dad09f3a48280dba]::string::String>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/test/src/lib.rs:724:18
[INFO] [stdout]   41:     0x5598b4a4a58b - test[9653f4f1d2ca1489]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/test/src/lib.rs:747:74
[INFO] [stdout]   42:     0x5598b4a4a58b - <core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<test[9653f4f1d2ca1489]::run_test_in_process::{closure#0}> as core[d17f6591d688f3bd]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   43:     0x5598b4a4a58b - std[fce30c26ee6459b]::panicking::catch_unwind::do_call::<core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<test[9653f4f1d2ca1489]::run_test_in_process::{closure#0}>, core[d17f6591d688f3bd]::result::Result<(), alloc[dad09f3a48280dba]::string::String>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:581:40
[INFO] [stdout]   44:     0x5598b4a4a58b - std[fce30c26ee6459b]::panicking::catch_unwind::<core[d17f6591d688f3bd]::result::Result<(), alloc[dad09f3a48280dba]::string::String>, core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<test[9653f4f1d2ca1489]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:544:19
[INFO] [stdout]   45:     0x5598b4a4a58b - std[fce30c26ee6459b]::panic::catch_unwind::<core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<test[9653f4f1d2ca1489]::run_test_in_process::{closure#0}>, core[d17f6591d688f3bd]::result::Result<(), alloc[dad09f3a48280dba]::string::String>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panic.rs:359:14
[INFO] [stdout]   46:     0x5598b4a4a58b - test[9653f4f1d2ca1489]::run_test_in_process
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/test/src/lib.rs:747:27
[INFO] [stdout]   47:     0x5598b4a4a58b - test[9653f4f1d2ca1489]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/test/src/lib.rs:668:43
[INFO] [stdout]   48:     0x5598b4a43ca4 - test[9653f4f1d2ca1489]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/test/src/lib.rs:698:41
[INFO] [stdout]   49:     0x5598b4a43ca4 - std[fce30c26ee6459b]::sys::backtrace::__rust_begin_short_backtrace::<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   50:     0x5598b4a4d192 - std[fce30c26ee6459b]::thread::lifecycle::spawn_unchecked::<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/thread/lifecycle.rs:70:13
[INFO] [stdout]   51:     0x5598b4a4d192 - <core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<std[fce30c26ee6459b]::thread::lifecycle::spawn_unchecked<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[d17f6591d688f3bd]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   52:     0x5598b4a4d192 - std[fce30c26ee6459b]::panicking::catch_unwind::do_call::<core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<std[fce30c26ee6459b]::thread::lifecycle::spawn_unchecked<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:581:40
[INFO] [stdout]   53:     0x5598b4a4d192 - std[fce30c26ee6459b]::panicking::catch_unwind::<(), core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<std[fce30c26ee6459b]::thread::lifecycle::spawn_unchecked<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:544:19
[INFO] [stdout]   54:     0x5598b4a4d192 - std[fce30c26ee6459b]::panic::catch_unwind::<core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<std[fce30c26ee6459b]::thread::lifecycle::spawn_unchecked<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panic.rs:359:14
[INFO] [stdout]   55:     0x5598b4a4d192 - std[fce30c26ee6459b]::thread::lifecycle::spawn_unchecked::<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/thread/lifecycle.rs:68:26
[INFO] [stdout]   56:     0x5598b4a4d192 - <std[fce30c26ee6459b]::thread::lifecycle::spawn_unchecked<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>::{closure#1} as core[d17f6591d688f3bd]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   57:     0x5598b4bbf51f - <alloc[dad09f3a48280dba]::boxed::Box<dyn core[d17f6591d688f3bd]::ops::function::FnOnce<(), Output = ()> + core[d17f6591d688f3bd]::marker::Send> as core[d17f6591d688f3bd]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/alloc/src/boxed.rs:2271:9
[INFO] [stdout]   58:     0x5598b4bbf51f - <std[fce30c26ee6459b]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/sys/thread/unix.rs:118:17
[INFO] [stdout]   59:     0x76e42426eaa4 - <unknown>
[INFO] [stdout]   60:     0x76e4242fba64 - clone
[INFO] [stdout]   61:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] thread 'query_transformation::tests::all_impls_match' (17) panicked at src/query_transformation.rs:224:13:
[INFO] [stdout] assertion `left == right` failed
[INFO] [stdout]   left: Ok("(oe=hmjldfuhrigtymylwjvvzbiocqzt) OR ((ohzzgbifod=tfkwoyekbgaz) OR (bezvikpcdjiulkaxewvs=hrrexczh) OR (otsux=atnvszuqchqlqiwfhuvqmt) OR (oe=hmjldfuhrigtymylwjvvzbiocqzt))")
[INFO] [stdout]  right: Ok("(a=folxpo) OR ((ohzzgbifod=tfkwoyekbgaz) OR (bezvikpcdjiulkaxewvs=hrrexczh) OR (otsux=atnvszuqchqlqiwfhuvqmt) OR (oe=hmjldfuhrigtymylwjvvzbiocqzt))")
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x5598b4bbfc0a - std[fce30c26ee6459b]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x5598b4bbfc0a - std[fce30c26ee6459b]::backtrace_rs::backtrace::trace_unsynchronized::<std[fce30c26ee6459b]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x5598b4bbfc0a - std[fce30c26ee6459b]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x5598b4bbfc0a - <<std[fce30c26ee6459b]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[d17f6591d688f3bd]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x5598b4bd51ea - <core[d17f6591d688f3bd]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x5598b4bd51ea - core[d17f6591d688f3bd]::fmt::write
[INFO] [stdout]    6:     0x5598b4bc4852 - std[fce30c26ee6459b]::io::default_write_fmt::<alloc[dad09f3a48280dba]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/io/mod.rs:621:11
[INFO] [stdout]    7:     0x5598b4bc4852 - <alloc[dad09f3a48280dba]::vec::Vec<u8> as std[fce30c26ee6459b]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/io/mod.rs:1976:13
[INFO] [stdout]    8:     0x5598b4b9d45f - <std[fce30c26ee6459b]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x5598b4b9d45f - std[fce30c26ee6459b]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x5598b4bb7f09 - std[fce30c26ee6459b]::panicking::default_hook
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x5598b4a49abc - <alloc[dad09f3a48280dba]::boxed::Box<dyn for<'a, 'b> core[d17f6591d688f3bd]::ops::function::Fn<(&'a std[fce30c26ee6459b]::panic::PanicHookInfo<'b>,), Output = ()> + core[d17f6591d688f3bd]::marker::Sync + core[d17f6591d688f3bd]::marker::Send> as core[d17f6591d688f3bd]::ops::function::Fn<(&std[fce30c26ee6459b]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/alloc/src/boxed.rs:2285:9
[INFO] [stdout]   12:     0x5598b4a49abc - test[9653f4f1d2ca1489]::test_main_inner::<test[9653f4f1d2ca1489]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/test/src/lib.rs:155:21
[INFO] [stdout]   13:     0x5598b4bb80c2 - <alloc[dad09f3a48280dba]::boxed::Box<dyn for<'a, 'b> core[d17f6591d688f3bd]::ops::function::Fn<(&'a std[fce30c26ee6459b]::panic::PanicHookInfo<'b>,), Output = ()> + core[d17f6591d688f3bd]::marker::Sync + core[d17f6591d688f3bd]::marker::Send> as core[d17f6591d688f3bd]::ops::function::Fn<(&std[fce30c26ee6459b]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/alloc/src/boxed.rs:2285:9
[INFO] [stdout]   14:     0x5598b4bb80c2 - std[fce30c26ee6459b]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x5598b4b9d518 - std[fce30c26ee6459b]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:698:13
[INFO] [stdout]   16:     0x5598b4b92619 - std[fce30c26ee6459b]::sys::backtrace::__rust_end_short_backtrace::<std[fce30c26ee6459b]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x5598b4b9e22d - __rustc[de152adb51f02556]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x5598b4bd5a2c - core[d17f6591d688f3bd]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x5598b4bd58e3 - core[d17f6591d688f3bd]::panicking::assert_failed_inner
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/panicking.rs:439:17
[INFO] [stdout]   20:     0x5598b4a3828d - core[d17f6591d688f3bd]::panicking::assert_failed::<core[d17f6591d688f3bd]::result::Result<alloc[dad09f3a48280dba]::string::String, rustbook[3f46124814f1185b]::query_transformation::PrintError>, core[d17f6591d688f3bd]::result::Result<alloc[dad09f3a48280dba]::string::String, rustbook[3f46124814f1185b]::query_transformation::PrintError>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/panicking.rs:394:5
[INFO] [stdout]   21:     0x5598b4a31665 - rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#1}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/query_transformation.rs:224:13
[INFO] [stdout]   22:     0x5598b4a33ef7 - <&rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#1} as core[d17f6591d688f3bd]::ops::function::Fn<(proptest[b103e6066b256e9b]::sugar::NamedArguments<&str, rustbook[3f46124814f1185b]::query_transformation::QueryBoxed>,)>>::call
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/ops/function.rs:263:22
[INFO] [stdout]   23:     0x5598b4a2c767 - proptest[b103e6066b256e9b]::test_runner::runner::call_test::<proptest[b103e6066b256e9b]::sugar::NamedArguments<&str, rustbook[3f46124814f1185b]::query_transformation::QueryBoxed>, &rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#1}, alloc[dad09f3a48280dba]::vec::into_iter::IntoIter<core[d17f6591d688f3bd]::result::Result<(), proptest[b103e6066b256e9b]::test_runner::errors::TestCaseError>>>::{closure#3}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:256:49
[INFO] [stdout]   24:     0x5598b4a23808 - <core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<proptest[b103e6066b256e9b]::test_runner::runner::call_test<proptest[b103e6066b256e9b]::sugar::NamedArguments<&str, rustbook[3f46124814f1185b]::query_transformation::QueryBoxed>, &rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#1}, alloc[dad09f3a48280dba]::vec::into_iter::IntoIter<core[d17f6591d688f3bd]::result::Result<(), proptest[b103e6066b256e9b]::test_runner::errors::TestCaseError>>>::{closure#3}> as core[d17f6591d688f3bd]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   25:     0x5598b4a387fd - std[fce30c26ee6459b]::panicking::catch_unwind::do_call::<core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<proptest[b103e6066b256e9b]::test_runner::runner::call_test<proptest[b103e6066b256e9b]::sugar::NamedArguments<&str, rustbook[3f46124814f1185b]::query_transformation::QueryBoxed>, &rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#1}, alloc[dad09f3a48280dba]::vec::into_iter::IntoIter<core[d17f6591d688f3bd]::result::Result<(), proptest[b103e6066b256e9b]::test_runner::errors::TestCaseError>>>::{closure#3}>, core[d17f6591d688f3bd]::result::Result<(), proptest[b103e6066b256e9b]::test_runner::errors::TestCaseError>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:581:40
[INFO] [stdout]   26:     0x5598b4a367db - __rust_try
[INFO] [stdout]   27:     0x5598b4a2fe01 - std[fce30c26ee6459b]::panicking::catch_unwind::<core[d17f6591d688f3bd]::result::Result<(), proptest[b103e6066b256e9b]::test_runner::errors::TestCaseError>, core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<proptest[b103e6066b256e9b]::test_runner::runner::call_test<proptest[b103e6066b256e9b]::sugar::NamedArguments<&str, rustbook[3f46124814f1185b]::query_transformation::QueryBoxed>, &rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#1}, alloc[dad09f3a48280dba]::vec::into_iter::IntoIter<core[d17f6591d688f3bd]::result::Result<(), proptest[b103e6066b256e9b]::test_runner::errors::TestCaseError>>>::{closure#3}>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:544:19
[INFO] [stdout]   28:     0x5598b4a2fe01 - std[fce30c26ee6459b]::panic::catch_unwind::<core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<proptest[b103e6066b256e9b]::test_runner::runner::call_test<proptest[b103e6066b256e9b]::sugar::NamedArguments<&str, rustbook[3f46124814f1185b]::query_transformation::QueryBoxed>, &rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#1}, alloc[dad09f3a48280dba]::vec::into_iter::IntoIter<core[d17f6591d688f3bd]::result::Result<(), proptest[b103e6066b256e9b]::test_runner::errors::TestCaseError>>>::{closure#3}>, core[d17f6591d688f3bd]::result::Result<(), proptest[b103e6066b256e9b]::test_runner::errors::TestCaseError>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panic.rs:359:14
[INFO] [stdout]   29:     0x5598b4a2b3a4 - proptest[b103e6066b256e9b]::test_runner::runner::call_test::<proptest[b103e6066b256e9b]::sugar::NamedArguments<&str, rustbook[3f46124814f1185b]::query_transformation::QueryBoxed>, &rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#1}, alloc[dad09f3a48280dba]::vec::into_iter::IntoIter<core[d17f6591d688f3bd]::result::Result<(), proptest[b103e6066b256e9b]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:256:9
[INFO] [stdout]   30:     0x5598b4a297d7 - <proptest[b103e6066b256e9b]::test_runner::runner::TestRunner>::shrink::<proptest[b103e6066b256e9b]::strategy::map::Map<alloc[dad09f3a48280dba]::boxed::Box<dyn proptest[b103e6066b256e9b]::strategy::traits::ValueTree<Value = rustbook[3f46124814f1185b]::query_transformation::QueryBoxed>>, rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#0}>, &rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#1}, alloc[dad09f3a48280dba]::vec::into_iter::IntoIter<core[d17f6591d688f3bd]::result::Result<(), proptest[b103e6066b256e9b]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:845:30
[INFO] [stdout]   31:     0x5598b4a2743e - <proptest[b103e6066b256e9b]::test_runner::runner::TestRunner>::run_one_with_replay::<proptest[b103e6066b256e9b]::strategy::map::Map<alloc[dad09f3a48280dba]::boxed::Box<dyn proptest[b103e6066b256e9b]::strategy::traits::ValueTree<Value = rustbook[3f46124814f1185b]::query_transformation::QueryBoxed>>, rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#0}>, &rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#1}, alloc[dad09f3a48280dba]::vec::into_iter::IntoIter<core[d17f6591d688f3bd]::result::Result<(), proptest[b103e6066b256e9b]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:736:22
[INFO] [stdout]   32:     0x5598b4a26c9a - <proptest[b103e6066b256e9b]::test_runner::runner::TestRunner>::gen_and_run_case::<proptest[b103e6066b256e9b]::strategy::map::Map<proptest[b103e6066b256e9b]::strategy::recursive::Recursive<rustbook[3f46124814f1185b]::query_transformation::QueryBoxed, rustbook[3f46124814f1185b]::query_transformation::tests::arb_query::{closure#1}>, rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#0}>, rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#1}, alloc[dad09f3a48280dba]::vec::into_iter::IntoIter<core[d17f6591d688f3bd]::result::Result<(), proptest[b103e6066b256e9b]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:664:28
[INFO] [stdout]   33:     0x5598b4a28165 - <proptest[b103e6066b256e9b]::test_runner::runner::TestRunner>::run_in_process_with_replay::<proptest[b103e6066b256e9b]::strategy::map::Map<proptest[b103e6066b256e9b]::strategy::recursive::Recursive<rustbook[3f46124814f1185b]::query_transformation::QueryBoxed, rustbook[3f46124814f1185b]::query_transformation::tests::arb_query::{closure#1}>, rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#0}>, rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#1}, alloc[dad09f3a48280dba]::vec::into_iter::IntoIter<core[d17f6591d688f3bd]::result::Result<(), proptest[b103e6066b256e9b]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:613:31
[INFO] [stdout]   34:     0x5598b4a26a10 - <proptest[b103e6066b256e9b]::test_runner::runner::TestRunner>::run_in_process::<proptest[b103e6066b256e9b]::strategy::map::Map<proptest[b103e6066b256e9b]::strategy::recursive::Recursive<rustbook[3f46124814f1185b]::query_transformation::QueryBoxed, rustbook[3f46124814f1185b]::query_transformation::tests::arb_query::{closure#1}>, rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#0}>, rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#1}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:570:14
[INFO] [stdout]   35:     0x5598b4a2914f - <proptest[b103e6066b256e9b]::test_runner::runner::TestRunner>::run::<proptest[b103e6066b256e9b]::strategy::map::Map<proptest[b103e6066b256e9b]::strategy::recursive::Recursive<rustbook[3f46124814f1185b]::query_transformation::QueryBoxed, rustbook[3f46124814f1185b]::query_transformation::tests::arb_query::{closure#1}>, rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#0}>, rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#1}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:413:18
[INFO] [stdout]   36:     0x5598b4a32ffe - rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/sugar.rs:163:17
[INFO] [stdout]   37:     0x5598b4a312d7 - rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/sugar.rs:159:28
[INFO] [stdout]   38:     0x5598b4a24036 - <rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#0} as core[d17f6591d688f3bd]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   39:     0x5598b4a3cd9b - <fn() -> core[d17f6591d688f3bd]::result::Result<(), alloc[dad09f3a48280dba]::string::String> as core[d17f6591d688f3bd]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   40:     0x5598b4a3cd9b - test[9653f4f1d2ca1489]::__rust_begin_short_backtrace::<core[d17f6591d688f3bd]::result::Result<(), alloc[dad09f3a48280dba]::string::String>, fn() -> core[d17f6591d688f3bd]::result::Result<(), alloc[dad09f3a48280dba]::string::String>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/test/src/lib.rs:724:18
[INFO] [stdout]   41:     0x5598b4a4a58b - test[9653f4f1d2ca1489]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/test/src/lib.rs:747:74
[INFO] [stdout]   42:     0x5598b4a4a58b - <core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<test[9653f4f1d2ca1489]::run_test_in_process::{closure#0}> as core[d17f6591d688f3bd]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   43:     0x5598b4a4a58b - std[fce30c26ee6459b]::panicking::catch_unwind::do_call::<core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<test[9653f4f1d2ca1489]::run_test_in_process::{closure#0}>, core[d17f6591d688f3bd]::result::Result<(), alloc[dad09f3a48280dba]::string::String>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:581:40
[INFO] [stdout]   44:     0x5598b4a4a58b - std[fce30c26ee6459b]::panicking::catch_unwind::<core[d17f6591d688f3bd]::result::Result<(), alloc[dad09f3a48280dba]::string::String>, core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<test[9653f4f1d2ca1489]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:544:19
[INFO] [stdout]   45:     0x5598b4a4a58b - std[fce30c26ee6459b]::panic::catch_unwind::<core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<test[9653f4f1d2ca1489]::run_test_in_process::{closure#0}>, core[d17f6591d688f3bd]::result::Result<(), alloc[dad09f3a48280dba]::string::String>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panic.rs:359:14
[INFO] [stdout]   46:     0x5598b4a4a58b - test[9653f4f1d2ca1489]::run_test_in_process
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/test/src/lib.rs:747:27
[INFO] [stdout]   47:     0x5598b4a4a58b - test[9653f4f1d2ca1489]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/test/src/lib.rs:668:43
[INFO] [stdout]   48:     0x5598b4a43ca4 - test[9653f4f1d2ca1489]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/test/src/lib.rs:698:41
[INFO] [stdout]   49:     0x5598b4a43ca4 - std[fce30c26ee6459b]::sys::backtrace::__rust_begin_short_backtrace::<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   50:     0x5598b4a4d192 - std[fce30c26ee6459b]::thread::lifecycle::spawn_unchecked::<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/thread/lifecycle.rs:70:13
[INFO] [stdout]   51:     0x5598b4a4d192 - <core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<std[fce30c26ee6459b]::thread::lifecycle::spawn_unchecked<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[d17f6591d688f3bd]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   52:     0x5598b4a4d192 - std[fce30c26ee6459b]::panicking::catch_unwind::do_call::<core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<std[fce30c26ee6459b]::thread::lifecycle::spawn_unchecked<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:581:40
[INFO] [stdout]   53:     0x5598b4a4d192 - std[fce30c26ee6459b]::panicking::catch_unwind::<(), core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<std[fce30c26ee6459b]::thread::lifecycle::spawn_unchecked<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:544:19
[INFO] [stdout]   54:     0x5598b4a4d192 - std[fce30c26ee6459b]::panic::catch_unwind::<core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<std[fce30c26ee6459b]::thread::lifecycle::spawn_unchecked<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panic.rs:359:14
[INFO] [stdout]   55:     0x5598b4a4d192 - std[fce30c26ee6459b]::thread::lifecycle::spawn_unchecked::<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/thread/lifecycle.rs:68:26
[INFO] [stdout]   56:     0x5598b4a4d192 - <std[fce30c26ee6459b]::thread::lifecycle::spawn_unchecked<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>::{closure#1} as core[d17f6591d688f3bd]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   57:     0x5598b4bbf51f - <alloc[dad09f3a48280dba]::boxed::Box<dyn core[d17f6591d688f3bd]::ops::function::FnOnce<(), Output = ()> + core[d17f6591d688f3bd]::marker::Send> as core[d17f6591d688f3bd]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/alloc/src/boxed.rs:2271:9
[INFO] [stdout]   58:     0x5598b4bbf51f - <std[fce30c26ee6459b]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/sys/thread/unix.rs:118:17
[INFO] [stdout]   59:     0x76e42426eaa4 - <unknown>
[INFO] [stdout]   60:     0x76e4242fba64 - clone
[INFO] [stdout]   61:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] thread 'query_transformation::tests::all_impls_match' (17) panicked at src/query_transformation.rs:224:13:
[INFO] [stdout] assertion `left == right` failed
[INFO] [stdout]   left: Ok("(oe=hmjldfuhrigtymylwjvvzbiocqzt) OR ((ohzzgbifod=tfkwoyekbgaz) OR (bezvikpcdjiulkaxewvs=hrrexczh) OR (otsux=atnvszuqchqlqiwfhuvqmt) OR (oe=hmjldfuhrigtymylwjvvzbiocqzt))")
[INFO] [stdout]  right: Ok("(a=olxpo) OR ((ohzzgbifod=tfkwoyekbgaz) OR (bezvikpcdjiulkaxewvs=hrrexczh) OR (otsux=atnvszuqchqlqiwfhuvqmt) OR (oe=hmjldfuhrigtymylwjvvzbiocqzt))")
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x5598b4bbfc0a - std[fce30c26ee6459b]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x5598b4bbfc0a - std[fce30c26ee6459b]::backtrace_rs::backtrace::trace_unsynchronized::<std[fce30c26ee6459b]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x5598b4bbfc0a - std[fce30c26ee6459b]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x5598b4bbfc0a - <<std[fce30c26ee6459b]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[d17f6591d688f3bd]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x5598b4bd51ea - <core[d17f6591d688f3bd]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x5598b4bd51ea - core[d17f6591d688f3bd]::fmt::write
[INFO] [stdout]    6:     0x5598b4bc4852 - std[fce30c26ee6459b]::io::default_write_fmt::<alloc[dad09f3a48280dba]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/io/mod.rs:621:11
[INFO] [stdout]    7:     0x5598b4bc4852 - <alloc[dad09f3a48280dba]::vec::Vec<u8> as std[fce30c26ee6459b]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/io/mod.rs:1976:13
[INFO] [stdout]    8:     0x5598b4b9d45f - <std[fce30c26ee6459b]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x5598b4b9d45f - std[fce30c26ee6459b]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x5598b4bb7f09 - std[fce30c26ee6459b]::panicking::default_hook
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x5598b4a49abc - <alloc[dad09f3a48280dba]::boxed::Box<dyn for<'a, 'b> core[d17f6591d688f3bd]::ops::function::Fn<(&'a std[fce30c26ee6459b]::panic::PanicHookInfo<'b>,), Output = ()> + core[d17f6591d688f3bd]::marker::Sync + core[d17f6591d688f3bd]::marker::Send> as core[d17f6591d688f3bd]::ops::function::Fn<(&std[fce30c26ee6459b]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/alloc/src/boxed.rs:2285:9
[INFO] [stdout]   12:     0x5598b4a49abc - test[9653f4f1d2ca1489]::test_main_inner::<test[9653f4f1d2ca1489]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/test/src/lib.rs:155:21
[INFO] [stdout]   13:     0x5598b4bb80c2 - <alloc[dad09f3a48280dba]::boxed::Box<dyn for<'a, 'b> core[d17f6591d688f3bd]::ops::function::Fn<(&'a std[fce30c26ee6459b]::panic::PanicHookInfo<'b>,), Output = ()> + core[d17f6591d688f3bd]::marker::Sync + core[d17f6591d688f3bd]::marker::Send> as core[d17f6591d688f3bd]::ops::function::Fn<(&std[fce30c26ee6459b]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/alloc/src/boxed.rs:2285:9
[INFO] [stdout]   14:     0x5598b4bb80c2 - std[fce30c26ee6459b]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x5598b4b9d518 - std[fce30c26ee6459b]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:698:13
[INFO] [stdout]   16:     0x5598b4b92619 - std[fce30c26ee6459b]::sys::backtrace::__rust_end_short_backtrace::<std[fce30c26ee6459b]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x5598b4b9e22d - __rustc[de152adb51f02556]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x5598b4bd5a2c - core[d17f6591d688f3bd]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x5598b4bd58e3 - core[d17f6591d688f3bd]::panicking::assert_failed_inner
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/panicking.rs:439:17
[INFO] [stdout]   20:     0x5598b4a3828d - core[d17f6591d688f3bd]::panicking::assert_failed::<core[d17f6591d688f3bd]::result::Result<alloc[dad09f3a48280dba]::string::String, rustbook[3f46124814f1185b]::query_transformation::PrintError>, core[d17f6591d688f3bd]::result::Result<alloc[dad09f3a48280dba]::string::String, rustbook[3f46124814f1185b]::query_transformation::PrintError>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/panicking.rs:394:5
[INFO] [stdout]   21:     0x5598b4a31665 - rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#1}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/query_transformation.rs:224:13
[INFO] [stdout]   22:     0x5598b4a33ef7 - <&rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#1} as core[d17f6591d688f3bd]::ops::function::Fn<(proptest[b103e6066b256e9b]::sugar::NamedArguments<&str, rustbook[3f46124814f1185b]::query_transformation::QueryBoxed>,)>>::call
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/ops/function.rs:263:22
[INFO] [stdout]   23:     0x5598b4a2c767 - proptest[b103e6066b256e9b]::test_runner::runner::call_test::<proptest[b103e6066b256e9b]::sugar::NamedArguments<&str, rustbook[3f46124814f1185b]::query_transformation::QueryBoxed>, &rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#1}, alloc[dad09f3a48280dba]::vec::into_iter::IntoIter<core[d17f6591d688f3bd]::result::Result<(), proptest[b103e6066b256e9b]::test_runner::errors::TestCaseError>>>::{closure#3}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:256:49
[INFO] [stdout]   24:     0x5598b4a23808 - <core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<proptest[b103e6066b256e9b]::test_runner::runner::call_test<proptest[b103e6066b256e9b]::sugar::NamedArguments<&str, rustbook[3f46124814f1185b]::query_transformation::QueryBoxed>, &rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#1}, alloc[dad09f3a48280dba]::vec::into_iter::IntoIter<core[d17f6591d688f3bd]::result::Result<(), proptest[b103e6066b256e9b]::test_runner::errors::TestCaseError>>>::{closure#3}> as core[d17f6591d688f3bd]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   25:     0x5598b4a387fd - std[fce30c26ee6459b]::panicking::catch_unwind::do_call::<core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<proptest[b103e6066b256e9b]::test_runner::runner::call_test<proptest[b103e6066b256e9b]::sugar::NamedArguments<&str, rustbook[3f46124814f1185b]::query_transformation::QueryBoxed>, &rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#1}, alloc[dad09f3a48280dba]::vec::into_iter::IntoIter<core[d17f6591d688f3bd]::result::Result<(), proptest[b103e6066b256e9b]::test_runner::errors::TestCaseError>>>::{closure#3}>, core[d17f6591d688f3bd]::result::Result<(), proptest[b103e6066b256e9b]::test_runner::errors::TestCaseError>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:581:40
[INFO] [stdout]   26:     0x5598b4a367db - __rust_try
[INFO] [stdout]   27:     0x5598b4a2fe01 - std[fce30c26ee6459b]::panicking::catch_unwind::<core[d17f6591d688f3bd]::result::Result<(), proptest[b103e6066b256e9b]::test_runner::errors::TestCaseError>, core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<proptest[b103e6066b256e9b]::test_runner::runner::call_test<proptest[b103e6066b256e9b]::sugar::NamedArguments<&str, rustbook[3f46124814f1185b]::query_transformation::QueryBoxed>, &rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#1}, alloc[dad09f3a48280dba]::vec::into_iter::IntoIter<core[d17f6591d688f3bd]::result::Result<(), proptest[b103e6066b256e9b]::test_runner::errors::TestCaseError>>>::{closure#3}>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:544:19
[INFO] [stdout]   28:     0x5598b4a2fe01 - std[fce30c26ee6459b]::panic::catch_unwind::<core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<proptest[b103e6066b256e9b]::test_runner::runner::call_test<proptest[b103e6066b256e9b]::sugar::NamedArguments<&str, rustbook[3f46124814f1185b]::query_transformation::QueryBoxed>, &rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#1}, alloc[dad09f3a48280dba]::vec::into_iter::IntoIter<core[d17f6591d688f3bd]::result::Result<(), proptest[b103e6066b256e9b]::test_runner::errors::TestCaseError>>>::{closure#3}>, core[d17f6591d688f3bd]::result::Result<(), proptest[b103e6066b256e9b]::test_runner::errors::TestCaseError>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panic.rs:359:14
[INFO] [stdout]   29:     0x5598b4a2b3a4 - proptest[b103e6066b256e9b]::test_runner::runner::call_test::<proptest[b103e6066b256e9b]::sugar::NamedArguments<&str, rustbook[3f46124814f1185b]::query_transformation::QueryBoxed>, &rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#1}, alloc[dad09f3a48280dba]::vec::into_iter::IntoIter<core[d17f6591d688f3bd]::result::Result<(), proptest[b103e6066b256e9b]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:256:9
[INFO] [stdout]   30:     0x5598b4a297d7 - <proptest[b103e6066b256e9b]::test_runner::runner::TestRunner>::shrink::<proptest[b103e6066b256e9b]::strategy::map::Map<alloc[dad09f3a48280dba]::boxed::Box<dyn proptest[b103e6066b256e9b]::strategy::traits::ValueTree<Value = rustbook[3f46124814f1185b]::query_transformation::QueryBoxed>>, rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#0}>, &rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#1}, alloc[dad09f3a48280dba]::vec::into_iter::IntoIter<core[d17f6591d688f3bd]::result::Result<(), proptest[b103e6066b256e9b]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:845:30
[INFO] [stdout]   31:     0x5598b4a2743e - <proptest[b103e6066b256e9b]::test_runner::runner::TestRunner>::run_one_with_replay::<proptest[b103e6066b256e9b]::strategy::map::Map<alloc[dad09f3a48280dba]::boxed::Box<dyn proptest[b103e6066b256e9b]::strategy::traits::ValueTree<Value = rustbook[3f46124814f1185b]::query_transformation::QueryBoxed>>, rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#0}>, &rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#1}, alloc[dad09f3a48280dba]::vec::into_iter::IntoIter<core[d17f6591d688f3bd]::result::Result<(), proptest[b103e6066b256e9b]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:736:22
[INFO] [stdout]   32:     0x5598b4a26c9a - <proptest[b103e6066b256e9b]::test_runner::runner::TestRunner>::gen_and_run_case::<proptest[b103e6066b256e9b]::strategy::map::Map<proptest[b103e6066b256e9b]::strategy::recursive::Recursive<rustbook[3f46124814f1185b]::query_transformation::QueryBoxed, rustbook[3f46124814f1185b]::query_transformation::tests::arb_query::{closure#1}>, rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#0}>, rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#1}, alloc[dad09f3a48280dba]::vec::into_iter::IntoIter<core[d17f6591d688f3bd]::result::Result<(), proptest[b103e6066b256e9b]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:664:28
[INFO] [stdout]   33:     0x5598b4a28165 - <proptest[b103e6066b256e9b]::test_runner::runner::TestRunner>::run_in_process_with_replay::<proptest[b103e6066b256e9b]::strategy::map::Map<proptest[b103e6066b256e9b]::strategy::recursive::Recursive<rustbook[3f46124814f1185b]::query_transformation::QueryBoxed, rustbook[3f46124814f1185b]::query_transformation::tests::arb_query::{closure#1}>, rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#0}>, rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#1}, alloc[dad09f3a48280dba]::vec::into_iter::IntoIter<core[d17f6591d688f3bd]::result::Result<(), proptest[b103e6066b256e9b]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:613:31
[INFO] [stdout]   34:     0x5598b4a26a10 - <proptest[b103e6066b256e9b]::test_runner::runner::TestRunner>::run_in_process::<proptest[b103e6066b256e9b]::strategy::map::Map<proptest[b103e6066b256e9b]::strategy::recursive::Recursive<rustbook[3f46124814f1185b]::query_transformation::QueryBoxed, rustbook[3f46124814f1185b]::query_transformation::tests::arb_query::{closure#1}>, rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#0}>, rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#1}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:570:14
[INFO] [stdout]   35:     0x5598b4a2914f - <proptest[b103e6066b256e9b]::test_runner::runner::TestRunner>::run::<proptest[b103e6066b256e9b]::strategy::map::Map<proptest[b103e6066b256e9b]::strategy::recursive::Recursive<rustbook[3f46124814f1185b]::query_transformation::QueryBoxed, rustbook[3f46124814f1185b]::query_transformation::tests::arb_query::{closure#1}>, rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#0}>, rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#1}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:413:18
[INFO] [stdout]   36:     0x5598b4a32ffe - rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/sugar.rs:163:17
[INFO] [stdout]   37:     0x5598b4a312d7 - rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/sugar.rs:159:28
[INFO] [stdout]   38:     0x5598b4a24036 - <rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#0} as core[d17f6591d688f3bd]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   39:     0x5598b4a3cd9b - <fn() -> core[d17f6591d688f3bd]::result::Result<(), alloc[dad09f3a48280dba]::string::String> as core[d17f6591d688f3bd]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   40:     0x5598b4a3cd9b - test[9653f4f1d2ca1489]::__rust_begin_short_backtrace::<core[d17f6591d688f3bd]::result::Result<(), alloc[dad09f3a48280dba]::string::String>, fn() -> core[d17f6591d688f3bd]::result::Result<(), alloc[dad09f3a48280dba]::string::String>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/test/src/lib.rs:724:18
[INFO] [stdout]   41:     0x5598b4a4a58b - test[9653f4f1d2ca1489]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/test/src/lib.rs:747:74
[INFO] [stdout]   42:     0x5598b4a4a58b - <core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<test[9653f4f1d2ca1489]::run_test_in_process::{closure#0}> as core[d17f6591d688f3bd]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   43:     0x5598b4a4a58b - std[fce30c26ee6459b]::panicking::catch_unwind::do_call::<core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<test[9653f4f1d2ca1489]::run_test_in_process::{closure#0}>, core[d17f6591d688f3bd]::result::Result<(), alloc[dad09f3a48280dba]::string::String>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:581:40
[INFO] [stdout]   44:     0x5598b4a4a58b - std[fce30c26ee6459b]::panicking::catch_unwind::<core[d17f6591d688f3bd]::result::Result<(), alloc[dad09f3a48280dba]::string::String>, core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<test[9653f4f1d2ca1489]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:544:19
[INFO] [stdout]   45:     0x5598b4a4a58b - std[fce30c26ee6459b]::panic::catch_unwind::<core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<test[9653f4f1d2ca1489]::run_test_in_process::{closure#0}>, core[d17f6591d688f3bd]::result::Result<(), alloc[dad09f3a48280dba]::string::String>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panic.rs:359:14
[INFO] [stdout]   46:     0x5598b4a4a58b - test[9653f4f1d2ca1489]::run_test_in_process
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/test/src/lib.rs:747:27
[INFO] [stdout]   47:     0x5598b4a4a58b - test[9653f4f1d2ca1489]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/test/src/lib.rs:668:43
[INFO] [stdout]   48:     0x5598b4a43ca4 - test[9653f4f1d2ca1489]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/test/src/lib.rs:698:41
[INFO] [stdout]   49:     0x5598b4a43ca4 - std[fce30c26ee6459b]::sys::backtrace::__rust_begin_short_backtrace::<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   50:     0x5598b4a4d192 - std[fce30c26ee6459b]::thread::lifecycle::spawn_unchecked::<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/thread/lifecycle.rs:70:13
[INFO] [stdout]   51:     0x5598b4a4d192 - <core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<std[fce30c26ee6459b]::thread::lifecycle::spawn_unchecked<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[d17f6591d688f3bd]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   52:     0x5598b4a4d192 - std[fce30c26ee6459b]::panicking::catch_unwind::do_call::<core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<std[fce30c26ee6459b]::thread::lifecycle::spawn_unchecked<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:581:40
[INFO] [stdout]   53:     0x5598b4a4d192 - std[fce30c26ee6459b]::panicking::catch_unwind::<(), core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<std[fce30c26ee6459b]::thread::lifecycle::spawn_unchecked<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:544:19
[INFO] [stdout]   54:     0x5598b4a4d192 - std[fce30c26ee6459b]::panic::catch_unwind::<core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<std[fce30c26ee6459b]::thread::lifecycle::spawn_unchecked<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panic.rs:359:14
[INFO] [stdout]   55:     0x5598b4a4d192 - std[fce30c26ee6459b]::thread::lifecycle::spawn_unchecked::<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/thread/lifecycle.rs:68:26
[INFO] [stdout]   56:     0x5598b4a4d192 - <std[fce30c26ee6459b]::thread::lifecycle::spawn_unchecked<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>::{closure#1} as core[d17f6591d688f3bd]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   57:     0x5598b4bbf51f - <alloc[dad09f3a48280dba]::boxed::Box<dyn core[d17f6591d688f3bd]::ops::function::FnOnce<(), Output = ()> + core[d17f6591d688f3bd]::marker::Send> as core[d17f6591d688f3bd]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/alloc/src/boxed.rs:2271:9
[INFO] [stdout]   58:     0x5598b4bbf51f - <std[fce30c26ee6459b]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/sys/thread/unix.rs:118:17
[INFO] [stdout]   59:     0x76e42426eaa4 - <unknown>
[INFO] [stdout]   60:     0x76e4242fba64 - clone
[INFO] [stdout]   61:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] thread 'query_transformation::tests::all_impls_match' (17) panicked at src/query_transformation.rs:224:13:
[INFO] [stdout] assertion `left == right` failed
[INFO] [stdout]   left: Ok("(oe=hmjldfuhrigtymylwjvvzbiocqzt) OR ((ohzzgbifod=tfkwoyekbgaz) OR (bezvikpcdjiulkaxewvs=hrrexczh) OR (otsux=atnvszuqchqlqiwfhuvqmt) OR (oe=hmjldfuhrigtymylwjvvzbiocqzt))")
[INFO] [stdout]  right: Ok("(a=lxpo) OR ((ohzzgbifod=tfkwoyekbgaz) OR (bezvikpcdjiulkaxewvs=hrrexczh) OR (otsux=atnvszuqchqlqiwfhuvqmt) OR (oe=hmjldfuhrigtymylwjvvzbiocqzt))")
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x5598b4bbfc0a - std[fce30c26ee6459b]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x5598b4bbfc0a - std[fce30c26ee6459b]::backtrace_rs::backtrace::trace_unsynchronized::<std[fce30c26ee6459b]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x5598b4bbfc0a - std[fce30c26ee6459b]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x5598b4bbfc0a - <<std[fce30c26ee6459b]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[d17f6591d688f3bd]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x5598b4bd51ea - <core[d17f6591d688f3bd]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x5598b4bd51ea - core[d17f6591d688f3bd]::fmt::write
[INFO] [stdout]    6:     0x5598b4bc4852 - std[fce30c26ee6459b]::io::default_write_fmt::<alloc[dad09f3a48280dba]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/io/mod.rs:621:11
[INFO] [stdout]    7:     0x5598b4bc4852 - <alloc[dad09f3a48280dba]::vec::Vec<u8> as std[fce30c26ee6459b]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/io/mod.rs:1976:13
[INFO] [stdout]    8:     0x5598b4b9d45f - <std[fce30c26ee6459b]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x5598b4b9d45f - std[fce30c26ee6459b]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x5598b4bb7f09 - std[fce30c26ee6459b]::panicking::default_hook
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x5598b4a49abc - <alloc[dad09f3a48280dba]::boxed::Box<dyn for<'a, 'b> core[d17f6591d688f3bd]::ops::function::Fn<(&'a std[fce30c26ee6459b]::panic::PanicHookInfo<'b>,), Output = ()> + core[d17f6591d688f3bd]::marker::Sync + core[d17f6591d688f3bd]::marker::Send> as core[d17f6591d688f3bd]::ops::function::Fn<(&std[fce30c26ee6459b]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/alloc/src/boxed.rs:2285:9
[INFO] [stdout]   12:     0x5598b4a49abc - test[9653f4f1d2ca1489]::test_main_inner::<test[9653f4f1d2ca1489]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/test/src/lib.rs:155:21
[INFO] [stdout]   13:     0x5598b4bb80c2 - <alloc[dad09f3a48280dba]::boxed::Box<dyn for<'a, 'b> core[d17f6591d688f3bd]::ops::function::Fn<(&'a std[fce30c26ee6459b]::panic::PanicHookInfo<'b>,), Output = ()> + core[d17f6591d688f3bd]::marker::Sync + core[d17f6591d688f3bd]::marker::Send> as core[d17f6591d688f3bd]::ops::function::Fn<(&std[fce30c26ee6459b]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/alloc/src/boxed.rs:2285:9
[INFO] [stdout]   14:     0x5598b4bb80c2 - std[fce30c26ee6459b]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x5598b4b9d518 - std[fce30c26ee6459b]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:698:13
[INFO] [stdout]   16:     0x5598b4b92619 - std[fce30c26ee6459b]::sys::backtrace::__rust_end_short_backtrace::<std[fce30c26ee6459b]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x5598b4b9e22d - __rustc[de152adb51f02556]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x5598b4bd5a2c - core[d17f6591d688f3bd]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x5598b4bd58e3 - core[d17f6591d688f3bd]::panicking::assert_failed_inner
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/panicking.rs:439:17
[INFO] [stdout]   20:     0x5598b4a3828d - core[d17f6591d688f3bd]::panicking::assert_failed::<core[d17f6591d688f3bd]::result::Result<alloc[dad09f3a48280dba]::string::String, rustbook[3f46124814f1185b]::query_transformation::PrintError>, core[d17f6591d688f3bd]::result::Result<alloc[dad09f3a48280dba]::string::String, rustbook[3f46124814f1185b]::query_transformation::PrintError>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/panicking.rs:394:5
[INFO] [stdout]   21:     0x5598b4a31665 - rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#1}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/query_transformation.rs:224:13
[INFO] [stdout]   22:     0x5598b4a33ef7 - <&rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#1} as core[d17f6591d688f3bd]::ops::function::Fn<(proptest[b103e6066b256e9b]::sugar::NamedArguments<&str, rustbook[3f46124814f1185b]::query_transformation::QueryBoxed>,)>>::call
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/ops/function.rs:263:22
[INFO] [stdout]   23:     0x5598b4a2c767 - proptest[b103e6066b256e9b]::test_runner::runner::call_test::<proptest[b103e6066b256e9b]::sugar::NamedArguments<&str, rustbook[3f46124814f1185b]::query_transformation::QueryBoxed>, &rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#1}, alloc[dad09f3a48280dba]::vec::into_iter::IntoIter<core[d17f6591d688f3bd]::result::Result<(), proptest[b103e6066b256e9b]::test_runner::errors::TestCaseError>>>::{closure#3}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:256:49
[INFO] [stdout]   24:     0x5598b4a23808 - <core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<proptest[b103e6066b256e9b]::test_runner::runner::call_test<proptest[b103e6066b256e9b]::sugar::NamedArguments<&str, rustbook[3f46124814f1185b]::query_transformation::QueryBoxed>, &rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#1}, alloc[dad09f3a48280dba]::vec::into_iter::IntoIter<core[d17f6591d688f3bd]::result::Result<(), proptest[b103e6066b256e9b]::test_runner::errors::TestCaseError>>>::{closure#3}> as core[d17f6591d688f3bd]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   25:     0x5598b4a387fd - std[fce30c26ee6459b]::panicking::catch_unwind::do_call::<core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<proptest[b103e6066b256e9b]::test_runner::runner::call_test<proptest[b103e6066b256e9b]::sugar::NamedArguments<&str, rustbook[3f46124814f1185b]::query_transformation::QueryBoxed>, &rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#1}, alloc[dad09f3a48280dba]::vec::into_iter::IntoIter<core[d17f6591d688f3bd]::result::Result<(), proptest[b103e6066b256e9b]::test_runner::errors::TestCaseError>>>::{closure#3}>, core[d17f6591d688f3bd]::result::Result<(), proptest[b103e6066b256e9b]::test_runner::errors::TestCaseError>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:581:40
[INFO] [stdout]   26:     0x5598b4a367db - __rust_try
[INFO] [stdout]   27:     0x5598b4a2fe01 - std[fce30c26ee6459b]::panicking::catch_unwind::<core[d17f6591d688f3bd]::result::Result<(), proptest[b103e6066b256e9b]::test_runner::errors::TestCaseError>, core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<proptest[b103e6066b256e9b]::test_runner::runner::call_test<proptest[b103e6066b256e9b]::sugar::NamedArguments<&str, rustbook[3f46124814f1185b]::query_transformation::QueryBoxed>, &rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#1}, alloc[dad09f3a48280dba]::vec::into_iter::IntoIter<core[d17f6591d688f3bd]::result::Result<(), proptest[b103e6066b256e9b]::test_runner::errors::TestCaseError>>>::{closure#3}>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:544:19
[INFO] [stdout]   28:     0x5598b4a2fe01 - std[fce30c26ee6459b]::panic::catch_unwind::<core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<proptest[b103e6066b256e9b]::test_runner::runner::call_test<proptest[b103e6066b256e9b]::sugar::NamedArguments<&str, rustbook[3f46124814f1185b]::query_transformation::QueryBoxed>, &rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#1}, alloc[dad09f3a48280dba]::vec::into_iter::IntoIter<core[d17f6591d688f3bd]::result::Result<(), proptest[b103e6066b256e9b]::test_runner::errors::TestCaseError>>>::{closure#3}>, core[d17f6591d688f3bd]::result::Result<(), proptest[b103e6066b256e9b]::test_runner::errors::TestCaseError>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panic.rs:359:14
[INFO] [stdout]   29:     0x5598b4a2b3a4 - proptest[b103e6066b256e9b]::test_runner::runner::call_test::<proptest[b103e6066b256e9b]::sugar::NamedArguments<&str, rustbook[3f46124814f1185b]::query_transformation::QueryBoxed>, &rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#1}, alloc[dad09f3a48280dba]::vec::into_iter::IntoIter<core[d17f6591d688f3bd]::result::Result<(), proptest[b103e6066b256e9b]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:256:9
[INFO] [stdout]   30:     0x5598b4a297d7 - <proptest[b103e6066b256e9b]::test_runner::runner::TestRunner>::shrink::<proptest[b103e6066b256e9b]::strategy::map::Map<alloc[dad09f3a48280dba]::boxed::Box<dyn proptest[b103e6066b256e9b]::strategy::traits::ValueTree<Value = rustbook[3f46124814f1185b]::query_transformation::QueryBoxed>>, rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#0}>, &rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#1}, alloc[dad09f3a48280dba]::vec::into_iter::IntoIter<core[d17f6591d688f3bd]::result::Result<(), proptest[b103e6066b256e9b]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:845:30
[INFO] [stdout]   31:     0x5598b4a2743e - <proptest[b103e6066b256e9b]::test_runner::runner::TestRunner>::run_one_with_replay::<proptest[b103e6066b256e9b]::strategy::map::Map<alloc[dad09f3a48280dba]::boxed::Box<dyn proptest[b103e6066b256e9b]::strategy::traits::ValueTree<Value = rustbook[3f46124814f1185b]::query_transformation::QueryBoxed>>, rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#0}>, &rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#1}, alloc[dad09f3a48280dba]::vec::into_iter::IntoIter<core[d17f6591d688f3bd]::result::Result<(), proptest[b103e6066b256e9b]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:736:22
[INFO] [stdout]   32:     0x5598b4a26c9a - <proptest[b103e6066b256e9b]::test_runner::runner::TestRunner>::gen_and_run_case::<proptest[b103e6066b256e9b]::strategy::map::Map<proptest[b103e6066b256e9b]::strategy::recursive::Recursive<rustbook[3f46124814f1185b]::query_transformation::QueryBoxed, rustbook[3f46124814f1185b]::query_transformation::tests::arb_query::{closure#1}>, rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#0}>, rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#1}, alloc[dad09f3a48280dba]::vec::into_iter::IntoIter<core[d17f6591d688f3bd]::result::Result<(), proptest[b103e6066b256e9b]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:664:28
[INFO] [stdout]   33:     0x5598b4a28165 - <proptest[b103e6066b256e9b]::test_runner::runner::TestRunner>::run_in_process_with_replay::<proptest[b103e6066b256e9b]::strategy::map::Map<proptest[b103e6066b256e9b]::strategy::recursive::Recursive<rustbook[3f46124814f1185b]::query_transformation::QueryBoxed, rustbook[3f46124814f1185b]::query_transformation::tests::arb_query::{closure#1}>, rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#0}>, rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#1}, alloc[dad09f3a48280dba]::vec::into_iter::IntoIter<core[d17f6591d688f3bd]::result::Result<(), proptest[b103e6066b256e9b]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:613:31
[INFO] [stdout]   34:     0x5598b4a26a10 - <proptest[b103e6066b256e9b]::test_runner::runner::TestRunner>::run_in_process::<proptest[b103e6066b256e9b]::strategy::map::Map<proptest[b103e6066b256e9b]::strategy::recursive::Recursive<rustbook[3f46124814f1185b]::query_transformation::QueryBoxed, rustbook[3f46124814f1185b]::query_transformation::tests::arb_query::{closure#1}>, rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#0}>, rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#1}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:570:14
[INFO] [stdout]   35:     0x5598b4a2914f - <proptest[b103e6066b256e9b]::test_runner::runner::TestRunner>::run::<proptest[b103e6066b256e9b]::strategy::map::Map<proptest[b103e6066b256e9b]::strategy::recursive::Recursive<rustbook[3f46124814f1185b]::query_transformation::QueryBoxed, rustbook[3f46124814f1185b]::query_transformation::tests::arb_query::{closure#1}>, rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#0}>, rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#1}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:413:18
[INFO] [stdout]   36:     0x5598b4a32ffe - rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/sugar.rs:163:17
[INFO] [stdout]   37:     0x5598b4a312d7 - rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/sugar.rs:159:28
[INFO] [stdout]   38:     0x5598b4a24036 - <rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#0} as core[d17f6591d688f3bd]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   39:     0x5598b4a3cd9b - <fn() -> core[d17f6591d688f3bd]::result::Result<(), alloc[dad09f3a48280dba]::string::String> as core[d17f6591d688f3bd]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   40:     0x5598b4a3cd9b - test[9653f4f1d2ca1489]::__rust_begin_short_backtrace::<core[d17f6591d688f3bd]::result::Result<(), alloc[dad09f3a48280dba]::string::String>, fn() -> core[d17f6591d688f3bd]::result::Result<(), alloc[dad09f3a48280dba]::string::String>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/test/src/lib.rs:724:18
[INFO] [stdout]   41:     0x5598b4a4a58b - test[9653f4f1d2ca1489]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/test/src/lib.rs:747:74
[INFO] [stdout]   42:     0x5598b4a4a58b - <core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<test[9653f4f1d2ca1489]::run_test_in_process::{closure#0}> as core[d17f6591d688f3bd]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   43:     0x5598b4a4a58b - std[fce30c26ee6459b]::panicking::catch_unwind::do_call::<core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<test[9653f4f1d2ca1489]::run_test_in_process::{closure#0}>, core[d17f6591d688f3bd]::result::Result<(), alloc[dad09f3a48280dba]::string::String>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:581:40
[INFO] [stdout]   44:     0x5598b4a4a58b - std[fce30c26ee6459b]::panicking::catch_unwind::<core[d17f6591d688f3bd]::result::Result<(), alloc[dad09f3a48280dba]::string::String>, core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<test[9653f4f1d2ca1489]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:544:19
[INFO] [stdout]   45:     0x5598b4a4a58b - std[fce30c26ee6459b]::panic::catch_unwind::<core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<test[9653f4f1d2ca1489]::run_test_in_process::{closure#0}>, core[d17f6591d688f3bd]::result::Result<(), alloc[dad09f3a48280dba]::string::String>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panic.rs:359:14
[INFO] [stdout]   46:     0x5598b4a4a58b - test[9653f4f1d2ca1489]::run_test_in_process
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/test/src/lib.rs:747:27
[INFO] [stdout]   47:     0x5598b4a4a58b - test[9653f4f1d2ca1489]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/test/src/lib.rs:668:43
[INFO] [stdout]   48:     0x5598b4a43ca4 - test[9653f4f1d2ca1489]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/test/src/lib.rs:698:41
[INFO] [stdout]   49:     0x5598b4a43ca4 - std[fce30c26ee6459b]::sys::backtrace::__rust_begin_short_backtrace::<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   50:     0x5598b4a4d192 - std[fce30c26ee6459b]::thread::lifecycle::spawn_unchecked::<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/thread/lifecycle.rs:70:13
[INFO] [stdout]   51:     0x5598b4a4d192 - <core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<std[fce30c26ee6459b]::thread::lifecycle::spawn_unchecked<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[d17f6591d688f3bd]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   52:     0x5598b4a4d192 - std[fce30c26ee6459b]::panicking::catch_unwind::do_call::<core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<std[fce30c26ee6459b]::thread::lifecycle::spawn_unchecked<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:581:40
[INFO] [stdout]   53:     0x5598b4a4d192 - std[fce30c26ee6459b]::panicking::catch_unwind::<(), core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<std[fce30c26ee6459b]::thread::lifecycle::spawn_unchecked<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:544:19
[INFO] [stdout]   54:     0x5598b4a4d192 - std[fce30c26ee6459b]::panic::catch_unwind::<core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<std[fce30c26ee6459b]::thread::lifecycle::spawn_unchecked<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panic.rs:359:14
[INFO] [stdout]   55:     0x5598b4a4d192 - std[fce30c26ee6459b]::thread::lifecycle::spawn_unchecked::<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/thread/lifecycle.rs:68:26
[INFO] [stdout]   56:     0x5598b4a4d192 - <std[fce30c26ee6459b]::thread::lifecycle::spawn_unchecked<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>::{closure#1} as core[d17f6591d688f3bd]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   57:     0x5598b4bbf51f - <alloc[dad09f3a48280dba]::boxed::Box<dyn core[d17f6591d688f3bd]::ops::function::FnOnce<(), Output = ()> + core[d17f6591d688f3bd]::marker::Send> as core[d17f6591d688f3bd]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/alloc/src/boxed.rs:2271:9
[INFO] [stdout]   58:     0x5598b4bbf51f - <std[fce30c26ee6459b]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/sys/thread/unix.rs:118:17
[INFO] [stdout]   59:     0x76e42426eaa4 - <unknown>
[INFO] [stdout]   60:     0x76e4242fba64 - clone
[INFO] [stdout]   61:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] thread 'query_transformation::tests::all_impls_match' (17) panicked at src/query_transformation.rs:224:13:
[INFO] [stdout] assertion `left == right` failed
[INFO] [stdout]   left: Ok("(oe=hmjldfuhrigtymylwjvvzbiocqzt) OR ((ohzzgbifod=tfkwoyekbgaz) OR (bezvikpcdjiulkaxewvs=hrrexczh) OR (otsux=atnvszuqchqlqiwfhuvqmt) OR (oe=hmjldfuhrigtymylwjvvzbiocqzt))")
[INFO] [stdout]  right: Ok("(a=xpo) OR ((ohzzgbifod=tfkwoyekbgaz) OR (bezvikpcdjiulkaxewvs=hrrexczh) OR (otsux=atnvszuqchqlqiwfhuvqmt) OR (oe=hmjldfuhrigtymylwjvvzbiocqzt))")
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x5598b4bbfc0a - std[fce30c26ee6459b]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x5598b4bbfc0a - std[fce30c26ee6459b]::backtrace_rs::backtrace::trace_unsynchronized::<std[fce30c26ee6459b]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x5598b4bbfc0a - std[fce30c26ee6459b]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x5598b4bbfc0a - <<std[fce30c26ee6459b]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[d17f6591d688f3bd]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x5598b4bd51ea - <core[d17f6591d688f3bd]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x5598b4bd51ea - core[d17f6591d688f3bd]::fmt::write
[INFO] [stdout]    6:     0x5598b4bc4852 - std[fce30c26ee6459b]::io::default_write_fmt::<alloc[dad09f3a48280dba]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/io/mod.rs:621:11
[INFO] [stdout]    7:     0x5598b4bc4852 - <alloc[dad09f3a48280dba]::vec::Vec<u8> as std[fce30c26ee6459b]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/io/mod.rs:1976:13
[INFO] [stdout]    8:     0x5598b4b9d45f - <std[fce30c26ee6459b]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x5598b4b9d45f - std[fce30c26ee6459b]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x5598b4bb7f09 - std[fce30c26ee6459b]::panicking::default_hook
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x5598b4a49abc - <alloc[dad09f3a48280dba]::boxed::Box<dyn for<'a, 'b> core[d17f6591d688f3bd]::ops::function::Fn<(&'a std[fce30c26ee6459b]::panic::PanicHookInfo<'b>,), Output = ()> + core[d17f6591d688f3bd]::marker::Sync + core[d17f6591d688f3bd]::marker::Send> as core[d17f6591d688f3bd]::ops::function::Fn<(&std[fce30c26ee6459b]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/alloc/src/boxed.rs:2285:9
[INFO] [stdout]   12:     0x5598b4a49abc - test[9653f4f1d2ca1489]::test_main_inner::<test[9653f4f1d2ca1489]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/test/src/lib.rs:155:21
[INFO] [stdout]   13:     0x5598b4bb80c2 - <alloc[dad09f3a48280dba]::boxed::Box<dyn for<'a, 'b> core[d17f6591d688f3bd]::ops::function::Fn<(&'a std[fce30c26ee6459b]::panic::PanicHookInfo<'b>,), Output = ()> + core[d17f6591d688f3bd]::marker::Sync + core[d17f6591d688f3bd]::marker::Send> as core[d17f6591d688f3bd]::ops::function::Fn<(&std[fce30c26ee6459b]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/alloc/src/boxed.rs:2285:9
[INFO] [stdout]   14:     0x5598b4bb80c2 - std[fce30c26ee6459b]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x5598b4b9d518 - std[fce30c26ee6459b]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:698:13
[INFO] [stdout]   16:     0x5598b4b92619 - std[fce30c26ee6459b]::sys::backtrace::__rust_end_short_backtrace::<std[fce30c26ee6459b]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x5598b4b9e22d - __rustc[de152adb51f02556]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x5598b4bd5a2c - core[d17f6591d688f3bd]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x5598b4bd58e3 - core[d17f6591d688f3bd]::panicking::assert_failed_inner
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/panicking.rs:439:17
[INFO] [stdout]   20:     0x5598b4a3828d - core[d17f6591d688f3bd]::panicking::assert_failed::<core[d17f6591d688f3bd]::result::Result<alloc[dad09f3a48280dba]::string::String, rustbook[3f46124814f1185b]::query_transformation::PrintError>, core[d17f6591d688f3bd]::result::Result<alloc[dad09f3a48280dba]::string::String, rustbook[3f46124814f1185b]::query_transformation::PrintError>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/panicking.rs:394:5
[INFO] [stdout]   21:     0x5598b4a31665 - rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#1}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/query_transformation.rs:224:13
[INFO] [stdout]   22:     0x5598b4a33ef7 - <&rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#1} as core[d17f6591d688f3bd]::ops::function::Fn<(proptest[b103e6066b256e9b]::sugar::NamedArguments<&str, rustbook[3f46124814f1185b]::query_transformation::QueryBoxed>,)>>::call
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/ops/function.rs:263:22
[INFO] [stdout]   23:     0x5598b4a2c767 - proptest[b103e6066b256e9b]::test_runner::runner::call_test::<proptest[b103e6066b256e9b]::sugar::NamedArguments<&str, rustbook[3f46124814f1185b]::query_transformation::QueryBoxed>, &rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#1}, alloc[dad09f3a48280dba]::vec::into_iter::IntoIter<core[d17f6591d688f3bd]::result::Result<(), proptest[b103e6066b256e9b]::test_runner::errors::TestCaseError>>>::{closure#3}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:256:49
[INFO] [stdout]   24:     0x5598b4a23808 - <core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<proptest[b103e6066b256e9b]::test_runner::runner::call_test<proptest[b103e6066b256e9b]::sugar::NamedArguments<&str, rustbook[3f46124814f1185b]::query_transformation::QueryBoxed>, &rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#1}, alloc[dad09f3a48280dba]::vec::into_iter::IntoIter<core[d17f6591d688f3bd]::result::Result<(), proptest[b103e6066b256e9b]::test_runner::errors::TestCaseError>>>::{closure#3}> as core[d17f6591d688f3bd]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   25:     0x5598b4a387fd - std[fce30c26ee6459b]::panicking::catch_unwind::do_call::<core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<proptest[b103e6066b256e9b]::test_runner::runner::call_test<proptest[b103e6066b256e9b]::sugar::NamedArguments<&str, rustbook[3f46124814f1185b]::query_transformation::QueryBoxed>, &rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#1}, alloc[dad09f3a48280dba]::vec::into_iter::IntoIter<core[d17f6591d688f3bd]::result::Result<(), proptest[b103e6066b256e9b]::test_runner::errors::TestCaseError>>>::{closure#3}>, core[d17f6591d688f3bd]::result::Result<(), proptest[b103e6066b256e9b]::test_runner::errors::TestCaseError>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:581:40
[INFO] [stdout]   26:     0x5598b4a367db - __rust_try
[INFO] [stdout]   27:     0x5598b4a2fe01 - std[fce30c26ee6459b]::panicking::catch_unwind::<core[d17f6591d688f3bd]::result::Result<(), proptest[b103e6066b256e9b]::test_runner::errors::TestCaseError>, core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<proptest[b103e6066b256e9b]::test_runner::runner::call_test<proptest[b103e6066b256e9b]::sugar::NamedArguments<&str, rustbook[3f46124814f1185b]::query_transformation::QueryBoxed>, &rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#1}, alloc[dad09f3a48280dba]::vec::into_iter::IntoIter<core[d17f6591d688f3bd]::result::Result<(), proptest[b103e6066b256e9b]::test_runner::errors::TestCaseError>>>::{closure#3}>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:544:19
[INFO] [stdout]   28:     0x5598b4a2fe01 - std[fce30c26ee6459b]::panic::catch_unwind::<core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<proptest[b103e6066b256e9b]::test_runner::runner::call_test<proptest[b103e6066b256e9b]::sugar::NamedArguments<&str, rustbook[3f46124814f1185b]::query_transformation::QueryBoxed>, &rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#1}, alloc[dad09f3a48280dba]::vec::into_iter::IntoIter<core[d17f6591d688f3bd]::result::Result<(), proptest[b103e6066b256e9b]::test_runner::errors::TestCaseError>>>::{closure#3}>, core[d17f6591d688f3bd]::result::Result<(), proptest[b103e6066b256e9b]::test_runner::errors::TestCaseError>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panic.rs:359:14
[INFO] [stdout]   29:     0x5598b4a2b3a4 - proptest[b103e6066b256e9b]::test_runner::runner::call_test::<proptest[b103e6066b256e9b]::sugar::NamedArguments<&str, rustbook[3f46124814f1185b]::query_transformation::QueryBoxed>, &rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#1}, alloc[dad09f3a48280dba]::vec::into_iter::IntoIter<core[d17f6591d688f3bd]::result::Result<(), proptest[b103e6066b256e9b]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:256:9
[INFO] [stdout]   30:     0x5598b4a297d7 - <proptest[b103e6066b256e9b]::test_runner::runner::TestRunner>::shrink::<proptest[b103e6066b256e9b]::strategy::map::Map<alloc[dad09f3a48280dba]::boxed::Box<dyn proptest[b103e6066b256e9b]::strategy::traits::ValueTree<Value = rustbook[3f46124814f1185b]::query_transformation::QueryBoxed>>, rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#0}>, &rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#1}, alloc[dad09f3a48280dba]::vec::into_iter::IntoIter<core[d17f6591d688f3bd]::result::Result<(), proptest[b103e6066b256e9b]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:845:30
[INFO] [stdout]   31:     0x5598b4a2743e - <proptest[b103e6066b256e9b]::test_runner::runner::TestRunner>::run_one_with_replay::<proptest[b103e6066b256e9b]::strategy::map::Map<alloc[dad09f3a48280dba]::boxed::Box<dyn proptest[b103e6066b256e9b]::strategy::traits::ValueTree<Value = rustbook[3f46124814f1185b]::query_transformation::QueryBoxed>>, rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#0}>, &rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#1}, alloc[dad09f3a48280dba]::vec::into_iter::IntoIter<core[d17f6591d688f3bd]::result::Result<(), proptest[b103e6066b256e9b]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:736:22
[INFO] [stdout]   32:     0x5598b4a26c9a - <proptest[b103e6066b256e9b]::test_runner::runner::TestRunner>::gen_and_run_case::<proptest[b103e6066b256e9b]::strategy::map::Map<proptest[b103e6066b256e9b]::strategy::recursive::Recursive<rustbook[3f46124814f1185b]::query_transformation::QueryBoxed, rustbook[3f46124814f1185b]::query_transformation::tests::arb_query::{closure#1}>, rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#0}>, rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#1}, alloc[dad09f3a48280dba]::vec::into_iter::IntoIter<core[d17f6591d688f3bd]::result::Result<(), proptest[b103e6066b256e9b]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:664:28
[INFO] [stdout]   33:     0x5598b4a28165 - <proptest[b103e6066b256e9b]::test_runner::runner::TestRunner>::run_in_process_with_replay::<proptest[b103e6066b256e9b]::strategy::map::Map<proptest[b103e6066b256e9b]::strategy::recursive::Recursive<rustbook[3f46124814f1185b]::query_transformation::QueryBoxed, rustbook[3f46124814f1185b]::query_transformation::tests::arb_query::{closure#1}>, rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#0}>, rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#1}, alloc[dad09f3a48280dba]::vec::into_iter::IntoIter<core[d17f6591d688f3bd]::result::Result<(), proptest[b103e6066b256e9b]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:613:31
[INFO] [stdout]   34:     0x5598b4a26a10 - <proptest[b103e6066b256e9b]::test_runner::runner::TestRunner>::run_in_process::<proptest[b103e6066b256e9b]::strategy::map::Map<proptest[b103e6066b256e9b]::strategy::recursive::Recursive<rustbook[3f46124814f1185b]::query_transformation::QueryBoxed, rustbook[3f46124814f1185b]::query_transformation::tests::arb_query::{closure#1}>, rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#0}>, rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#1}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:570:14
[INFO] [stdout]   35:     0x5598b4a2914f - <proptest[b103e6066b256e9b]::test_runner::runner::TestRunner>::run::<proptest[b103e6066b256e9b]::strategy::map::Map<proptest[b103e6066b256e9b]::strategy::recursive::Recursive<rustbook[3f46124814f1185b]::query_transformation::QueryBoxed, rustbook[3f46124814f1185b]::query_transformation::tests::arb_query::{closure#1}>, rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#0}>, rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#1}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:413:18
[INFO] [stdout]   36:     0x5598b4a32ffe - rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/sugar.rs:163:17
[INFO] [stdout]   37:     0x5598b4a312d7 - rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/sugar.rs:159:28
[INFO] [stdout]   38:     0x5598b4a24036 - <rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#0} as core[d17f6591d688f3bd]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   39:     0x5598b4a3cd9b - <fn() -> core[d17f6591d688f3bd]::result::Result<(), alloc[dad09f3a48280dba]::string::String> as core[d17f6591d688f3bd]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   40:     0x5598b4a3cd9b - test[9653f4f1d2ca1489]::__rust_begin_short_backtrace::<core[d17f6591d688f3bd]::result::Result<(), alloc[dad09f3a48280dba]::string::String>, fn() -> core[d17f6591d688f3bd]::result::Result<(), alloc[dad09f3a48280dba]::string::String>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/test/src/lib.rs:724:18
[INFO] [stdout]   41:     0x5598b4a4a58b - test[9653f4f1d2ca1489]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/test/src/lib.rs:747:74
[INFO] [stdout]   42:     0x5598b4a4a58b - <core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<test[9653f4f1d2ca1489]::run_test_in_process::{closure#0}> as core[d17f6591d688f3bd]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   43:     0x5598b4a4a58b - std[fce30c26ee6459b]::panicking::catch_unwind::do_call::<core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<test[9653f4f1d2ca1489]::run_test_in_process::{closure#0}>, core[d17f6591d688f3bd]::result::Result<(), alloc[dad09f3a48280dba]::string::String>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:581:40
[INFO] [stdout]   44:     0x5598b4a4a58b - std[fce30c26ee6459b]::panicking::catch_unwind::<core[d17f6591d688f3bd]::result::Result<(), alloc[dad09f3a48280dba]::string::String>, core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<test[9653f4f1d2ca1489]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:544:19
[INFO] [stdout]   45:     0x5598b4a4a58b - std[fce30c26ee6459b]::panic::catch_unwind::<core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<test[9653f4f1d2ca1489]::run_test_in_process::{closure#0}>, core[d17f6591d688f3bd]::result::Result<(), alloc[dad09f3a48280dba]::string::String>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panic.rs:359:14
[INFO] [stdout]   46:     0x5598b4a4a58b - test[9653f4f1d2ca1489]::run_test_in_process
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/test/src/lib.rs:747:27
[INFO] [stdout]   47:     0x5598b4a4a58b - test[9653f4f1d2ca1489]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/test/src/lib.rs:668:43
[INFO] [stdout]   48:     0x5598b4a43ca4 - test[9653f4f1d2ca1489]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/test/src/lib.rs:698:41
[INFO] [stdout]   49:     0x5598b4a43ca4 - std[fce30c26ee6459b]::sys::backtrace::__rust_begin_short_backtrace::<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   50:     0x5598b4a4d192 - std[fce30c26ee6459b]::thread::lifecycle::spawn_unchecked::<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/thread/lifecycle.rs:70:13
[INFO] [stdout]   51:     0x5598b4a4d192 - <core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<std[fce30c26ee6459b]::thread::lifecycle::spawn_unchecked<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[d17f6591d688f3bd]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   52:     0x5598b4a4d192 - std[fce30c26ee6459b]::panicking::catch_unwind::do_call::<core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<std[fce30c26ee6459b]::thread::lifecycle::spawn_unchecked<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:581:40
[INFO] [stdout]   53:     0x5598b4a4d192 - std[fce30c26ee6459b]::panicking::catch_unwind::<(), core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<std[fce30c26ee6459b]::thread::lifecycle::spawn_unchecked<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:544:19
[INFO] [stdout]   54:     0x5598b4a4d192 - std[fce30c26ee6459b]::panic::catch_unwind::<core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<std[fce30c26ee6459b]::thread::lifecycle::spawn_unchecked<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panic.rs:359:14
[INFO] [stdout]   55:     0x5598b4a4d192 - std[fce30c26ee6459b]::thread::lifecycle::spawn_unchecked::<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/thread/lifecycle.rs:68:26
[INFO] [stdout]   56:     0x5598b4a4d192 - <std[fce30c26ee6459b]::thread::lifecycle::spawn_unchecked<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>::{closure#1} as core[d17f6591d688f3bd]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   57:     0x5598b4bbf51f - <alloc[dad09f3a48280dba]::boxed::Box<dyn core[d17f6591d688f3bd]::ops::function::FnOnce<(), Output = ()> + core[d17f6591d688f3bd]::marker::Send> as core[d17f6591d688f3bd]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/alloc/src/boxed.rs:2271:9
[INFO] [stdout]   58:     0x5598b4bbf51f - <std[fce30c26ee6459b]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/sys/thread/unix.rs:118:17
[INFO] [stdout]   59:     0x76e42426eaa4 - <unknown>
[INFO] [stdout]   60:     0x76e4242fba64 - clone
[INFO] [stdout]   61:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] thread 'query_transformation::tests::all_impls_match' (17) panicked at src/query_transformation.rs:224:13:
[INFO] [stdout] assertion `left == right` failed
[INFO] [stdout]   left: Ok("(oe=hmjldfuhrigtymylwjvvzbiocqzt) OR ((ohzzgbifod=tfkwoyekbgaz) OR (bezvikpcdjiulkaxewvs=hrrexczh) OR (otsux=atnvszuqchqlqiwfhuvqmt) OR (oe=hmjldfuhrigtymylwjvvzbiocqzt))")
[INFO] [stdout]  right: Ok("(a=po) OR ((ohzzgbifod=tfkwoyekbgaz) OR (bezvikpcdjiulkaxewvs=hrrexczh) OR (otsux=atnvszuqchqlqiwfhuvqmt) OR (oe=hmjldfuhrigtymylwjvvzbiocqzt))")
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x5598b4bbfc0a - std[fce30c26ee6459b]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x5598b4bbfc0a - std[fce30c26ee6459b]::backtrace_rs::backtrace::trace_unsynchronized::<std[fce30c26ee6459b]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x5598b4bbfc0a - std[fce30c26ee6459b]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x5598b4bbfc0a - <<std[fce30c26ee6459b]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[d17f6591d688f3bd]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x5598b4bd51ea - <core[d17f6591d688f3bd]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x5598b4bd51ea - core[d17f6591d688f3bd]::fmt::write
[INFO] [stdout]    6:     0x5598b4bc4852 - std[fce30c26ee6459b]::io::default_write_fmt::<alloc[dad09f3a48280dba]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/io/mod.rs:621:11
[INFO] [stdout]    7:     0x5598b4bc4852 - <alloc[dad09f3a48280dba]::vec::Vec<u8> as std[fce30c26ee6459b]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/io/mod.rs:1976:13
[INFO] [stdout]    8:     0x5598b4b9d45f - <std[fce30c26ee6459b]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x5598b4b9d45f - std[fce30c26ee6459b]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x5598b4bb7f09 - std[fce30c26ee6459b]::panicking::default_hook
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x5598b4a49abc - <alloc[dad09f3a48280dba]::boxed::Box<dyn for<'a, 'b> core[d17f6591d688f3bd]::ops::function::Fn<(&'a std[fce30c26ee6459b]::panic::PanicHookInfo<'b>,), Output = ()> + core[d17f6591d688f3bd]::marker::Sync + core[d17f6591d688f3bd]::marker::Send> as core[d17f6591d688f3bd]::ops::function::Fn<(&std[fce30c26ee6459b]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/alloc/src/boxed.rs:2285:9
[INFO] [stdout]   12:     0x5598b4a49abc - test[9653f4f1d2ca1489]::test_main_inner::<test[9653f4f1d2ca1489]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/test/src/lib.rs:155:21
[INFO] [stdout]   13:     0x5598b4bb80c2 - <alloc[dad09f3a48280dba]::boxed::Box<dyn for<'a, 'b> core[d17f6591d688f3bd]::ops::function::Fn<(&'a std[fce30c26ee6459b]::panic::PanicHookInfo<'b>,), Output = ()> + core[d17f6591d688f3bd]::marker::Sync + core[d17f6591d688f3bd]::marker::Send> as core[d17f6591d688f3bd]::ops::function::Fn<(&std[fce30c26ee6459b]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/alloc/src/boxed.rs:2285:9
[INFO] [stdout]   14:     0x5598b4bb80c2 - std[fce30c26ee6459b]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x5598b4b9d518 - std[fce30c26ee6459b]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:698:13
[INFO] [stdout]   16:     0x5598b4b92619 - std[fce30c26ee6459b]::sys::backtrace::__rust_end_short_backtrace::<std[fce30c26ee6459b]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x5598b4b9e22d - __rustc[de152adb51f02556]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x5598b4bd5a2c - core[d17f6591d688f3bd]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x5598b4bd58e3 - core[d17f6591d688f3bd]::panicking::assert_failed_inner
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/panicking.rs:439:17
[INFO] [stdout]   20:     0x5598b4a3828d - core[d17f6591d688f3bd]::panicking::assert_failed::<core[d17f6591d688f3bd]::result::Result<alloc[dad09f3a48280dba]::string::String, rustbook[3f46124814f1185b]::query_transformation::PrintError>, core[d17f6591d688f3bd]::result::Result<alloc[dad09f3a48280dba]::string::String, rustbook[3f46124814f1185b]::query_transformation::PrintError>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/panicking.rs:394:5
[INFO] [stdout]   21:     0x5598b4a31665 - rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#1}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/query_transformation.rs:224:13
[INFO] [stdout]   22:     0x5598b4a33ef7 - <&rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#1} as core[d17f6591d688f3bd]::ops::function::Fn<(proptest[b103e6066b256e9b]::sugar::NamedArguments<&str, rustbook[3f46124814f1185b]::query_transformation::QueryBoxed>,)>>::call
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/ops/function.rs:263:22
[INFO] [stdout]   23:     0x5598b4a2c767 - proptest[b103e6066b256e9b]::test_runner::runner::call_test::<proptest[b103e6066b256e9b]::sugar::NamedArguments<&str, rustbook[3f46124814f1185b]::query_transformation::QueryBoxed>, &rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#1}, alloc[dad09f3a48280dba]::vec::into_iter::IntoIter<core[d17f6591d688f3bd]::result::Result<(), proptest[b103e6066b256e9b]::test_runner::errors::TestCaseError>>>::{closure#3}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:256:49
[INFO] [stdout]   24:     0x5598b4a23808 - <core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<proptest[b103e6066b256e9b]::test_runner::runner::call_test<proptest[b103e6066b256e9b]::sugar::NamedArguments<&str, rustbook[3f46124814f1185b]::query_transformation::QueryBoxed>, &rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#1}, alloc[dad09f3a48280dba]::vec::into_iter::IntoIter<core[d17f6591d688f3bd]::result::Result<(), proptest[b103e6066b256e9b]::test_runner::errors::TestCaseError>>>::{closure#3}> as core[d17f6591d688f3bd]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   25:     0x5598b4a387fd - std[fce30c26ee6459b]::panicking::catch_unwind::do_call::<core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<proptest[b103e6066b256e9b]::test_runner::runner::call_test<proptest[b103e6066b256e9b]::sugar::NamedArguments<&str, rustbook[3f46124814f1185b]::query_transformation::QueryBoxed>, &rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#1}, alloc[dad09f3a48280dba]::vec::into_iter::IntoIter<core[d17f6591d688f3bd]::result::Result<(), proptest[b103e6066b256e9b]::test_runner::errors::TestCaseError>>>::{closure#3}>, core[d17f6591d688f3bd]::result::Result<(), proptest[b103e6066b256e9b]::test_runner::errors::TestCaseError>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:581:40
[INFO] [stdout]   26:     0x5598b4a367db - __rust_try
[INFO] [stdout]   27:     0x5598b4a2fe01 - std[fce30c26ee6459b]::panicking::catch_unwind::<core[d17f6591d688f3bd]::result::Result<(), proptest[b103e6066b256e9b]::test_runner::errors::TestCaseError>, core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<proptest[b103e6066b256e9b]::test_runner::runner::call_test<proptest[b103e6066b256e9b]::sugar::NamedArguments<&str, rustbook[3f46124814f1185b]::query_transformation::QueryBoxed>, &rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#1}, alloc[dad09f3a48280dba]::vec::into_iter::IntoIter<core[d17f6591d688f3bd]::result::Result<(), proptest[b103e6066b256e9b]::test_runner::errors::TestCaseError>>>::{closure#3}>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:544:19
[INFO] [stdout]   28:     0x5598b4a2fe01 - std[fce30c26ee6459b]::panic::catch_unwind::<core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<proptest[b103e6066b256e9b]::test_runner::runner::call_test<proptest[b103e6066b256e9b]::sugar::NamedArguments<&str, rustbook[3f46124814f1185b]::query_transformation::QueryBoxed>, &rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#1}, alloc[dad09f3a48280dba]::vec::into_iter::IntoIter<core[d17f6591d688f3bd]::result::Result<(), proptest[b103e6066b256e9b]::test_runner::errors::TestCaseError>>>::{closure#3}>, core[d17f6591d688f3bd]::result::Result<(), proptest[b103e6066b256e9b]::test_runner::errors::TestCaseError>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panic.rs:359:14
[INFO] [stdout]   29:     0x5598b4a2b3a4 - proptest[b103e6066b256e9b]::test_runner::runner::call_test::<proptest[b103e6066b256e9b]::sugar::NamedArguments<&str, rustbook[3f46124814f1185b]::query_transformation::QueryBoxed>, &rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#1}, alloc[dad09f3a48280dba]::vec::into_iter::IntoIter<core[d17f6591d688f3bd]::result::Result<(), proptest[b103e6066b256e9b]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:256:9
[INFO] [stdout]   30:     0x5598b4a297d7 - <proptest[b103e6066b256e9b]::test_runner::runner::TestRunner>::shrink::<proptest[b103e6066b256e9b]::strategy::map::Map<alloc[dad09f3a48280dba]::boxed::Box<dyn proptest[b103e6066b256e9b]::strategy::traits::ValueTree<Value = rustbook[3f46124814f1185b]::query_transformation::QueryBoxed>>, rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#0}>, &rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#1}, alloc[dad09f3a48280dba]::vec::into_iter::IntoIter<core[d17f6591d688f3bd]::result::Result<(), proptest[b103e6066b256e9b]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:845:30
[INFO] [stdout]   31:     0x5598b4a2743e - <proptest[b103e6066b256e9b]::test_runner::runner::TestRunner>::run_one_with_replay::<proptest[b103e6066b256e9b]::strategy::map::Map<alloc[dad09f3a48280dba]::boxed::Box<dyn proptest[b103e6066b256e9b]::strategy::traits::ValueTree<Value = rustbook[3f46124814f1185b]::query_transformation::QueryBoxed>>, rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#0}>, &rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#1}, alloc[dad09f3a48280dba]::vec::into_iter::IntoIter<core[d17f6591d688f3bd]::result::Result<(), proptest[b103e6066b256e9b]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:736:22
[INFO] [stdout]   32:     0x5598b4a26c9a - <proptest[b103e6066b256e9b]::test_runner::runner::TestRunner>::gen_and_run_case::<proptest[b103e6066b256e9b]::strategy::map::Map<proptest[b103e6066b256e9b]::strategy::recursive::Recursive<rustbook[3f46124814f1185b]::query_transformation::QueryBoxed, rustbook[3f46124814f1185b]::query_transformation::tests::arb_query::{closure#1}>, rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#0}>, rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#1}, alloc[dad09f3a48280dba]::vec::into_iter::IntoIter<core[d17f6591d688f3bd]::result::Result<(), proptest[b103e6066b256e9b]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:664:28
[INFO] [stdout]   33:     0x5598b4a28165 - <proptest[b103e6066b256e9b]::test_runner::runner::TestRunner>::run_in_process_with_replay::<proptest[b103e6066b256e9b]::strategy::map::Map<proptest[b103e6066b256e9b]::strategy::recursive::Recursive<rustbook[3f46124814f1185b]::query_transformation::QueryBoxed, rustbook[3f46124814f1185b]::query_transformation::tests::arb_query::{closure#1}>, rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#0}>, rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#1}, alloc[dad09f3a48280dba]::vec::into_iter::IntoIter<core[d17f6591d688f3bd]::result::Result<(), proptest[b103e6066b256e9b]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:613:31
[INFO] [stdout]   34:     0x5598b4a26a10 - <proptest[b103e6066b256e9b]::test_runner::runner::TestRunner>::run_in_process::<proptest[b103e6066b256e9b]::strategy::map::Map<proptest[b103e6066b256e9b]::strategy::recursive::Recursive<rustbook[3f46124814f1185b]::query_transformation::QueryBoxed, rustbook[3f46124814f1185b]::query_transformation::tests::arb_query::{closure#1}>, rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#0}>, rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#1}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:570:14
[INFO] [stdout]   35:     0x5598b4a2914f - <proptest[b103e6066b256e9b]::test_runner::runner::TestRunner>::run::<proptest[b103e6066b256e9b]::strategy::map::Map<proptest[b103e6066b256e9b]::strategy::recursive::Recursive<rustbook[3f46124814f1185b]::query_transformation::QueryBoxed, rustbook[3f46124814f1185b]::query_transformation::tests::arb_query::{closure#1}>, rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#0}>, rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#1}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:413:18
[INFO] [stdout]   36:     0x5598b4a32ffe - rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/sugar.rs:163:17
[INFO] [stdout]   37:     0x5598b4a312d7 - rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/sugar.rs:159:28
[INFO] [stdout]   38:     0x5598b4a24036 - <rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#0} as core[d17f6591d688f3bd]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   39:     0x5598b4a3cd9b - <fn() -> core[d17f6591d688f3bd]::result::Result<(), alloc[dad09f3a48280dba]::string::String> as core[d17f6591d688f3bd]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   40:     0x5598b4a3cd9b - test[9653f4f1d2ca1489]::__rust_begin_short_backtrace::<core[d17f6591d688f3bd]::result::Result<(), alloc[dad09f3a48280dba]::string::String>, fn() -> core[d17f6591d688f3bd]::result::Result<(), alloc[dad09f3a48280dba]::string::String>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/test/src/lib.rs:724:18
[INFO] [stdout]   41:     0x5598b4a4a58b - test[9653f4f1d2ca1489]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/test/src/lib.rs:747:74
[INFO] [stdout]   42:     0x5598b4a4a58b - <core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<test[9653f4f1d2ca1489]::run_test_in_process::{closure#0}> as core[d17f6591d688f3bd]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   43:     0x5598b4a4a58b - std[fce30c26ee6459b]::panicking::catch_unwind::do_call::<core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<test[9653f4f1d2ca1489]::run_test_in_process::{closure#0}>, core[d17f6591d688f3bd]::result::Result<(), alloc[dad09f3a48280dba]::string::String>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:581:40
[INFO] [stdout]   44:     0x5598b4a4a58b - std[fce30c26ee6459b]::panicking::catch_unwind::<core[d17f6591d688f3bd]::result::Result<(), alloc[dad09f3a48280dba]::string::String>, core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<test[9653f4f1d2ca1489]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:544:19
[INFO] [stdout]   45:     0x5598b4a4a58b - std[fce30c26ee6459b]::panic::catch_unwind::<core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<test[9653f4f1d2ca1489]::run_test_in_process::{closure#0}>, core[d17f6591d688f3bd]::result::Result<(), alloc[dad09f3a48280dba]::string::String>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panic.rs:359:14
[INFO] [stdout]   46:     0x5598b4a4a58b - test[9653f4f1d2ca1489]::run_test_in_process
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/test/src/lib.rs:747:27
[INFO] [stdout]   47:     0x5598b4a4a58b - test[9653f4f1d2ca1489]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/test/src/lib.rs:668:43
[INFO] [stdout]   48:     0x5598b4a43ca4 - test[9653f4f1d2ca1489]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/test/src/lib.rs:698:41
[INFO] [stdout]   49:     0x5598b4a43ca4 - std[fce30c26ee6459b]::sys::backtrace::__rust_begin_short_backtrace::<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   50:     0x5598b4a4d192 - std[fce30c26ee6459b]::thread::lifecycle::spawn_unchecked::<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/thread/lifecycle.rs:70:13
[INFO] [stdout]   51:     0x5598b4a4d192 - <core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<std[fce30c26ee6459b]::thread::lifecycle::spawn_unchecked<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[d17f6591d688f3bd]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   52:     0x5598b4a4d192 - std[fce30c26ee6459b]::panicking::catch_unwind::do_call::<core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<std[fce30c26ee6459b]::thread::lifecycle::spawn_unchecked<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:581:40
[INFO] [stdout]   53:     0x5598b4a4d192 - std[fce30c26ee6459b]::panicking::catch_unwind::<(), core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<std[fce30c26ee6459b]::thread::lifecycle::spawn_unchecked<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:544:19
[INFO] [stdout]   54:     0x5598b4a4d192 - std[fce30c26ee6459b]::panic::catch_unwind::<core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<std[fce30c26ee6459b]::thread::lifecycle::spawn_unchecked<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panic.rs:359:14
[INFO] [stdout]   55:     0x5598b4a4d192 - std[fce30c26ee6459b]::thread::lifecycle::spawn_unchecked::<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/thread/lifecycle.rs:68:26
[INFO] [stdout]   56:     0x5598b4a4d192 - <std[fce30c26ee6459b]::thread::lifecycle::spawn_unchecked<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>::{closure#1} as core[d17f6591d688f3bd]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   57:     0x5598b4bbf51f - <alloc[dad09f3a48280dba]::boxed::Box<dyn core[d17f6591d688f3bd]::ops::function::FnOnce<(), Output = ()> + core[d17f6591d688f3bd]::marker::Send> as core[d17f6591d688f3bd]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/alloc/src/boxed.rs:2271:9
[INFO] [stdout]   58:     0x5598b4bbf51f - <std[fce30c26ee6459b]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/sys/thread/unix.rs:118:17
[INFO] [stdout]   59:     0x76e42426eaa4 - <unknown>
[INFO] [stdout]   60:     0x76e4242fba64 - clone
[INFO] [stdout]   61:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] thread 'query_transformation::tests::all_impls_match' (17) panicked at src/query_transformation.rs:224:13:
[INFO] [stdout] assertion `left == right` failed
[INFO] [stdout]   left: Ok("(oe=hmjldfuhrigtymylwjvvzbiocqzt) OR ((ohzzgbifod=tfkwoyekbgaz) OR (bezvikpcdjiulkaxewvs=hrrexczh) OR (otsux=atnvszuqchqlqiwfhuvqmt) OR (oe=hmjldfuhrigtymylwjvvzbiocqzt))")
[INFO] [stdout]  right: Ok("(a=o) OR ((ohzzgbifod=tfkwoyekbgaz) OR (bezvikpcdjiulkaxewvs=hrrexczh) OR (otsux=atnvszuqchqlqiwfhuvqmt) OR (oe=hmjldfuhrigtymylwjvvzbiocqzt))")
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x5598b4bbfc0a - std[fce30c26ee6459b]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x5598b4bbfc0a - std[fce30c26ee6459b]::backtrace_rs::backtrace::trace_unsynchronized::<std[fce30c26ee6459b]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x5598b4bbfc0a - std[fce30c26ee6459b]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x5598b4bbfc0a - <<std[fce30c26ee6459b]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[d17f6591d688f3bd]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x5598b4bd51ea - <core[d17f6591d688f3bd]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x5598b4bd51ea - core[d17f6591d688f3bd]::fmt::write
[INFO] [stdout]    6:     0x5598b4bc4852 - std[fce30c26ee6459b]::io::default_write_fmt::<alloc[dad09f3a48280dba]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/io/mod.rs:621:11
[INFO] [stdout]    7:     0x5598b4bc4852 - <alloc[dad09f3a48280dba]::vec::Vec<u8> as std[fce30c26ee6459b]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/io/mod.rs:1976:13
[INFO] [stdout]    8:     0x5598b4b9d45f - <std[fce30c26ee6459b]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x5598b4b9d45f - std[fce30c26ee6459b]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x5598b4bb7f09 - std[fce30c26ee6459b]::panicking::default_hook
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x5598b4a49abc - <alloc[dad09f3a48280dba]::boxed::Box<dyn for<'a, 'b> core[d17f6591d688f3bd]::ops::function::Fn<(&'a std[fce30c26ee6459b]::panic::PanicHookInfo<'b>,), Output = ()> + core[d17f6591d688f3bd]::marker::Sync + core[d17f6591d688f3bd]::marker::Send> as core[d17f6591d688f3bd]::ops::function::Fn<(&std[fce30c26ee6459b]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/alloc/src/boxed.rs:2285:9
[INFO] [stdout]   12:     0x5598b4a49abc - test[9653f4f1d2ca1489]::test_main_inner::<test[9653f4f1d2ca1489]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/test/src/lib.rs:155:21
[INFO] [stdout]   13:     0x5598b4bb80c2 - <alloc[dad09f3a48280dba]::boxed::Box<dyn for<'a, 'b> core[d17f6591d688f3bd]::ops::function::Fn<(&'a std[fce30c26ee6459b]::panic::PanicHookInfo<'b>,), Output = ()> + core[d17f6591d688f3bd]::marker::Sync + core[d17f6591d688f3bd]::marker::Send> as core[d17f6591d688f3bd]::ops::function::Fn<(&std[fce30c26ee6459b]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/alloc/src/boxed.rs:2285:9
[INFO] [stdout]   14:     0x5598b4bb80c2 - std[fce30c26ee6459b]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x5598b4b9d518 - std[fce30c26ee6459b]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:698:13
[INFO] [stdout]   16:     0x5598b4b92619 - std[fce30c26ee6459b]::sys::backtrace::__rust_end_short_backtrace::<std[fce30c26ee6459b]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x5598b4b9e22d - __rustc[de152adb51f02556]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x5598b4bd5a2c - core[d17f6591d688f3bd]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x5598b4bd58e3 - core[d17f6591d688f3bd]::panicking::assert_failed_inner
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/panicking.rs:439:17
[INFO] [stdout]   20:     0x5598b4a3828d - core[d17f6591d688f3bd]::panicking::assert_failed::<core[d17f6591d688f3bd]::result::Result<alloc[dad09f3a48280dba]::string::String, rustbook[3f46124814f1185b]::query_transformation::PrintError>, core[d17f6591d688f3bd]::result::Result<alloc[dad09f3a48280dba]::string::String, rustbook[3f46124814f1185b]::query_transformation::PrintError>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/panicking.rs:394:5
[INFO] [stdout]   21:     0x5598b4a31665 - rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#1}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/query_transformation.rs:224:13
[INFO] [stdout]   22:     0x5598b4a33ef7 - <&rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#1} as core[d17f6591d688f3bd]::ops::function::Fn<(proptest[b103e6066b256e9b]::sugar::NamedArguments<&str, rustbook[3f46124814f1185b]::query_transformation::QueryBoxed>,)>>::call
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/ops/function.rs:263:22
[INFO] [stdout]   23:     0x5598b4a2c767 - proptest[b103e6066b256e9b]::test_runner::runner::call_test::<proptest[b103e6066b256e9b]::sugar::NamedArguments<&str, rustbook[3f46124814f1185b]::query_transformation::QueryBoxed>, &rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#1}, alloc[dad09f3a48280dba]::vec::into_iter::IntoIter<core[d17f6591d688f3bd]::result::Result<(), proptest[b103e6066b256e9b]::test_runner::errors::TestCaseError>>>::{closure#3}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:256:49
[INFO] [stdout]   24:     0x5598b4a23808 - <core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<proptest[b103e6066b256e9b]::test_runner::runner::call_test<proptest[b103e6066b256e9b]::sugar::NamedArguments<&str, rustbook[3f46124814f1185b]::query_transformation::QueryBoxed>, &rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#1}, alloc[dad09f3a48280dba]::vec::into_iter::IntoIter<core[d17f6591d688f3bd]::result::Result<(), proptest[b103e6066b256e9b]::test_runner::errors::TestCaseError>>>::{closure#3}> as core[d17f6591d688f3bd]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   25:     0x5598b4a387fd - std[fce30c26ee6459b]::panicking::catch_unwind::do_call::<core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<proptest[b103e6066b256e9b]::test_runner::runner::call_test<proptest[b103e6066b256e9b]::sugar::NamedArguments<&str, rustbook[3f46124814f1185b]::query_transformation::QueryBoxed>, &rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#1}, alloc[dad09f3a48280dba]::vec::into_iter::IntoIter<core[d17f6591d688f3bd]::result::Result<(), proptest[b103e6066b256e9b]::test_runner::errors::TestCaseError>>>::{closure#3}>, core[d17f6591d688f3bd]::result::Result<(), proptest[b103e6066b256e9b]::test_runner::errors::TestCaseError>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:581:40
[INFO] [stdout]   26:     0x5598b4a367db - __rust_try
[INFO] [stdout]   27:     0x5598b4a2fe01 - std[fce30c26ee6459b]::panicking::catch_unwind::<core[d17f6591d688f3bd]::result::Result<(), proptest[b103e6066b256e9b]::test_runner::errors::TestCaseError>, core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<proptest[b103e6066b256e9b]::test_runner::runner::call_test<proptest[b103e6066b256e9b]::sugar::NamedArguments<&str, rustbook[3f46124814f1185b]::query_transformation::QueryBoxed>, &rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#1}, alloc[dad09f3a48280dba]::vec::into_iter::IntoIter<core[d17f6591d688f3bd]::result::Result<(), proptest[b103e6066b256e9b]::test_runner::errors::TestCaseError>>>::{closure#3}>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:544:19
[INFO] [stdout]   28:     0x5598b4a2fe01 - std[fce30c26ee6459b]::panic::catch_unwind::<core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<proptest[b103e6066b256e9b]::test_runner::runner::call_test<proptest[b103e6066b256e9b]::sugar::NamedArguments<&str, rustbook[3f46124814f1185b]::query_transformation::QueryBoxed>, &rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#1}, alloc[dad09f3a48280dba]::vec::into_iter::IntoIter<core[d17f6591d688f3bd]::result::Result<(), proptest[b103e6066b256e9b]::test_runner::errors::TestCaseError>>>::{closure#3}>, core[d17f6591d688f3bd]::result::Result<(), proptest[b103e6066b256e9b]::test_runner::errors::TestCaseError>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panic.rs:359:14
[INFO] [stdout]   29:     0x5598b4a2b3a4 - proptest[b103e6066b256e9b]::test_runner::runner::call_test::<proptest[b103e6066b256e9b]::sugar::NamedArguments<&str, rustbook[3f46124814f1185b]::query_transformation::QueryBoxed>, &rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#1}, alloc[dad09f3a48280dba]::vec::into_iter::IntoIter<core[d17f6591d688f3bd]::result::Result<(), proptest[b103e6066b256e9b]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:256:9
[INFO] [stdout]   30:     0x5598b4a297d7 - <proptest[b103e6066b256e9b]::test_runner::runner::TestRunner>::shrink::<proptest[b103e6066b256e9b]::strategy::map::Map<alloc[dad09f3a48280dba]::boxed::Box<dyn proptest[b103e6066b256e9b]::strategy::traits::ValueTree<Value = rustbook[3f46124814f1185b]::query_transformation::QueryBoxed>>, rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#0}>, &rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#1}, alloc[dad09f3a48280dba]::vec::into_iter::IntoIter<core[d17f6591d688f3bd]::result::Result<(), proptest[b103e6066b256e9b]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:845:30
[INFO] [stdout]   31:     0x5598b4a2743e - <proptest[b103e6066b256e9b]::test_runner::runner::TestRunner>::run_one_with_replay::<proptest[b103e6066b256e9b]::strategy::map::Map<alloc[dad09f3a48280dba]::boxed::Box<dyn proptest[b103e6066b256e9b]::strategy::traits::ValueTree<Value = rustbook[3f46124814f1185b]::query_transformation::QueryBoxed>>, rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#0}>, &rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#1}, alloc[dad09f3a48280dba]::vec::into_iter::IntoIter<core[d17f6591d688f3bd]::result::Result<(), proptest[b103e6066b256e9b]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:736:22
[INFO] [stdout]   32:     0x5598b4a26c9a - <proptest[b103e6066b256e9b]::test_runner::runner::TestRunner>::gen_and_run_case::<proptest[b103e6066b256e9b]::strategy::map::Map<proptest[b103e6066b256e9b]::strategy::recursive::Recursive<rustbook[3f46124814f1185b]::query_transformation::QueryBoxed, rustbook[3f46124814f1185b]::query_transformation::tests::arb_query::{closure#1}>, rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#0}>, rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#1}, alloc[dad09f3a48280dba]::vec::into_iter::IntoIter<core[d17f6591d688f3bd]::result::Result<(), proptest[b103e6066b256e9b]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:664:28
[INFO] [stdout]   33:     0x5598b4a28165 - <proptest[b103e6066b256e9b]::test_runner::runner::TestRunner>::run_in_process_with_replay::<proptest[b103e6066b256e9b]::strategy::map::Map<proptest[b103e6066b256e9b]::strategy::recursive::Recursive<rustbook[3f46124814f1185b]::query_transformation::QueryBoxed, rustbook[3f46124814f1185b]::query_transformation::tests::arb_query::{closure#1}>, rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#0}>, rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#1}, alloc[dad09f3a48280dba]::vec::into_iter::IntoIter<core[d17f6591d688f3bd]::result::Result<(), proptest[b103e6066b256e9b]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:613:31
[INFO] [stdout]   34:     0x5598b4a26a10 - <proptest[b103e6066b256e9b]::test_runner::runner::TestRunner>::run_in_process::<proptest[b103e6066b256e9b]::strategy::map::Map<proptest[b103e6066b256e9b]::strategy::recursive::Recursive<rustbook[3f46124814f1185b]::query_transformation::QueryBoxed, rustbook[3f46124814f1185b]::query_transformation::tests::arb_query::{closure#1}>, rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#0}>, rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#1}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:570:14
[INFO] [stdout]   35:     0x5598b4a2914f - <proptest[b103e6066b256e9b]::test_runner::runner::TestRunner>::run::<proptest[b103e6066b256e9b]::strategy::map::Map<proptest[b103e6066b256e9b]::strategy::recursive::Recursive<rustbook[3f46124814f1185b]::query_transformation::QueryBoxed, rustbook[3f46124814f1185b]::query_transformation::tests::arb_query::{closure#1}>, rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#0}>, rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#1}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:413:18
[INFO] [stdout]   36:     0x5598b4a32ffe - rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/sugar.rs:163:17
[INFO] [stdout]   37:     0x5598b4a312d7 - rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/sugar.rs:159:28
[INFO] [stdout]   38:     0x5598b4a24036 - <rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#0} as core[d17f6591d688f3bd]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   39:     0x5598b4a3cd9b - <fn() -> core[d17f6591d688f3bd]::result::Result<(), alloc[dad09f3a48280dba]::string::String> as core[d17f6591d688f3bd]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   40:     0x5598b4a3cd9b - test[9653f4f1d2ca1489]::__rust_begin_short_backtrace::<core[d17f6591d688f3bd]::result::Result<(), alloc[dad09f3a48280dba]::string::String>, fn() -> core[d17f6591d688f3bd]::result::Result<(), alloc[dad09f3a48280dba]::string::String>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/test/src/lib.rs:724:18
[INFO] [stdout]   41:     0x5598b4a4a58b - test[9653f4f1d2ca1489]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/test/src/lib.rs:747:74
[INFO] [stdout]   42:     0x5598b4a4a58b - <core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<test[9653f4f1d2ca1489]::run_test_in_process::{closure#0}> as core[d17f6591d688f3bd]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   43:     0x5598b4a4a58b - std[fce30c26ee6459b]::panicking::catch_unwind::do_call::<core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<test[9653f4f1d2ca1489]::run_test_in_process::{closure#0}>, core[d17f6591d688f3bd]::result::Result<(), alloc[dad09f3a48280dba]::string::String>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:581:40
[INFO] [stdout]   44:     0x5598b4a4a58b - std[fce30c26ee6459b]::panicking::catch_unwind::<core[d17f6591d688f3bd]::result::Result<(), alloc[dad09f3a48280dba]::string::String>, core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<test[9653f4f1d2ca1489]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:544:19
[INFO] [stdout]   45:     0x5598b4a4a58b - std[fce30c26ee6459b]::panic::catch_unwind::<core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<test[9653f4f1d2ca1489]::run_test_in_process::{closure#0}>, core[d17f6591d688f3bd]::result::Result<(), alloc[dad09f3a48280dba]::string::String>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panic.rs:359:14
[INFO] [stdout]   46:     0x5598b4a4a58b - test[9653f4f1d2ca1489]::run_test_in_process
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/test/src/lib.rs:747:27
[INFO] [stdout]   47:     0x5598b4a4a58b - test[9653f4f1d2ca1489]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/test/src/lib.rs:668:43
[INFO] [stdout]   48:     0x5598b4a43ca4 - test[9653f4f1d2ca1489]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/test/src/lib.rs:698:41
[INFO] [stdout]   49:     0x5598b4a43ca4 - std[fce30c26ee6459b]::sys::backtrace::__rust_begin_short_backtrace::<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   50:     0x5598b4a4d192 - std[fce30c26ee6459b]::thread::lifecycle::spawn_unchecked::<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/thread/lifecycle.rs:70:13
[INFO] [stdout]   51:     0x5598b4a4d192 - <core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<std[fce30c26ee6459b]::thread::lifecycle::spawn_unchecked<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[d17f6591d688f3bd]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   52:     0x5598b4a4d192 - std[fce30c26ee6459b]::panicking::catch_unwind::do_call::<core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<std[fce30c26ee6459b]::thread::lifecycle::spawn_unchecked<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:581:40
[INFO] [stdout]   53:     0x5598b4a4d192 - std[fce30c26ee6459b]::panicking::catch_unwind::<(), core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<std[fce30c26ee6459b]::thread::lifecycle::spawn_unchecked<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:544:19
[INFO] [stdout]   54:     0x5598b4a4d192 - std[fce30c26ee6459b]::panic::catch_unwind::<core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<std[fce30c26ee6459b]::thread::lifecycle::spawn_unchecked<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panic.rs:359:14
[INFO] [stdout]   55:     0x5598b4a4d192 - std[fce30c26ee6459b]::thread::lifecycle::spawn_unchecked::<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/thread/lifecycle.rs:68:26
[INFO] [stdout]   56:     0x5598b4a4d192 - <std[fce30c26ee6459b]::thread::lifecycle::spawn_unchecked<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>::{closure#1} as core[d17f6591d688f3bd]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   57:     0x5598b4bbf51f - <alloc[dad09f3a48280dba]::boxed::Box<dyn core[d17f6591d688f3bd]::ops::function::FnOnce<(), Output = ()> + core[d17f6591d688f3bd]::marker::Send> as core[d17f6591d688f3bd]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/alloc/src/boxed.rs:2271:9
[INFO] [stdout]   58:     0x5598b4bbf51f - <std[fce30c26ee6459b]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/sys/thread/unix.rs:118:17
[INFO] [stdout]   59:     0x76e42426eaa4 - <unknown>
[INFO] [stdout]   60:     0x76e4242fba64 - clone
[INFO] [stdout]   61:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] thread 'query_transformation::tests::all_impls_match' (17) panicked at src/query_transformation.rs:224:13:
[INFO] [stdout] assertion `left == right` failed
[INFO] [stdout]   left: Ok("(oe=hmjldfuhrigtymylwjvvzbiocqzt) OR ((ohzzgbifod=tfkwoyekbgaz) OR (bezvikpcdjiulkaxewvs=hrrexczh) OR (otsux=atnvszuqchqlqiwfhuvqmt) OR (oe=hmjldfuhrigtymylwjvvzbiocqzt))")
[INFO] [stdout]  right: Ok("(a=h) OR ((ohzzgbifod=tfkwoyekbgaz) OR (bezvikpcdjiulkaxewvs=hrrexczh) OR (otsux=atnvszuqchqlqiwfhuvqmt) OR (oe=hmjldfuhrigtymylwjvvzbiocqzt))")
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x5598b4bbfc0a - std[fce30c26ee6459b]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x5598b4bbfc0a - std[fce30c26ee6459b]::backtrace_rs::backtrace::trace_unsynchronized::<std[fce30c26ee6459b]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x5598b4bbfc0a - std[fce30c26ee6459b]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x5598b4bbfc0a - <<std[fce30c26ee6459b]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[d17f6591d688f3bd]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x5598b4bd51ea - <core[d17f6591d688f3bd]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x5598b4bd51ea - core[d17f6591d688f3bd]::fmt::write
[INFO] [stdout]    6:     0x5598b4bc4852 - std[fce30c26ee6459b]::io::default_write_fmt::<alloc[dad09f3a48280dba]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/io/mod.rs:621:11
[INFO] [stdout]    7:     0x5598b4bc4852 - <alloc[dad09f3a48280dba]::vec::Vec<u8> as std[fce30c26ee6459b]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/io/mod.rs:1976:13
[INFO] [stdout]    8:     0x5598b4b9d45f - <std[fce30c26ee6459b]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x5598b4b9d45f - std[fce30c26ee6459b]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x5598b4bb7f09 - std[fce30c26ee6459b]::panicking::default_hook
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x5598b4a49abc - <alloc[dad09f3a48280dba]::boxed::Box<dyn for<'a, 'b> core[d17f6591d688f3bd]::ops::function::Fn<(&'a std[fce30c26ee6459b]::panic::PanicHookInfo<'b>,), Output = ()> + core[d17f6591d688f3bd]::marker::Sync + core[d17f6591d688f3bd]::marker::Send> as core[d17f6591d688f3bd]::ops::function::Fn<(&std[fce30c26ee6459b]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/alloc/src/boxed.rs:2285:9
[INFO] [stdout]   12:     0x5598b4a49abc - test[9653f4f1d2ca1489]::test_main_inner::<test[9653f4f1d2ca1489]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/test/src/lib.rs:155:21
[INFO] [stdout]   13:     0x5598b4bb80c2 - <alloc[dad09f3a48280dba]::boxed::Box<dyn for<'a, 'b> core[d17f6591d688f3bd]::ops::function::Fn<(&'a std[fce30c26ee6459b]::panic::PanicHookInfo<'b>,), Output = ()> + core[d17f6591d688f3bd]::marker::Sync + core[d17f6591d688f3bd]::marker::Send> as core[d17f6591d688f3bd]::ops::function::Fn<(&std[fce30c26ee6459b]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/alloc/src/boxed.rs:2285:9
[INFO] [stdout]   14:     0x5598b4bb80c2 - std[fce30c26ee6459b]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x5598b4b9d518 - std[fce30c26ee6459b]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:698:13
[INFO] [stdout]   16:     0x5598b4b92619 - std[fce30c26ee6459b]::sys::backtrace::__rust_end_short_backtrace::<std[fce30c26ee6459b]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x5598b4b9e22d - __rustc[de152adb51f02556]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x5598b4bd5a2c - core[d17f6591d688f3bd]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x5598b4bd58e3 - core[d17f6591d688f3bd]::panicking::assert_failed_inner
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/panicking.rs:439:17
[INFO] [stdout]   20:     0x5598b4a3828d - core[d17f6591d688f3bd]::panicking::assert_failed::<core[d17f6591d688f3bd]::result::Result<alloc[dad09f3a48280dba]::string::String, rustbook[3f46124814f1185b]::query_transformation::PrintError>, core[d17f6591d688f3bd]::result::Result<alloc[dad09f3a48280dba]::string::String, rustbook[3f46124814f1185b]::query_transformation::PrintError>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/panicking.rs:394:5
[INFO] [stdout]   21:     0x5598b4a31665 - rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#1}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/query_transformation.rs:224:13
[INFO] [stdout]   22:     0x5598b4a33ef7 - <&rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#1} as core[d17f6591d688f3bd]::ops::function::Fn<(proptest[b103e6066b256e9b]::sugar::NamedArguments<&str, rustbook[3f46124814f1185b]::query_transformation::QueryBoxed>,)>>::call
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/ops/function.rs:263:22
[INFO] [stdout]   23:     0x5598b4a2c767 - proptest[b103e6066b256e9b]::test_runner::runner::call_test::<proptest[b103e6066b256e9b]::sugar::NamedArguments<&str, rustbook[3f46124814f1185b]::query_transformation::QueryBoxed>, &rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#1}, alloc[dad09f3a48280dba]::vec::into_iter::IntoIter<core[d17f6591d688f3bd]::result::Result<(), proptest[b103e6066b256e9b]::test_runner::errors::TestCaseError>>>::{closure#3}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:256:49
[INFO] [stdout]   24:     0x5598b4a23808 - <core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<proptest[b103e6066b256e9b]::test_runner::runner::call_test<proptest[b103e6066b256e9b]::sugar::NamedArguments<&str, rustbook[3f46124814f1185b]::query_transformation::QueryBoxed>, &rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#1}, alloc[dad09f3a48280dba]::vec::into_iter::IntoIter<core[d17f6591d688f3bd]::result::Result<(), proptest[b103e6066b256e9b]::test_runner::errors::TestCaseError>>>::{closure#3}> as core[d17f6591d688f3bd]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   25:     0x5598b4a387fd - std[fce30c26ee6459b]::panicking::catch_unwind::do_call::<core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<proptest[b103e6066b256e9b]::test_runner::runner::call_test<proptest[b103e6066b256e9b]::sugar::NamedArguments<&str, rustbook[3f46124814f1185b]::query_transformation::QueryBoxed>, &rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#1}, alloc[dad09f3a48280dba]::vec::into_iter::IntoIter<core[d17f6591d688f3bd]::result::Result<(), proptest[b103e6066b256e9b]::test_runner::errors::TestCaseError>>>::{closure#3}>, core[d17f6591d688f3bd]::result::Result<(), proptest[b103e6066b256e9b]::test_runner::errors::TestCaseError>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:581:40
[INFO] [stdout]   26:     0x5598b4a367db - __rust_try
[INFO] [stdout]   27:     0x5598b4a2fe01 - std[fce30c26ee6459b]::panicking::catch_unwind::<core[d17f6591d688f3bd]::result::Result<(), proptest[b103e6066b256e9b]::test_runner::errors::TestCaseError>, core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<proptest[b103e6066b256e9b]::test_runner::runner::call_test<proptest[b103e6066b256e9b]::sugar::NamedArguments<&str, rustbook[3f46124814f1185b]::query_transformation::QueryBoxed>, &rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#1}, alloc[dad09f3a48280dba]::vec::into_iter::IntoIter<core[d17f6591d688f3bd]::result::Result<(), proptest[b103e6066b256e9b]::test_runner::errors::TestCaseError>>>::{closure#3}>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:544:19
[INFO] [stdout]   28:     0x5598b4a2fe01 - std[fce30c26ee6459b]::panic::catch_unwind::<core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<proptest[b103e6066b256e9b]::test_runner::runner::call_test<proptest[b103e6066b256e9b]::sugar::NamedArguments<&str, rustbook[3f46124814f1185b]::query_transformation::QueryBoxed>, &rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#1}, alloc[dad09f3a48280dba]::vec::into_iter::IntoIter<core[d17f6591d688f3bd]::result::Result<(), proptest[b103e6066b256e9b]::test_runner::errors::TestCaseError>>>::{closure#3}>, core[d17f6591d688f3bd]::result::Result<(), proptest[b103e6066b256e9b]::test_runner::errors::TestCaseError>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panic.rs:359:14
[INFO] [stdout]   29:     0x5598b4a2b3a4 - proptest[b103e6066b256e9b]::test_runner::runner::call_test::<proptest[b103e6066b256e9b]::sugar::NamedArguments<&str, rustbook[3f46124814f1185b]::query_transformation::QueryBoxed>, &rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#1}, alloc[dad09f3a48280dba]::vec::into_iter::IntoIter<core[d17f6591d688f3bd]::result::Result<(), proptest[b103e6066b256e9b]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:256:9
[INFO] [stdout]   30:     0x5598b4a297d7 - <proptest[b103e6066b256e9b]::test_runner::runner::TestRunner>::shrink::<proptest[b103e6066b256e9b]::strategy::map::Map<alloc[dad09f3a48280dba]::boxed::Box<dyn proptest[b103e6066b256e9b]::strategy::traits::ValueTree<Value = rustbook[3f46124814f1185b]::query_transformation::QueryBoxed>>, rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#0}>, &rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#1}, alloc[dad09f3a48280dba]::vec::into_iter::IntoIter<core[d17f6591d688f3bd]::result::Result<(), proptest[b103e6066b256e9b]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:845:30
[INFO] [stdout]   31:     0x5598b4a2743e - <proptest[b103e6066b256e9b]::test_runner::runner::TestRunner>::run_one_with_replay::<proptest[b103e6066b256e9b]::strategy::map::Map<alloc[dad09f3a48280dba]::boxed::Box<dyn proptest[b103e6066b256e9b]::strategy::traits::ValueTree<Value = rustbook[3f46124814f1185b]::query_transformation::QueryBoxed>>, rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#0}>, &rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#1}, alloc[dad09f3a48280dba]::vec::into_iter::IntoIter<core[d17f6591d688f3bd]::result::Result<(), proptest[b103e6066b256e9b]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:736:22
[INFO] [stdout]   32:     0x5598b4a26c9a - <proptest[b103e6066b256e9b]::test_runner::runner::TestRunner>::gen_and_run_case::<proptest[b103e6066b256e9b]::strategy::map::Map<proptest[b103e6066b256e9b]::strategy::recursive::Recursive<rustbook[3f46124814f1185b]::query_transformation::QueryBoxed, rustbook[3f46124814f1185b]::query_transformation::tests::arb_query::{closure#1}>, rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#0}>, rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#1}, alloc[dad09f3a48280dba]::vec::into_iter::IntoIter<core[d17f6591d688f3bd]::result::Result<(), proptest[b103e6066b256e9b]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:664:28
[INFO] [stdout]   33:     0x5598b4a28165 - <proptest[b103e6066b256e9b]::test_runner::runner::TestRunner>::run_in_process_with_replay::<proptest[b103e6066b256e9b]::strategy::map::Map<proptest[b103e6066b256e9b]::strategy::recursive::Recursive<rustbook[3f46124814f1185b]::query_transformation::QueryBoxed, rustbook[3f46124814f1185b]::query_transformation::tests::arb_query::{closure#1}>, rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#0}>, rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#1}, alloc[dad09f3a48280dba]::vec::into_iter::IntoIter<core[d17f6591d688f3bd]::result::Result<(), proptest[b103e6066b256e9b]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:613:31
[INFO] [stdout]   34:     0x5598b4a26a10 - <proptest[b103e6066b256e9b]::test_runner::runner::TestRunner>::run_in_process::<proptest[b103e6066b256e9b]::strategy::map::Map<proptest[b103e6066b256e9b]::strategy::recursive::Recursive<rustbook[3f46124814f1185b]::query_transformation::QueryBoxed, rustbook[3f46124814f1185b]::query_transformation::tests::arb_query::{closure#1}>, rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#0}>, rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#1}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:570:14
[INFO] [stdout]   35:     0x5598b4a2914f - <proptest[b103e6066b256e9b]::test_runner::runner::TestRunner>::run::<proptest[b103e6066b256e9b]::strategy::map::Map<proptest[b103e6066b256e9b]::strategy::recursive::Recursive<rustbook[3f46124814f1185b]::query_transformation::QueryBoxed, rustbook[3f46124814f1185b]::query_transformation::tests::arb_query::{closure#1}>, rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#0}>, rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#1}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:413:18
[INFO] [stdout]   36:     0x5598b4a32ffe - rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/sugar.rs:163:17
[INFO] [stdout]   37:     0x5598b4a312d7 - rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/sugar.rs:159:28
[INFO] [stdout]   38:     0x5598b4a24036 - <rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#0} as core[d17f6591d688f3bd]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   39:     0x5598b4a3cd9b - <fn() -> core[d17f6591d688f3bd]::result::Result<(), alloc[dad09f3a48280dba]::string::String> as core[d17f6591d688f3bd]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   40:     0x5598b4a3cd9b - test[9653f4f1d2ca1489]::__rust_begin_short_backtrace::<core[d17f6591d688f3bd]::result::Result<(), alloc[dad09f3a48280dba]::string::String>, fn() -> core[d17f6591d688f3bd]::result::Result<(), alloc[dad09f3a48280dba]::string::String>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/test/src/lib.rs:724:18
[INFO] [stdout]   41:     0x5598b4a4a58b - test[9653f4f1d2ca1489]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/test/src/lib.rs:747:74
[INFO] [stdout]   42:     0x5598b4a4a58b - <core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<test[9653f4f1d2ca1489]::run_test_in_process::{closure#0}> as core[d17f6591d688f3bd]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   43:     0x5598b4a4a58b - std[fce30c26ee6459b]::panicking::catch_unwind::do_call::<core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<test[9653f4f1d2ca1489]::run_test_in_process::{closure#0}>, core[d17f6591d688f3bd]::result::Result<(), alloc[dad09f3a48280dba]::string::String>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:581:40
[INFO] [stdout]   44:     0x5598b4a4a58b - std[fce30c26ee6459b]::panicking::catch_unwind::<core[d17f6591d688f3bd]::result::Result<(), alloc[dad09f3a48280dba]::string::String>, core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<test[9653f4f1d2ca1489]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:544:19
[INFO] [stdout]   45:     0x5598b4a4a58b - std[fce30c26ee6459b]::panic::catch_unwind::<core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<test[9653f4f1d2ca1489]::run_test_in_process::{closure#0}>, core[d17f6591d688f3bd]::result::Result<(), alloc[dad09f3a48280dba]::string::String>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panic.rs:359:14
[INFO] [stdout]   46:     0x5598b4a4a58b - test[9653f4f1d2ca1489]::run_test_in_process
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/test/src/lib.rs:747:27
[INFO] [stdout]   47:     0x5598b4a4a58b - test[9653f4f1d2ca1489]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/test/src/lib.rs:668:43
[INFO] [stdout]   48:     0x5598b4a43ca4 - test[9653f4f1d2ca1489]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/test/src/lib.rs:698:41
[INFO] [stdout]   49:     0x5598b4a43ca4 - std[fce30c26ee6459b]::sys::backtrace::__rust_begin_short_backtrace::<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   50:     0x5598b4a4d192 - std[fce30c26ee6459b]::thread::lifecycle::spawn_unchecked::<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/thread/lifecycle.rs:70:13
[INFO] [stdout]   51:     0x5598b4a4d192 - <core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<std[fce30c26ee6459b]::thread::lifecycle::spawn_unchecked<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[d17f6591d688f3bd]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   52:     0x5598b4a4d192 - std[fce30c26ee6459b]::panicking::catch_unwind::do_call::<core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<std[fce30c26ee6459b]::thread::lifecycle::spawn_unchecked<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:581:40
[INFO] [stdout]   53:     0x5598b4a4d192 - std[fce30c26ee6459b]::panicking::catch_unwind::<(), core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<std[fce30c26ee6459b]::thread::lifecycle::spawn_unchecked<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:544:19
[INFO] [stdout]   54:     0x5598b4a4d192 - std[fce30c26ee6459b]::panic::catch_unwind::<core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<std[fce30c26ee6459b]::thread::lifecycle::spawn_unchecked<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panic.rs:359:14
[INFO] [stdout]   55:     0x5598b4a4d192 - std[fce30c26ee6459b]::thread::lifecycle::spawn_unchecked::<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/thread/lifecycle.rs:68:26
[INFO] [stdout]   56:     0x5598b4a4d192 - <std[fce30c26ee6459b]::thread::lifecycle::spawn_unchecked<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>::{closure#1} as core[d17f6591d688f3bd]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   57:     0x5598b4bbf51f - <alloc[dad09f3a48280dba]::boxed::Box<dyn core[d17f6591d688f3bd]::ops::function::FnOnce<(), Output = ()> + core[d17f6591d688f3bd]::marker::Send> as core[d17f6591d688f3bd]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/alloc/src/boxed.rs:2271:9
[INFO] [stdout]   58:     0x5598b4bbf51f - <std[fce30c26ee6459b]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/sys/thread/unix.rs:118:17
[INFO] [stdout]   59:     0x76e42426eaa4 - <unknown>
[INFO] [stdout]   60:     0x76e4242fba64 - clone
[INFO] [stdout]   61:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] thread 'query_transformation::tests::all_impls_match' (17) panicked at src/query_transformation.rs:224:13:
[INFO] [stdout] assertion `left == right` failed
[INFO] [stdout]   left: Ok("(oe=hmjldfuhrigtymylwjvvzbiocqzt) OR ((ohzzgbifod=tfkwoyekbgaz) OR (bezvikpcdjiulkaxewvs=hrrexczh) OR (otsux=atnvszuqchqlqiwfhuvqmt) OR (oe=hmjldfuhrigtymylwjvvzbiocqzt))")
[INFO] [stdout]  right: Ok("(a=d) OR ((ohzzgbifod=tfkwoyekbgaz) OR (bezvikpcdjiulkaxewvs=hrrexczh) OR (otsux=atnvszuqchqlqiwfhuvqmt) OR (oe=hmjldfuhrigtymylwjvvzbiocqzt))")
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x5598b4bbfc0a - std[fce30c26ee6459b]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x5598b4bbfc0a - std[fce30c26ee6459b]::backtrace_rs::backtrace::trace_unsynchronized::<std[fce30c26ee6459b]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x5598b4bbfc0a - std[fce30c26ee6459b]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x5598b4bbfc0a - <<std[fce30c26ee6459b]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[d17f6591d688f3bd]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x5598b4bd51ea - <core[d17f6591d688f3bd]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x5598b4bd51ea - core[d17f6591d688f3bd]::fmt::write
[INFO] [stdout]    6:     0x5598b4bc4852 - std[fce30c26ee6459b]::io::default_write_fmt::<alloc[dad09f3a48280dba]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/io/mod.rs:621:11
[INFO] [stdout]    7:     0x5598b4bc4852 - <alloc[dad09f3a48280dba]::vec::Vec<u8> as std[fce30c26ee6459b]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/io/mod.rs:1976:13
[INFO] [stdout]    8:     0x5598b4b9d45f - <std[fce30c26ee6459b]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x5598b4b9d45f - std[fce30c26ee6459b]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x5598b4bb7f09 - std[fce30c26ee6459b]::panicking::default_hook
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x5598b4a49abc - <alloc[dad09f3a48280dba]::boxed::Box<dyn for<'a, 'b> core[d17f6591d688f3bd]::ops::function::Fn<(&'a std[fce30c26ee6459b]::panic::PanicHookInfo<'b>,), Output = ()> + core[d17f6591d688f3bd]::marker::Sync + core[d17f6591d688f3bd]::marker::Send> as core[d17f6591d688f3bd]::ops::function::Fn<(&std[fce30c26ee6459b]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/alloc/src/boxed.rs:2285:9
[INFO] [stdout]   12:     0x5598b4a49abc - test[9653f4f1d2ca1489]::test_main_inner::<test[9653f4f1d2ca1489]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/test/src/lib.rs:155:21
[INFO] [stdout]   13:     0x5598b4bb80c2 - <alloc[dad09f3a48280dba]::boxed::Box<dyn for<'a, 'b> core[d17f6591d688f3bd]::ops::function::Fn<(&'a std[fce30c26ee6459b]::panic::PanicHookInfo<'b>,), Output = ()> + core[d17f6591d688f3bd]::marker::Sync + core[d17f6591d688f3bd]::marker::Send> as core[d17f6591d688f3bd]::ops::function::Fn<(&std[fce30c26ee6459b]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/alloc/src/boxed.rs:2285:9
[INFO] [stdout]   14:     0x5598b4bb80c2 - std[fce30c26ee6459b]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x5598b4b9d518 - std[fce30c26ee6459b]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:698:13
[INFO] [stdout]   16:     0x5598b4b92619 - std[fce30c26ee6459b]::sys::backtrace::__rust_end_short_backtrace::<std[fce30c26ee6459b]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x5598b4b9e22d - __rustc[de152adb51f02556]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x5598b4bd5a2c - core[d17f6591d688f3bd]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x5598b4bd58e3 - core[d17f6591d688f3bd]::panicking::assert_failed_inner
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/panicking.rs:439:17
[INFO] [stdout]   20:     0x5598b4a3828d - core[d17f6591d688f3bd]::panicking::assert_failed::<core[d17f6591d688f3bd]::result::Result<alloc[dad09f3a48280dba]::string::String, rustbook[3f46124814f1185b]::query_transformation::PrintError>, core[d17f6591d688f3bd]::result::Result<alloc[dad09f3a48280dba]::string::String, rustbook[3f46124814f1185b]::query_transformation::PrintError>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/panicking.rs:394:5
[INFO] [stdout]   21:     0x5598b4a31665 - rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#1}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/query_transformation.rs:224:13
[INFO] [stdout]   22:     0x5598b4a33ef7 - <&rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#1} as core[d17f6591d688f3bd]::ops::function::Fn<(proptest[b103e6066b256e9b]::sugar::NamedArguments<&str, rustbook[3f46124814f1185b]::query_transformation::QueryBoxed>,)>>::call
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/ops/function.rs:263:22
[INFO] [stdout]   23:     0x5598b4a2c767 - proptest[b103e6066b256e9b]::test_runner::runner::call_test::<proptest[b103e6066b256e9b]::sugar::NamedArguments<&str, rustbook[3f46124814f1185b]::query_transformation::QueryBoxed>, &rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#1}, alloc[dad09f3a48280dba]::vec::into_iter::IntoIter<core[d17f6591d688f3bd]::result::Result<(), proptest[b103e6066b256e9b]::test_runner::errors::TestCaseError>>>::{closure#3}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:256:49
[INFO] [stdout]   24:     0x5598b4a23808 - <core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<proptest[b103e6066b256e9b]::test_runner::runner::call_test<proptest[b103e6066b256e9b]::sugar::NamedArguments<&str, rustbook[3f46124814f1185b]::query_transformation::QueryBoxed>, &rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#1}, alloc[dad09f3a48280dba]::vec::into_iter::IntoIter<core[d17f6591d688f3bd]::result::Result<(), proptest[b103e6066b256e9b]::test_runner::errors::TestCaseError>>>::{closure#3}> as core[d17f6591d688f3bd]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   25:     0x5598b4a387fd - std[fce30c26ee6459b]::panicking::catch_unwind::do_call::<core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<proptest[b103e6066b256e9b]::test_runner::runner::call_test<proptest[b103e6066b256e9b]::sugar::NamedArguments<&str, rustbook[3f46124814f1185b]::query_transformation::QueryBoxed>, &rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#1}, alloc[dad09f3a48280dba]::vec::into_iter::IntoIter<core[d17f6591d688f3bd]::result::Result<(), proptest[b103e6066b256e9b]::test_runner::errors::TestCaseError>>>::{closure#3}>, core[d17f6591d688f3bd]::result::Result<(), proptest[b103e6066b256e9b]::test_runner::errors::TestCaseError>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:581:40
[INFO] [stdout]   26:     0x5598b4a367db - __rust_try
[INFO] [stdout]   27:     0x5598b4a2fe01 - std[fce30c26ee6459b]::panicking::catch_unwind::<core[d17f6591d688f3bd]::result::Result<(), proptest[b103e6066b256e9b]::test_runner::errors::TestCaseError>, core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<proptest[b103e6066b256e9b]::test_runner::runner::call_test<proptest[b103e6066b256e9b]::sugar::NamedArguments<&str, rustbook[3f46124814f1185b]::query_transformation::QueryBoxed>, &rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#1}, alloc[dad09f3a48280dba]::vec::into_iter::IntoIter<core[d17f6591d688f3bd]::result::Result<(), proptest[b103e6066b256e9b]::test_runner::errors::TestCaseError>>>::{closure#3}>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:544:19
[INFO] [stdout]   28:     0x5598b4a2fe01 - std[fce30c26ee6459b]::panic::catch_unwind::<core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<proptest[b103e6066b256e9b]::test_runner::runner::call_test<proptest[b103e6066b256e9b]::sugar::NamedArguments<&str, rustbook[3f46124814f1185b]::query_transformation::QueryBoxed>, &rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#1}, alloc[dad09f3a48280dba]::vec::into_iter::IntoIter<core[d17f6591d688f3bd]::result::Result<(), proptest[b103e6066b256e9b]::test_runner::errors::TestCaseError>>>::{closure#3}>, core[d17f6591d688f3bd]::result::Result<(), proptest[b103e6066b256e9b]::test_runner::errors::TestCaseError>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panic.rs:359:14
[INFO] [stdout]   29:     0x5598b4a2b3a4 - proptest[b103e6066b256e9b]::test_runner::runner::call_test::<proptest[b103e6066b256e9b]::sugar::NamedArguments<&str, rustbook[3f46124814f1185b]::query_transformation::QueryBoxed>, &rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#1}, alloc[dad09f3a48280dba]::vec::into_iter::IntoIter<core[d17f6591d688f3bd]::result::Result<(), proptest[b103e6066b256e9b]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:256:9
[INFO] [stdout]   30:     0x5598b4a297d7 - <proptest[b103e6066b256e9b]::test_runner::runner::TestRunner>::shrink::<proptest[b103e6066b256e9b]::strategy::map::Map<alloc[dad09f3a48280dba]::boxed::Box<dyn proptest[b103e6066b256e9b]::strategy::traits::ValueTree<Value = rustbook[3f46124814f1185b]::query_transformation::QueryBoxed>>, rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#0}>, &rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#1}, alloc[dad09f3a48280dba]::vec::into_iter::IntoIter<core[d17f6591d688f3bd]::result::Result<(), proptest[b103e6066b256e9b]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:845:30
[INFO] [stdout]   31:     0x5598b4a2743e - <proptest[b103e6066b256e9b]::test_runner::runner::TestRunner>::run_one_with_replay::<proptest[b103e6066b256e9b]::strategy::map::Map<alloc[dad09f3a48280dba]::boxed::Box<dyn proptest[b103e6066b256e9b]::strategy::traits::ValueTree<Value = rustbook[3f46124814f1185b]::query_transformation::QueryBoxed>>, rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#0}>, &rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#1}, alloc[dad09f3a48280dba]::vec::into_iter::IntoIter<core[d17f6591d688f3bd]::result::Result<(), proptest[b103e6066b256e9b]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:736:22
[INFO] [stdout]   32:     0x5598b4a26c9a - <proptest[b103e6066b256e9b]::test_runner::runner::TestRunner>::gen_and_run_case::<proptest[b103e6066b256e9b]::strategy::map::Map<proptest[b103e6066b256e9b]::strategy::recursive::Recursive<rustbook[3f46124814f1185b]::query_transformation::QueryBoxed, rustbook[3f46124814f1185b]::query_transformation::tests::arb_query::{closure#1}>, rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#0}>, rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#1}, alloc[dad09f3a48280dba]::vec::into_iter::IntoIter<core[d17f6591d688f3bd]::result::Result<(), proptest[b103e6066b256e9b]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:664:28
[INFO] [stdout]   33:     0x5598b4a28165 - <proptest[b103e6066b256e9b]::test_runner::runner::TestRunner>::run_in_process_with_replay::<proptest[b103e6066b256e9b]::strategy::map::Map<proptest[b103e6066b256e9b]::strategy::recursive::Recursive<rustbook[3f46124814f1185b]::query_transformation::QueryBoxed, rustbook[3f46124814f1185b]::query_transformation::tests::arb_query::{closure#1}>, rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#0}>, rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#1}, alloc[dad09f3a48280dba]::vec::into_iter::IntoIter<core[d17f6591d688f3bd]::result::Result<(), proptest[b103e6066b256e9b]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:613:31
[INFO] [stdout]   34:     0x5598b4a26a10 - <proptest[b103e6066b256e9b]::test_runner::runner::TestRunner>::run_in_process::<proptest[b103e6066b256e9b]::strategy::map::Map<proptest[b103e6066b256e9b]::strategy::recursive::Recursive<rustbook[3f46124814f1185b]::query_transformation::QueryBoxed, rustbook[3f46124814f1185b]::query_transformation::tests::arb_query::{closure#1}>, rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#0}>, rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#1}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:570:14
[INFO] [stdout]   35:     0x5598b4a2914f - <proptest[b103e6066b256e9b]::test_runner::runner::TestRunner>::run::<proptest[b103e6066b256e9b]::strategy::map::Map<proptest[b103e6066b256e9b]::strategy::recursive::Recursive<rustbook[3f46124814f1185b]::query_transformation::QueryBoxed, rustbook[3f46124814f1185b]::query_transformation::tests::arb_query::{closure#1}>, rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#0}>, rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#1}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:413:18
[INFO] [stdout]   36:     0x5598b4a32ffe - rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/sugar.rs:163:17
[INFO] [stdout]   37:     0x5598b4a312d7 - rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/sugar.rs:159:28
[INFO] [stdout]   38:     0x5598b4a24036 - <rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#0} as core[d17f6591d688f3bd]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   39:     0x5598b4a3cd9b - <fn() -> core[d17f6591d688f3bd]::result::Result<(), alloc[dad09f3a48280dba]::string::String> as core[d17f6591d688f3bd]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   40:     0x5598b4a3cd9b - test[9653f4f1d2ca1489]::__rust_begin_short_backtrace::<core[d17f6591d688f3bd]::result::Result<(), alloc[dad09f3a48280dba]::string::String>, fn() -> core[d17f6591d688f3bd]::result::Result<(), alloc[dad09f3a48280dba]::string::String>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/test/src/lib.rs:724:18
[INFO] [stdout]   41:     0x5598b4a4a58b - test[9653f4f1d2ca1489]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/test/src/lib.rs:747:74
[INFO] [stdout]   42:     0x5598b4a4a58b - <core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<test[9653f4f1d2ca1489]::run_test_in_process::{closure#0}> as core[d17f6591d688f3bd]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   43:     0x5598b4a4a58b - std[fce30c26ee6459b]::panicking::catch_unwind::do_call::<core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<test[9653f4f1d2ca1489]::run_test_in_process::{closure#0}>, core[d17f6591d688f3bd]::result::Result<(), alloc[dad09f3a48280dba]::string::String>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:581:40
[INFO] [stdout]   44:     0x5598b4a4a58b - std[fce30c26ee6459b]::panicking::catch_unwind::<core[d17f6591d688f3bd]::result::Result<(), alloc[dad09f3a48280dba]::string::String>, core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<test[9653f4f1d2ca1489]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:544:19
[INFO] [stdout]   45:     0x5598b4a4a58b - std[fce30c26ee6459b]::panic::catch_unwind::<core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<test[9653f4f1d2ca1489]::run_test_in_process::{closure#0}>, core[d17f6591d688f3bd]::result::Result<(), alloc[dad09f3a48280dba]::string::String>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panic.rs:359:14
[INFO] [stdout]   46:     0x5598b4a4a58b - test[9653f4f1d2ca1489]::run_test_in_process
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/test/src/lib.rs:747:27
[INFO] [stdout]   47:     0x5598b4a4a58b - test[9653f4f1d2ca1489]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/test/src/lib.rs:668:43
[INFO] [stdout]   48:     0x5598b4a43ca4 - test[9653f4f1d2ca1489]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/test/src/lib.rs:698:41
[INFO] [stdout]   49:     0x5598b4a43ca4 - std[fce30c26ee6459b]::sys::backtrace::__rust_begin_short_backtrace::<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   50:     0x5598b4a4d192 - std[fce30c26ee6459b]::thread::lifecycle::spawn_unchecked::<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/thread/lifecycle.rs:70:13
[INFO] [stdout]   51:     0x5598b4a4d192 - <core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<std[fce30c26ee6459b]::thread::lifecycle::spawn_unchecked<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[d17f6591d688f3bd]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   52:     0x5598b4a4d192 - std[fce30c26ee6459b]::panicking::catch_unwind::do_call::<core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<std[fce30c26ee6459b]::thread::lifecycle::spawn_unchecked<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:581:40
[INFO] [stdout]   53:     0x5598b4a4d192 - std[fce30c26ee6459b]::panicking::catch_unwind::<(), core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<std[fce30c26ee6459b]::thread::lifecycle::spawn_unchecked<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:544:19
[INFO] [stdout]   54:     0x5598b4a4d192 - std[fce30c26ee6459b]::panic::catch_unwind::<core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<std[fce30c26ee6459b]::thread::lifecycle::spawn_unchecked<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panic.rs:359:14
[INFO] [stdout]   55:     0x5598b4a4d192 - std[fce30c26ee6459b]::thread::lifecycle::spawn_unchecked::<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/thread/lifecycle.rs:68:26
[INFO] [stdout]   56:     0x5598b4a4d192 - <std[fce30c26ee6459b]::thread::lifecycle::spawn_unchecked<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>::{closure#1} as core[d17f6591d688f3bd]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   57:     0x5598b4bbf51f - <alloc[dad09f3a48280dba]::boxed::Box<dyn core[d17f6591d688f3bd]::ops::function::FnOnce<(), Output = ()> + core[d17f6591d688f3bd]::marker::Send> as core[d17f6591d688f3bd]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/alloc/src/boxed.rs:2271:9
[INFO] [stdout]   58:     0x5598b4bbf51f - <std[fce30c26ee6459b]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/sys/thread/unix.rs:118:17
[INFO] [stdout]   59:     0x76e42426eaa4 - <unknown>
[INFO] [stdout]   60:     0x76e4242fba64 - clone
[INFO] [stdout]   61:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] thread 'query_transformation::tests::all_impls_match' (17) panicked at src/query_transformation.rs:224:13:
[INFO] [stdout] assertion `left == right` failed
[INFO] [stdout]   left: Ok("(oe=hmjldfuhrigtymylwjvvzbiocqzt) OR ((ohzzgbifod=tfkwoyekbgaz) OR (bezvikpcdjiulkaxewvs=hrrexczh) OR (otsux=atnvszuqchqlqiwfhuvqmt) OR (oe=hmjldfuhrigtymylwjvvzbiocqzt))")
[INFO] [stdout]  right: Ok("(a=b) OR ((ohzzgbifod=tfkwoyekbgaz) OR (bezvikpcdjiulkaxewvs=hrrexczh) OR (otsux=atnvszuqchqlqiwfhuvqmt) OR (oe=hmjldfuhrigtymylwjvvzbiocqzt))")
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x5598b4bbfc0a - std[fce30c26ee6459b]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x5598b4bbfc0a - std[fce30c26ee6459b]::backtrace_rs::backtrace::trace_unsynchronized::<std[fce30c26ee6459b]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x5598b4bbfc0a - std[fce30c26ee6459b]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x5598b4bbfc0a - <<std[fce30c26ee6459b]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[d17f6591d688f3bd]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x5598b4bd51ea - <core[d17f6591d688f3bd]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x5598b4bd51ea - core[d17f6591d688f3bd]::fmt::write
[INFO] [stdout]    6:     0x5598b4bc4852 - std[fce30c26ee6459b]::io::default_write_fmt::<alloc[dad09f3a48280dba]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/io/mod.rs:621:11
[INFO] [stdout]    7:     0x5598b4bc4852 - <alloc[dad09f3a48280dba]::vec::Vec<u8> as std[fce30c26ee6459b]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/io/mod.rs:1976:13
[INFO] [stdout]    8:     0x5598b4b9d45f - <std[fce30c26ee6459b]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x5598b4b9d45f - std[fce30c26ee6459b]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x5598b4bb7f09 - std[fce30c26ee6459b]::panicking::default_hook
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x5598b4a49abc - <alloc[dad09f3a48280dba]::boxed::Box<dyn for<'a, 'b> core[d17f6591d688f3bd]::ops::function::Fn<(&'a std[fce30c26ee6459b]::panic::PanicHookInfo<'b>,), Output = ()> + core[d17f6591d688f3bd]::marker::Sync + core[d17f6591d688f3bd]::marker::Send> as core[d17f6591d688f3bd]::ops::function::Fn<(&std[fce30c26ee6459b]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/alloc/src/boxed.rs:2285:9
[INFO] [stdout]   12:     0x5598b4a49abc - test[9653f4f1d2ca1489]::test_main_inner::<test[9653f4f1d2ca1489]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/test/src/lib.rs:155:21
[INFO] [stdout]   13:     0x5598b4bb80c2 - <alloc[dad09f3a48280dba]::boxed::Box<dyn for<'a, 'b> core[d17f6591d688f3bd]::ops::function::Fn<(&'a std[fce30c26ee6459b]::panic::PanicHookInfo<'b>,), Output = ()> + core[d17f6591d688f3bd]::marker::Sync + core[d17f6591d688f3bd]::marker::Send> as core[d17f6591d688f3bd]::ops::function::Fn<(&std[fce30c26ee6459b]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/alloc/src/boxed.rs:2285:9
[INFO] [stdout]   14:     0x5598b4bb80c2 - std[fce30c26ee6459b]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x5598b4b9d518 - std[fce30c26ee6459b]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:698:13
[INFO] [stdout]   16:     0x5598b4b92619 - std[fce30c26ee6459b]::sys::backtrace::__rust_end_short_backtrace::<std[fce30c26ee6459b]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x5598b4b9e22d - __rustc[de152adb51f02556]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x5598b4bd5a2c - core[d17f6591d688f3bd]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x5598b4bd58e3 - core[d17f6591d688f3bd]::panicking::assert_failed_inner
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/panicking.rs:439:17
[INFO] [stdout]   20:     0x5598b4a3828d - core[d17f6591d688f3bd]::panicking::assert_failed::<core[d17f6591d688f3bd]::result::Result<alloc[dad09f3a48280dba]::string::String, rustbook[3f46124814f1185b]::query_transformation::PrintError>, core[d17f6591d688f3bd]::result::Result<alloc[dad09f3a48280dba]::string::String, rustbook[3f46124814f1185b]::query_transformation::PrintError>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/panicking.rs:394:5
[INFO] [stdout]   21:     0x5598b4a31665 - rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#1}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/query_transformation.rs:224:13
[INFO] [stdout]   22:     0x5598b4a33ef7 - <&rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#1} as core[d17f6591d688f3bd]::ops::function::Fn<(proptest[b103e6066b256e9b]::sugar::NamedArguments<&str, rustbook[3f46124814f1185b]::query_transformation::QueryBoxed>,)>>::call
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/ops/function.rs:263:22
[INFO] [stdout]   23:     0x5598b4a2c767 - proptest[b103e6066b256e9b]::test_runner::runner::call_test::<proptest[b103e6066b256e9b]::sugar::NamedArguments<&str, rustbook[3f46124814f1185b]::query_transformation::QueryBoxed>, &rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#1}, alloc[dad09f3a48280dba]::vec::into_iter::IntoIter<core[d17f6591d688f3bd]::result::Result<(), proptest[b103e6066b256e9b]::test_runner::errors::TestCaseError>>>::{closure#3}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:256:49
[INFO] [stdout]   24:     0x5598b4a23808 - <core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<proptest[b103e6066b256e9b]::test_runner::runner::call_test<proptest[b103e6066b256e9b]::sugar::NamedArguments<&str, rustbook[3f46124814f1185b]::query_transformation::QueryBoxed>, &rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#1}, alloc[dad09f3a48280dba]::vec::into_iter::IntoIter<core[d17f6591d688f3bd]::result::Result<(), proptest[b103e6066b256e9b]::test_runner::errors::TestCaseError>>>::{closure#3}> as core[d17f6591d688f3bd]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   25:     0x5598b4a387fd - std[fce30c26ee6459b]::panicking::catch_unwind::do_call::<core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<proptest[b103e6066b256e9b]::test_runner::runner::call_test<proptest[b103e6066b256e9b]::sugar::NamedArguments<&str, rustbook[3f46124814f1185b]::query_transformation::QueryBoxed>, &rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#1}, alloc[dad09f3a48280dba]::vec::into_iter::IntoIter<core[d17f6591d688f3bd]::result::Result<(), proptest[b103e6066b256e9b]::test_runner::errors::TestCaseError>>>::{closure#3}>, core[d17f6591d688f3bd]::result::Result<(), proptest[b103e6066b256e9b]::test_runner::errors::TestCaseError>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:581:40
[INFO] [stdout]   26:     0x5598b4a367db - __rust_try
[INFO] [stdout]   27:     0x5598b4a2fe01 - std[fce30c26ee6459b]::panicking::catch_unwind::<core[d17f6591d688f3bd]::result::Result<(), proptest[b103e6066b256e9b]::test_runner::errors::TestCaseError>, core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<proptest[b103e6066b256e9b]::test_runner::runner::call_test<proptest[b103e6066b256e9b]::sugar::NamedArguments<&str, rustbook[3f46124814f1185b]::query_transformation::QueryBoxed>, &rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#1}, alloc[dad09f3a48280dba]::vec::into_iter::IntoIter<core[d17f6591d688f3bd]::result::Result<(), proptest[b103e6066b256e9b]::test_runner::errors::TestCaseError>>>::{closure#3}>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:544:19
[INFO] [stdout]   28:     0x5598b4a2fe01 - std[fce30c26ee6459b]::panic::catch_unwind::<core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<proptest[b103e6066b256e9b]::test_runner::runner::call_test<proptest[b103e6066b256e9b]::sugar::NamedArguments<&str, rustbook[3f46124814f1185b]::query_transformation::QueryBoxed>, &rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#1}, alloc[dad09f3a48280dba]::vec::into_iter::IntoIter<core[d17f6591d688f3bd]::result::Result<(), proptest[b103e6066b256e9b]::test_runner::errors::TestCaseError>>>::{closure#3}>, core[d17f6591d688f3bd]::result::Result<(), proptest[b103e6066b256e9b]::test_runner::errors::TestCaseError>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panic.rs:359:14
[INFO] [stdout]   29:     0x5598b4a2b3a4 - proptest[b103e6066b256e9b]::test_runner::runner::call_test::<proptest[b103e6066b256e9b]::sugar::NamedArguments<&str, rustbook[3f46124814f1185b]::query_transformation::QueryBoxed>, &rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#1}, alloc[dad09f3a48280dba]::vec::into_iter::IntoIter<core[d17f6591d688f3bd]::result::Result<(), proptest[b103e6066b256e9b]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:256:9
[INFO] [stdout]   30:     0x5598b4a297d7 - <proptest[b103e6066b256e9b]::test_runner::runner::TestRunner>::shrink::<proptest[b103e6066b256e9b]::strategy::map::Map<alloc[dad09f3a48280dba]::boxed::Box<dyn proptest[b103e6066b256e9b]::strategy::traits::ValueTree<Value = rustbook[3f46124814f1185b]::query_transformation::QueryBoxed>>, rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#0}>, &rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#1}, alloc[dad09f3a48280dba]::vec::into_iter::IntoIter<core[d17f6591d688f3bd]::result::Result<(), proptest[b103e6066b256e9b]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:845:30
[INFO] [stdout]   31:     0x5598b4a2743e - <proptest[b103e6066b256e9b]::test_runner::runner::TestRunner>::run_one_with_replay::<proptest[b103e6066b256e9b]::strategy::map::Map<alloc[dad09f3a48280dba]::boxed::Box<dyn proptest[b103e6066b256e9b]::strategy::traits::ValueTree<Value = rustbook[3f46124814f1185b]::query_transformation::QueryBoxed>>, rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#0}>, &rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#1}, alloc[dad09f3a48280dba]::vec::into_iter::IntoIter<core[d17f6591d688f3bd]::result::Result<(), proptest[b103e6066b256e9b]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:736:22
[INFO] [stdout]   32:     0x5598b4a26c9a - <proptest[b103e6066b256e9b]::test_runner::runner::TestRunner>::gen_and_run_case::<proptest[b103e6066b256e9b]::strategy::map::Map<proptest[b103e6066b256e9b]::strategy::recursive::Recursive<rustbook[3f46124814f1185b]::query_transformation::QueryBoxed, rustbook[3f46124814f1185b]::query_transformation::tests::arb_query::{closure#1}>, rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#0}>, rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#1}, alloc[dad09f3a48280dba]::vec::into_iter::IntoIter<core[d17f6591d688f3bd]::result::Result<(), proptest[b103e6066b256e9b]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:664:28
[INFO] [stdout]   33:     0x5598b4a28165 - <proptest[b103e6066b256e9b]::test_runner::runner::TestRunner>::run_in_process_with_replay::<proptest[b103e6066b256e9b]::strategy::map::Map<proptest[b103e6066b256e9b]::strategy::recursive::Recursive<rustbook[3f46124814f1185b]::query_transformation::QueryBoxed, rustbook[3f46124814f1185b]::query_transformation::tests::arb_query::{closure#1}>, rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#0}>, rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#1}, alloc[dad09f3a48280dba]::vec::into_iter::IntoIter<core[d17f6591d688f3bd]::result::Result<(), proptest[b103e6066b256e9b]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:613:31
[INFO] [stdout]   34:     0x5598b4a26a10 - <proptest[b103e6066b256e9b]::test_runner::runner::TestRunner>::run_in_process::<proptest[b103e6066b256e9b]::strategy::map::Map<proptest[b103e6066b256e9b]::strategy::recursive::Recursive<rustbook[3f46124814f1185b]::query_transformation::QueryBoxed, rustbook[3f46124814f1185b]::query_transformation::tests::arb_query::{closure#1}>, rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#0}>, rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#1}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:570:14
[INFO] [stdout]   35:     0x5598b4a2914f - <proptest[b103e6066b256e9b]::test_runner::runner::TestRunner>::run::<proptest[b103e6066b256e9b]::strategy::map::Map<proptest[b103e6066b256e9b]::strategy::recursive::Recursive<rustbook[3f46124814f1185b]::query_transformation::QueryBoxed, rustbook[3f46124814f1185b]::query_transformation::tests::arb_query::{closure#1}>, rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#0}>, rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#1}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:413:18
[INFO] [stdout]   36:     0x5598b4a32ffe - rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/sugar.rs:163:17
[INFO] [stdout]   37:     0x5598b4a312d7 - rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/sugar.rs:159:28
[INFO] [stdout]   38:     0x5598b4a24036 - <rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#0} as core[d17f6591d688f3bd]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   39:     0x5598b4a3cd9b - <fn() -> core[d17f6591d688f3bd]::result::Result<(), alloc[dad09f3a48280dba]::string::String> as core[d17f6591d688f3bd]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   40:     0x5598b4a3cd9b - test[9653f4f1d2ca1489]::__rust_begin_short_backtrace::<core[d17f6591d688f3bd]::result::Result<(), alloc[dad09f3a48280dba]::string::String>, fn() -> core[d17f6591d688f3bd]::result::Result<(), alloc[dad09f3a48280dba]::string::String>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/test/src/lib.rs:724:18
[INFO] [stdout]   41:     0x5598b4a4a58b - test[9653f4f1d2ca1489]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/test/src/lib.rs:747:74
[INFO] [stdout]   42:     0x5598b4a4a58b - <core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<test[9653f4f1d2ca1489]::run_test_in_process::{closure#0}> as core[d17f6591d688f3bd]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   43:     0x5598b4a4a58b - std[fce30c26ee6459b]::panicking::catch_unwind::do_call::<core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<test[9653f4f1d2ca1489]::run_test_in_process::{closure#0}>, core[d17f6591d688f3bd]::result::Result<(), alloc[dad09f3a48280dba]::string::String>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:581:40
[INFO] [stdout]   44:     0x5598b4a4a58b - std[fce30c26ee6459b]::panicking::catch_unwind::<core[d17f6591d688f3bd]::result::Result<(), alloc[dad09f3a48280dba]::string::String>, core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<test[9653f4f1d2ca1489]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:544:19
[INFO] [stdout]   45:     0x5598b4a4a58b - std[fce30c26ee6459b]::panic::catch_unwind::<core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<test[9653f4f1d2ca1489]::run_test_in_process::{closure#0}>, core[d17f6591d688f3bd]::result::Result<(), alloc[dad09f3a48280dba]::string::String>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panic.rs:359:14
[INFO] [stdout]   46:     0x5598b4a4a58b - test[9653f4f1d2ca1489]::run_test_in_process
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/test/src/lib.rs:747:27
[INFO] [stdout]   47:     0x5598b4a4a58b - test[9653f4f1d2ca1489]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/test/src/lib.rs:668:43
[INFO] [stdout]   48:     0x5598b4a43ca4 - test[9653f4f1d2ca1489]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/test/src/lib.rs:698:41
[INFO] [stdout]   49:     0x5598b4a43ca4 - std[fce30c26ee6459b]::sys::backtrace::__rust_begin_short_backtrace::<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   50:     0x5598b4a4d192 - std[fce30c26ee6459b]::thread::lifecycle::spawn_unchecked::<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/thread/lifecycle.rs:70:13
[INFO] [stdout]   51:     0x5598b4a4d192 - <core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<std[fce30c26ee6459b]::thread::lifecycle::spawn_unchecked<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[d17f6591d688f3bd]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   52:     0x5598b4a4d192 - std[fce30c26ee6459b]::panicking::catch_unwind::do_call::<core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<std[fce30c26ee6459b]::thread::lifecycle::spawn_unchecked<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:581:40
[INFO] [stdout]   53:     0x5598b4a4d192 - std[fce30c26ee6459b]::panicking::catch_unwind::<(), core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<std[fce30c26ee6459b]::thread::lifecycle::spawn_unchecked<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:544:19
[INFO] [stdout]   54:     0x5598b4a4d192 - std[fce30c26ee6459b]::panic::catch_unwind::<core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<std[fce30c26ee6459b]::thread::lifecycle::spawn_unchecked<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panic.rs:359:14
[INFO] [stdout]   55:     0x5598b4a4d192 - std[fce30c26ee6459b]::thread::lifecycle::spawn_unchecked::<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/thread/lifecycle.rs:68:26
[INFO] [stdout]   56:     0x5598b4a4d192 - <std[fce30c26ee6459b]::thread::lifecycle::spawn_unchecked<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>::{closure#1} as core[d17f6591d688f3bd]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   57:     0x5598b4bbf51f - <alloc[dad09f3a48280dba]::boxed::Box<dyn core[d17f6591d688f3bd]::ops::function::FnOnce<(), Output = ()> + core[d17f6591d688f3bd]::marker::Send> as core[d17f6591d688f3bd]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/alloc/src/boxed.rs:2271:9
[INFO] [stdout]   58:     0x5598b4bbf51f - <std[fce30c26ee6459b]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/sys/thread/unix.rs:118:17
[INFO] [stdout]   59:     0x76e42426eaa4 - <unknown>
[INFO] [stdout]   60:     0x76e4242fba64 - clone
[INFO] [stdout]   61:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] thread 'query_transformation::tests::all_impls_match' (17) panicked at src/query_transformation.rs:224:13:
[INFO] [stdout] assertion `left == right` failed
[INFO] [stdout]   left: Ok("(oe=hmjldfuhrigtymylwjvvzbiocqzt) OR ((ohzzgbifod=tfkwoyekbgaz) OR (bezvikpcdjiulkaxewvs=hrrexczh) OR (otsux=atnvszuqchqlqiwfhuvqmt) OR (oe=hmjldfuhrigtymylwjvvzbiocqzt))")
[INFO] [stdout]  right: Ok("(a=a) OR ((ohzzgbifod=tfkwoyekbgaz) OR (bezvikpcdjiulkaxewvs=hrrexczh) OR (otsux=atnvszuqchqlqiwfhuvqmt) OR (oe=hmjldfuhrigtymylwjvvzbiocqzt))")
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x5598b4bbfc0a - std[fce30c26ee6459b]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x5598b4bbfc0a - std[fce30c26ee6459b]::backtrace_rs::backtrace::trace_unsynchronized::<std[fce30c26ee6459b]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x5598b4bbfc0a - std[fce30c26ee6459b]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x5598b4bbfc0a - <<std[fce30c26ee6459b]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[d17f6591d688f3bd]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x5598b4bd51ea - <core[d17f6591d688f3bd]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x5598b4bd51ea - core[d17f6591d688f3bd]::fmt::write
[INFO] [stdout]    6:     0x5598b4bc4852 - std[fce30c26ee6459b]::io::default_write_fmt::<alloc[dad09f3a48280dba]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/io/mod.rs:621:11
[INFO] [stdout]    7:     0x5598b4bc4852 - <alloc[dad09f3a48280dba]::vec::Vec<u8> as std[fce30c26ee6459b]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/io/mod.rs:1976:13
[INFO] [stdout]    8:     0x5598b4b9d45f - <std[fce30c26ee6459b]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x5598b4b9d45f - std[fce30c26ee6459b]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x5598b4bb7f09 - std[fce30c26ee6459b]::panicking::default_hook
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x5598b4a49abc - <alloc[dad09f3a48280dba]::boxed::Box<dyn for<'a, 'b> core[d17f6591d688f3bd]::ops::function::Fn<(&'a std[fce30c26ee6459b]::panic::PanicHookInfo<'b>,), Output = ()> + core[d17f6591d688f3bd]::marker::Sync + core[d17f6591d688f3bd]::marker::Send> as core[d17f6591d688f3bd]::ops::function::Fn<(&std[fce30c26ee6459b]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/alloc/src/boxed.rs:2285:9
[INFO] [stdout]   12:     0x5598b4a49abc - test[9653f4f1d2ca1489]::test_main_inner::<test[9653f4f1d2ca1489]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/test/src/lib.rs:155:21
[INFO] [stdout]   13:     0x5598b4bb80c2 - <alloc[dad09f3a48280dba]::boxed::Box<dyn for<'a, 'b> core[d17f6591d688f3bd]::ops::function::Fn<(&'a std[fce30c26ee6459b]::panic::PanicHookInfo<'b>,), Output = ()> + core[d17f6591d688f3bd]::marker::Sync + core[d17f6591d688f3bd]::marker::Send> as core[d17f6591d688f3bd]::ops::function::Fn<(&std[fce30c26ee6459b]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/alloc/src/boxed.rs:2285:9
[INFO] [stdout]   14:     0x5598b4bb80c2 - std[fce30c26ee6459b]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x5598b4b9d518 - std[fce30c26ee6459b]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:698:13
[INFO] [stdout]   16:     0x5598b4b92619 - std[fce30c26ee6459b]::sys::backtrace::__rust_end_short_backtrace::<std[fce30c26ee6459b]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x5598b4b9e22d - __rustc[de152adb51f02556]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x5598b4bd5a2c - core[d17f6591d688f3bd]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x5598b4bd58e3 - core[d17f6591d688f3bd]::panicking::assert_failed_inner
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/panicking.rs:439:17
[INFO] [stdout]   20:     0x5598b4a3828d - core[d17f6591d688f3bd]::panicking::assert_failed::<core[d17f6591d688f3bd]::result::Result<alloc[dad09f3a48280dba]::string::String, rustbook[3f46124814f1185b]::query_transformation::PrintError>, core[d17f6591d688f3bd]::result::Result<alloc[dad09f3a48280dba]::string::String, rustbook[3f46124814f1185b]::query_transformation::PrintError>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/panicking.rs:394:5
[INFO] [stdout]   21:     0x5598b4a31665 - rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#1}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/query_transformation.rs:224:13
[INFO] [stdout]   22:     0x5598b4a33ef7 - <&rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#1} as core[d17f6591d688f3bd]::ops::function::Fn<(proptest[b103e6066b256e9b]::sugar::NamedArguments<&str, rustbook[3f46124814f1185b]::query_transformation::QueryBoxed>,)>>::call
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/ops/function.rs:263:22
[INFO] [stdout]   23:     0x5598b4a2c767 - proptest[b103e6066b256e9b]::test_runner::runner::call_test::<proptest[b103e6066b256e9b]::sugar::NamedArguments<&str, rustbook[3f46124814f1185b]::query_transformation::QueryBoxed>, &rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#1}, alloc[dad09f3a48280dba]::vec::into_iter::IntoIter<core[d17f6591d688f3bd]::result::Result<(), proptest[b103e6066b256e9b]::test_runner::errors::TestCaseError>>>::{closure#3}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:256:49
[INFO] [stdout]   24:     0x5598b4a23808 - <core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<proptest[b103e6066b256e9b]::test_runner::runner::call_test<proptest[b103e6066b256e9b]::sugar::NamedArguments<&str, rustbook[3f46124814f1185b]::query_transformation::QueryBoxed>, &rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#1}, alloc[dad09f3a48280dba]::vec::into_iter::IntoIter<core[d17f6591d688f3bd]::result::Result<(), proptest[b103e6066b256e9b]::test_runner::errors::TestCaseError>>>::{closure#3}> as core[d17f6591d688f3bd]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   25:     0x5598b4a387fd - std[fce30c26ee6459b]::panicking::catch_unwind::do_call::<core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<proptest[b103e6066b256e9b]::test_runner::runner::call_test<proptest[b103e6066b256e9b]::sugar::NamedArguments<&str, rustbook[3f46124814f1185b]::query_transformation::QueryBoxed>, &rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#1}, alloc[dad09f3a48280dba]::vec::into_iter::IntoIter<core[d17f6591d688f3bd]::result::Result<(), proptest[b103e6066b256e9b]::test_runner::errors::TestCaseError>>>::{closure#3}>, core[d17f6591d688f3bd]::result::Result<(), proptest[b103e6066b256e9b]::test_runner::errors::TestCaseError>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:581:40
[INFO] [stdout]   26:     0x5598b4a367db - __rust_try
[INFO] [stdout]   27:     0x5598b4a2fe01 - std[fce30c26ee6459b]::panicking::catch_unwind::<core[d17f6591d688f3bd]::result::Result<(), proptest[b103e6066b256e9b]::test_runner::errors::TestCaseError>, core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<proptest[b103e6066b256e9b]::test_runner::runner::call_test<proptest[b103e6066b256e9b]::sugar::NamedArguments<&str, rustbook[3f46124814f1185b]::query_transformation::QueryBoxed>, &rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#1}, alloc[dad09f3a48280dba]::vec::into_iter::IntoIter<core[d17f6591d688f3bd]::result::Result<(), proptest[b103e6066b256e9b]::test_runner::errors::TestCaseError>>>::{closure#3}>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:544:19
[INFO] [stdout]   28:     0x5598b4a2fe01 - std[fce30c26ee6459b]::panic::catch_unwind::<core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<proptest[b103e6066b256e9b]::test_runner::runner::call_test<proptest[b103e6066b256e9b]::sugar::NamedArguments<&str, rustbook[3f46124814f1185b]::query_transformation::QueryBoxed>, &rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#1}, alloc[dad09f3a48280dba]::vec::into_iter::IntoIter<core[d17f6591d688f3bd]::result::Result<(), proptest[b103e6066b256e9b]::test_runner::errors::TestCaseError>>>::{closure#3}>, core[d17f6591d688f3bd]::result::Result<(), proptest[b103e6066b256e9b]::test_runner::errors::TestCaseError>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panic.rs:359:14
[INFO] [stdout]   29:     0x5598b4a2b3a4 - proptest[b103e6066b256e9b]::test_runner::runner::call_test::<proptest[b103e6066b256e9b]::sugar::NamedArguments<&str, rustbook[3f46124814f1185b]::query_transformation::QueryBoxed>, &rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#1}, alloc[dad09f3a48280dba]::vec::into_iter::IntoIter<core[d17f6591d688f3bd]::result::Result<(), proptest[b103e6066b256e9b]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:256:9
[INFO] [stdout]   30:     0x5598b4a297d7 - <proptest[b103e6066b256e9b]::test_runner::runner::TestRunner>::shrink::<proptest[b103e6066b256e9b]::strategy::map::Map<alloc[dad09f3a48280dba]::boxed::Box<dyn proptest[b103e6066b256e9b]::strategy::traits::ValueTree<Value = rustbook[3f46124814f1185b]::query_transformation::QueryBoxed>>, rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#0}>, &rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#1}, alloc[dad09f3a48280dba]::vec::into_iter::IntoIter<core[d17f6591d688f3bd]::result::Result<(), proptest[b103e6066b256e9b]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:845:30
[INFO] [stdout]   31:     0x5598b4a2743e - <proptest[b103e6066b256e9b]::test_runner::runner::TestRunner>::run_one_with_replay::<proptest[b103e6066b256e9b]::strategy::map::Map<alloc[dad09f3a48280dba]::boxed::Box<dyn proptest[b103e6066b256e9b]::strategy::traits::ValueTree<Value = rustbook[3f46124814f1185b]::query_transformation::QueryBoxed>>, rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#0}>, &rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#1}, alloc[dad09f3a48280dba]::vec::into_iter::IntoIter<core[d17f6591d688f3bd]::result::Result<(), proptest[b103e6066b256e9b]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:736:22
[INFO] [stdout]   32:     0x5598b4a26c9a - <proptest[b103e6066b256e9b]::test_runner::runner::TestRunner>::gen_and_run_case::<proptest[b103e6066b256e9b]::strategy::map::Map<proptest[b103e6066b256e9b]::strategy::recursive::Recursive<rustbook[3f46124814f1185b]::query_transformation::QueryBoxed, rustbook[3f46124814f1185b]::query_transformation::tests::arb_query::{closure#1}>, rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#0}>, rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#1}, alloc[dad09f3a48280dba]::vec::into_iter::IntoIter<core[d17f6591d688f3bd]::result::Result<(), proptest[b103e6066b256e9b]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:664:28
[INFO] [stdout]   33:     0x5598b4a28165 - <proptest[b103e6066b256e9b]::test_runner::runner::TestRunner>::run_in_process_with_replay::<proptest[b103e6066b256e9b]::strategy::map::Map<proptest[b103e6066b256e9b]::strategy::recursive::Recursive<rustbook[3f46124814f1185b]::query_transformation::QueryBoxed, rustbook[3f46124814f1185b]::query_transformation::tests::arb_query::{closure#1}>, rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#0}>, rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#1}, alloc[dad09f3a48280dba]::vec::into_iter::IntoIter<core[d17f6591d688f3bd]::result::Result<(), proptest[b103e6066b256e9b]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:613:31
[INFO] [stdout]   34:     0x5598b4a26a10 - <proptest[b103e6066b256e9b]::test_runner::runner::TestRunner>::run_in_process::<proptest[b103e6066b256e9b]::strategy::map::Map<proptest[b103e6066b256e9b]::strategy::recursive::Recursive<rustbook[3f46124814f1185b]::query_transformation::QueryBoxed, rustbook[3f46124814f1185b]::query_transformation::tests::arb_query::{closure#1}>, rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#0}>, rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#1}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:570:14
[INFO] [stdout]   35:     0x5598b4a2914f - <proptest[b103e6066b256e9b]::test_runner::runner::TestRunner>::run::<proptest[b103e6066b256e9b]::strategy::map::Map<proptest[b103e6066b256e9b]::strategy::recursive::Recursive<rustbook[3f46124814f1185b]::query_transformation::QueryBoxed, rustbook[3f46124814f1185b]::query_transformation::tests::arb_query::{closure#1}>, rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#0}>, rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#1}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:413:18
[INFO] [stdout]   36:     0x5598b4a32ffe - rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/sugar.rs:163:17
[INFO] [stdout]   37:     0x5598b4a312d7 - rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/sugar.rs:159:28
[INFO] [stdout]   38:     0x5598b4a24036 - <rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#0} as core[d17f6591d688f3bd]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   39:     0x5598b4a3cd9b - <fn() -> core[d17f6591d688f3bd]::result::Result<(), alloc[dad09f3a48280dba]::string::String> as core[d17f6591d688f3bd]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   40:     0x5598b4a3cd9b - test[9653f4f1d2ca1489]::__rust_begin_short_backtrace::<core[d17f6591d688f3bd]::result::Result<(), alloc[dad09f3a48280dba]::string::String>, fn() -> core[d17f6591d688f3bd]::result::Result<(), alloc[dad09f3a48280dba]::string::String>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/test/src/lib.rs:724:18
[INFO] [stdout]   41:     0x5598b4a4a58b - test[9653f4f1d2ca1489]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/test/src/lib.rs:747:74
[INFO] [stdout]   42:     0x5598b4a4a58b - <core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<test[9653f4f1d2ca1489]::run_test_in_process::{closure#0}> as core[d17f6591d688f3bd]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   43:     0x5598b4a4a58b - std[fce30c26ee6459b]::panicking::catch_unwind::do_call::<core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<test[9653f4f1d2ca1489]::run_test_in_process::{closure#0}>, core[d17f6591d688f3bd]::result::Result<(), alloc[dad09f3a48280dba]::string::String>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:581:40
[INFO] [stdout]   44:     0x5598b4a4a58b - std[fce30c26ee6459b]::panicking::catch_unwind::<core[d17f6591d688f3bd]::result::Result<(), alloc[dad09f3a48280dba]::string::String>, core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<test[9653f4f1d2ca1489]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:544:19
[INFO] [stdout]   45:     0x5598b4a4a58b - std[fce30c26ee6459b]::panic::catch_unwind::<core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<test[9653f4f1d2ca1489]::run_test_in_process::{closure#0}>, core[d17f6591d688f3bd]::result::Result<(), alloc[dad09f3a48280dba]::string::String>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panic.rs:359:14
[INFO] [stdout]   46:     0x5598b4a4a58b - test[9653f4f1d2ca1489]::run_test_in_process
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/test/src/lib.rs:747:27
[INFO] [stdout]   47:     0x5598b4a4a58b - test[9653f4f1d2ca1489]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/test/src/lib.rs:668:43
[INFO] [stdout]   48:     0x5598b4a43ca4 - test[9653f4f1d2ca1489]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/test/src/lib.rs:698:41
[INFO] [stdout]   49:     0x5598b4a43ca4 - std[fce30c26ee6459b]::sys::backtrace::__rust_begin_short_backtrace::<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   50:     0x5598b4a4d192 - std[fce30c26ee6459b]::thread::lifecycle::spawn_unchecked::<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/thread/lifecycle.rs:70:13
[INFO] [stdout]   51:     0x5598b4a4d192 - <core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<std[fce30c26ee6459b]::thread::lifecycle::spawn_unchecked<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[d17f6591d688f3bd]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   52:     0x5598b4a4d192 - std[fce30c26ee6459b]::panicking::catch_unwind::do_call::<core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<std[fce30c26ee6459b]::thread::lifecycle::spawn_unchecked<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:581:40
[INFO] [stdout]   53:     0x5598b4a4d192 - std[fce30c26ee6459b]::panicking::catch_unwind::<(), core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<std[fce30c26ee6459b]::thread::lifecycle::spawn_unchecked<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:544:19
[INFO] [stdout]   54:     0x5598b4a4d192 - std[fce30c26ee6459b]::panic::catch_unwind::<core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<std[fce30c26ee6459b]::thread::lifecycle::spawn_unchecked<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panic.rs:359:14
[INFO] [stdout]   55:     0x5598b4a4d192 - std[fce30c26ee6459b]::thread::lifecycle::spawn_unchecked::<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/thread/lifecycle.rs:68:26
[INFO] [stdout]   56:     0x5598b4a4d192 - <std[fce30c26ee6459b]::thread::lifecycle::spawn_unchecked<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>::{closure#1} as core[d17f6591d688f3bd]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   57:     0x5598b4bbf51f - <alloc[dad09f3a48280dba]::boxed::Box<dyn core[d17f6591d688f3bd]::ops::function::FnOnce<(), Output = ()> + core[d17f6591d688f3bd]::marker::Send> as core[d17f6591d688f3bd]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/alloc/src/boxed.rs:2271:9
[INFO] [stdout]   58:     0x5598b4bbf51f - <std[fce30c26ee6459b]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/sys/thread/unix.rs:118:17
[INFO] [stdout]   59:     0x76e42426eaa4 - <unknown>
[INFO] [stdout]   60:     0x76e4242fba64 - clone
[INFO] [stdout]   61:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] thread 'query_transformation::tests::all_impls_match' (17) panicked at src/query_transformation.rs:224:13:
[INFO] [stdout] assertion `left == right` failed
[INFO] [stdout]   left: Ok("(oe=hmjldfuhrigtymylwjvvzbiocqzt) OR ((bezvikpcdjiulkaxewvs=hrrexczh) OR (otsux=atnvszuqchqlqiwfhuvqmt) OR (oe=hmjldfuhrigtymylwjvvzbiocqzt))")
[INFO] [stdout]  right: Ok("(a=a) OR ((bezvikpcdjiulkaxewvs=hrrexczh) OR (otsux=atnvszuqchqlqiwfhuvqmt) OR (oe=hmjldfuhrigtymylwjvvzbiocqzt))")
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x5598b4bbfc0a - std[fce30c26ee6459b]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x5598b4bbfc0a - std[fce30c26ee6459b]::backtrace_rs::backtrace::trace_unsynchronized::<std[fce30c26ee6459b]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x5598b4bbfc0a - std[fce30c26ee6459b]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x5598b4bbfc0a - <<std[fce30c26ee6459b]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[d17f6591d688f3bd]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x5598b4bd51ea - <core[d17f6591d688f3bd]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x5598b4bd51ea - core[d17f6591d688f3bd]::fmt::write
[INFO] [stdout]    6:     0x5598b4bc4852 - std[fce30c26ee6459b]::io::default_write_fmt::<alloc[dad09f3a48280dba]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/io/mod.rs:621:11
[INFO] [stdout]    7:     0x5598b4bc4852 - <alloc[dad09f3a48280dba]::vec::Vec<u8> as std[fce30c26ee6459b]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/io/mod.rs:1976:13
[INFO] [stdout]    8:     0x5598b4b9d45f - <std[fce30c26ee6459b]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x5598b4b9d45f - std[fce30c26ee6459b]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x5598b4bb7f09 - std[fce30c26ee6459b]::panicking::default_hook
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x5598b4a49abc - <alloc[dad09f3a48280dba]::boxed::Box<dyn for<'a, 'b> core[d17f6591d688f3bd]::ops::function::Fn<(&'a std[fce30c26ee6459b]::panic::PanicHookInfo<'b>,), Output = ()> + core[d17f6591d688f3bd]::marker::Sync + core[d17f6591d688f3bd]::marker::Send> as core[d17f6591d688f3bd]::ops::function::Fn<(&std[fce30c26ee6459b]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/alloc/src/boxed.rs:2285:9
[INFO] [stdout]   12:     0x5598b4a49abc - test[9653f4f1d2ca1489]::test_main_inner::<test[9653f4f1d2ca1489]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/test/src/lib.rs:155:21
[INFO] [stdout]   13:     0x5598b4bb80c2 - <alloc[dad09f3a48280dba]::boxed::Box<dyn for<'a, 'b> core[d17f6591d688f3bd]::ops::function::Fn<(&'a std[fce30c26ee6459b]::panic::PanicHookInfo<'b>,), Output = ()> + core[d17f6591d688f3bd]::marker::Sync + core[d17f6591d688f3bd]::marker::Send> as core[d17f6591d688f3bd]::ops::function::Fn<(&std[fce30c26ee6459b]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/alloc/src/boxed.rs:2285:9
[INFO] [stdout]   14:     0x5598b4bb80c2 - std[fce30c26ee6459b]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x5598b4b9d518 - std[fce30c26ee6459b]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:698:13
[INFO] [stdout]   16:     0x5598b4b92619 - std[fce30c26ee6459b]::sys::backtrace::__rust_end_short_backtrace::<std[fce30c26ee6459b]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x5598b4b9e22d - __rustc[de152adb51f02556]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x5598b4bd5a2c - core[d17f6591d688f3bd]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x5598b4bd58e3 - core[d17f6591d688f3bd]::panicking::assert_failed_inner
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/panicking.rs:439:17
[INFO] [stdout]   20:     0x5598b4a3828d - core[d17f6591d688f3bd]::panicking::assert_failed::<core[d17f6591d688f3bd]::result::Result<alloc[dad09f3a48280dba]::string::String, rustbook[3f46124814f1185b]::query_transformation::PrintError>, core[d17f6591d688f3bd]::result::Result<alloc[dad09f3a48280dba]::string::String, rustbook[3f46124814f1185b]::query_transformation::PrintError>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/panicking.rs:394:5
[INFO] [stdout]   21:     0x5598b4a31665 - rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#1}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/query_transformation.rs:224:13
[INFO] [stdout]   22:     0x5598b4a33ef7 - <&rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#1} as core[d17f6591d688f3bd]::ops::function::Fn<(proptest[b103e6066b256e9b]::sugar::NamedArguments<&str, rustbook[3f46124814f1185b]::query_transformation::QueryBoxed>,)>>::call
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/ops/function.rs:263:22
[INFO] [stdout]   23:     0x5598b4a2c767 - proptest[b103e6066b256e9b]::test_runner::runner::call_test::<proptest[b103e6066b256e9b]::sugar::NamedArguments<&str, rustbook[3f46124814f1185b]::query_transformation::QueryBoxed>, &rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#1}, alloc[dad09f3a48280dba]::vec::into_iter::IntoIter<core[d17f6591d688f3bd]::result::Result<(), proptest[b103e6066b256e9b]::test_runner::errors::TestCaseError>>>::{closure#3}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:256:49
[INFO] [stdout]   24:     0x5598b4a23808 - <core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<proptest[b103e6066b256e9b]::test_runner::runner::call_test<proptest[b103e6066b256e9b]::sugar::NamedArguments<&str, rustbook[3f46124814f1185b]::query_transformation::QueryBoxed>, &rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#1}, alloc[dad09f3a48280dba]::vec::into_iter::IntoIter<core[d17f6591d688f3bd]::result::Result<(), proptest[b103e6066b256e9b]::test_runner::errors::TestCaseError>>>::{closure#3}> as core[d17f6591d688f3bd]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   25:     0x5598b4a387fd - std[fce30c26ee6459b]::panicking::catch_unwind::do_call::<core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<proptest[b103e6066b256e9b]::test_runner::runner::call_test<proptest[b103e6066b256e9b]::sugar::NamedArguments<&str, rustbook[3f46124814f1185b]::query_transformation::QueryBoxed>, &rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#1}, alloc[dad09f3a48280dba]::vec::into_iter::IntoIter<core[d17f6591d688f3bd]::result::Result<(), proptest[b103e6066b256e9b]::test_runner::errors::TestCaseError>>>::{closure#3}>, core[d17f6591d688f3bd]::result::Result<(), proptest[b103e6066b256e9b]::test_runner::errors::TestCaseError>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:581:40
[INFO] [stdout]   26:     0x5598b4a367db - __rust_try
[INFO] [stdout]   27:     0x5598b4a2fe01 - std[fce30c26ee6459b]::panicking::catch_unwind::<core[d17f6591d688f3bd]::result::Result<(), proptest[b103e6066b256e9b]::test_runner::errors::TestCaseError>, core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<proptest[b103e6066b256e9b]::test_runner::runner::call_test<proptest[b103e6066b256e9b]::sugar::NamedArguments<&str, rustbook[3f46124814f1185b]::query_transformation::QueryBoxed>, &rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#1}, alloc[dad09f3a48280dba]::vec::into_iter::IntoIter<core[d17f6591d688f3bd]::result::Result<(), proptest[b103e6066b256e9b]::test_runner::errors::TestCaseError>>>::{closure#3}>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:544:19
[INFO] [stdout]   28:     0x5598b4a2fe01 - std[fce30c26ee6459b]::panic::catch_unwind::<core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<proptest[b103e6066b256e9b]::test_runner::runner::call_test<proptest[b103e6066b256e9b]::sugar::NamedArguments<&str, rustbook[3f46124814f1185b]::query_transformation::QueryBoxed>, &rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#1}, alloc[dad09f3a48280dba]::vec::into_iter::IntoIter<core[d17f6591d688f3bd]::result::Result<(), proptest[b103e6066b256e9b]::test_runner::errors::TestCaseError>>>::{closure#3}>, core[d17f6591d688f3bd]::result::Result<(), proptest[b103e6066b256e9b]::test_runner::errors::TestCaseError>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panic.rs:359:14
[INFO] [stdout]   29:     0x5598b4a2b3a4 - proptest[b103e6066b256e9b]::test_runner::runner::call_test::<proptest[b103e6066b256e9b]::sugar::NamedArguments<&str, rustbook[3f46124814f1185b]::query_transformation::QueryBoxed>, &rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#1}, alloc[dad09f3a48280dba]::vec::into_iter::IntoIter<core[d17f6591d688f3bd]::result::Result<(), proptest[b103e6066b256e9b]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:256:9
[INFO] [stdout]   30:     0x5598b4a297d7 - <proptest[b103e6066b256e9b]::test_runner::runner::TestRunner>::shrink::<proptest[b103e6066b256e9b]::strategy::map::Map<alloc[dad09f3a48280dba]::boxed::Box<dyn proptest[b103e6066b256e9b]::strategy::traits::ValueTree<Value = rustbook[3f46124814f1185b]::query_transformation::QueryBoxed>>, rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#0}>, &rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#1}, alloc[dad09f3a48280dba]::vec::into_iter::IntoIter<core[d17f6591d688f3bd]::result::Result<(), proptest[b103e6066b256e9b]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:845:30
[INFO] [stdout]   31:     0x5598b4a2743e - <proptest[b103e6066b256e9b]::test_runner::runner::TestRunner>::run_one_with_replay::<proptest[b103e6066b256e9b]::strategy::map::Map<alloc[dad09f3a48280dba]::boxed::Box<dyn proptest[b103e6066b256e9b]::strategy::traits::ValueTree<Value = rustbook[3f46124814f1185b]::query_transformation::QueryBoxed>>, rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#0}>, &rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#1}, alloc[dad09f3a48280dba]::vec::into_iter::IntoIter<core[d17f6591d688f3bd]::result::Result<(), proptest[b103e6066b256e9b]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:736:22
[INFO] [stdout]   32:     0x5598b4a26c9a - <proptest[b103e6066b256e9b]::test_runner::runner::TestRunner>::gen_and_run_case::<proptest[b103e6066b256e9b]::strategy::map::Map<proptest[b103e6066b256e9b]::strategy::recursive::Recursive<rustbook[3f46124814f1185b]::query_transformation::QueryBoxed, rustbook[3f46124814f1185b]::query_transformation::tests::arb_query::{closure#1}>, rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#0}>, rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#1}, alloc[dad09f3a48280dba]::vec::into_iter::IntoIter<core[d17f6591d688f3bd]::result::Result<(), proptest[b103e6066b256e9b]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:664:28
[INFO] [stdout]   33:     0x5598b4a28165 - <proptest[b103e6066b256e9b]::test_runner::runner::TestRunner>::run_in_process_with_replay::<proptest[b103e6066b256e9b]::strategy::map::Map<proptest[b103e6066b256e9b]::strategy::recursive::Recursive<rustbook[3f46124814f1185b]::query_transformation::QueryBoxed, rustbook[3f46124814f1185b]::query_transformation::tests::arb_query::{closure#1}>, rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#0}>, rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#1}, alloc[dad09f3a48280dba]::vec::into_iter::IntoIter<core[d17f6591d688f3bd]::result::Result<(), proptest[b103e6066b256e9b]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:613:31
[INFO] [stdout]   34:     0x5598b4a26a10 - <proptest[b103e6066b256e9b]::test_runner::runner::TestRunner>::run_in_process::<proptest[b103e6066b256e9b]::strategy::map::Map<proptest[b103e6066b256e9b]::strategy::recursive::Recursive<rustbook[3f46124814f1185b]::query_transformation::QueryBoxed, rustbook[3f46124814f1185b]::query_transformation::tests::arb_query::{closure#1}>, rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#0}>, rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#1}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:570:14
[INFO] [stdout]   35:     0x5598b4a2914f - <proptest[b103e6066b256e9b]::test_runner::runner::TestRunner>::run::<proptest[b103e6066b256e9b]::strategy::map::Map<proptest[b103e6066b256e9b]::strategy::recursive::Recursive<rustbook[3f46124814f1185b]::query_transformation::QueryBoxed, rustbook[3f46124814f1185b]::query_transformation::tests::arb_query::{closure#1}>, rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#0}>, rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#1}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:413:18
[INFO] [stdout]   36:     0x5598b4a32ffe - rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/sugar.rs:163:17
[INFO] [stdout]   37:     0x5598b4a312d7 - rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/sugar.rs:159:28
[INFO] [stdout]   38:     0x5598b4a24036 - <rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#0} as core[d17f6591d688f3bd]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   39:     0x5598b4a3cd9b - <fn() -> core[d17f6591d688f3bd]::result::Result<(), alloc[dad09f3a48280dba]::string::String> as core[d17f6591d688f3bd]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   40:     0x5598b4a3cd9b - test[9653f4f1d2ca1489]::__rust_begin_short_backtrace::<core[d17f6591d688f3bd]::result::Result<(), alloc[dad09f3a48280dba]::string::String>, fn() -> core[d17f6591d688f3bd]::result::Result<(), alloc[dad09f3a48280dba]::string::String>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/test/src/lib.rs:724:18
[INFO] [stdout]   41:     0x5598b4a4a58b - test[9653f4f1d2ca1489]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/test/src/lib.rs:747:74
[INFO] [stdout]   42:     0x5598b4a4a58b - <core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<test[9653f4f1d2ca1489]::run_test_in_process::{closure#0}> as core[d17f6591d688f3bd]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   43:     0x5598b4a4a58b - std[fce30c26ee6459b]::panicking::catch_unwind::do_call::<core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<test[9653f4f1d2ca1489]::run_test_in_process::{closure#0}>, core[d17f6591d688f3bd]::result::Result<(), alloc[dad09f3a48280dba]::string::String>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:581:40
[INFO] [stdout]   44:     0x5598b4a4a58b - std[fce30c26ee6459b]::panicking::catch_unwind::<core[d17f6591d688f3bd]::result::Result<(), alloc[dad09f3a48280dba]::string::String>, core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<test[9653f4f1d2ca1489]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:544:19
[INFO] [stdout]   45:     0x5598b4a4a58b - std[fce30c26ee6459b]::panic::catch_unwind::<core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<test[9653f4f1d2ca1489]::run_test_in_process::{closure#0}>, core[d17f6591d688f3bd]::result::Result<(), alloc[dad09f3a48280dba]::string::String>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panic.rs:359:14
[INFO] [stdout]   46:     0x5598b4a4a58b - test[9653f4f1d2ca1489]::run_test_in_process
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/test/src/lib.rs:747:27
[INFO] [stdout]   47:     0x5598b4a4a58b - test[9653f4f1d2ca1489]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/test/src/lib.rs:668:43
[INFO] [stdout]   48:     0x5598b4a43ca4 - test[9653f4f1d2ca1489]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/test/src/lib.rs:698:41
[INFO] [stdout]   49:     0x5598b4a43ca4 - std[fce30c26ee6459b]::sys::backtrace::__rust_begin_short_backtrace::<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   50:     0x5598b4a4d192 - std[fce30c26ee6459b]::thread::lifecycle::spawn_unchecked::<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/thread/lifecycle.rs:70:13
[INFO] [stdout]   51:     0x5598b4a4d192 - <core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<std[fce30c26ee6459b]::thread::lifecycle::spawn_unchecked<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[d17f6591d688f3bd]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   52:     0x5598b4a4d192 - std[fce30c26ee6459b]::panicking::catch_unwind::do_call::<core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<std[fce30c26ee6459b]::thread::lifecycle::spawn_unchecked<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:581:40
[INFO] [stdout]   53:     0x5598b4a4d192 - std[fce30c26ee6459b]::panicking::catch_unwind::<(), core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<std[fce30c26ee6459b]::thread::lifecycle::spawn_unchecked<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:544:19
[INFO] [stdout]   54:     0x5598b4a4d192 - std[fce30c26ee6459b]::panic::catch_unwind::<core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<std[fce30c26ee6459b]::thread::lifecycle::spawn_unchecked<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panic.rs:359:14
[INFO] [stdout]   55:     0x5598b4a4d192 - std[fce30c26ee6459b]::thread::lifecycle::spawn_unchecked::<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/thread/lifecycle.rs:68:26
[INFO] [stdout]   56:     0x5598b4a4d192 - <std[fce30c26ee6459b]::thread::lifecycle::spawn_unchecked<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>::{closure#1} as core[d17f6591d688f3bd]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   57:     0x5598b4bbf51f - <alloc[dad09f3a48280dba]::boxed::Box<dyn core[d17f6591d688f3bd]::ops::function::FnOnce<(), Output = ()> + core[d17f6591d688f3bd]::marker::Send> as core[d17f6591d688f3bd]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/alloc/src/boxed.rs:2271:9
[INFO] [stdout]   58:     0x5598b4bbf51f - <std[fce30c26ee6459b]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/sys/thread/unix.rs:118:17
[INFO] [stdout]   59:     0x76e42426eaa4 - <unknown>
[INFO] [stdout]   60:     0x76e4242fba64 - clone
[INFO] [stdout]   61:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] thread 'query_transformation::tests::all_impls_match' (17) panicked at src/query_transformation.rs:224:13:
[INFO] [stdout] assertion `left == right` failed
[INFO] [stdout]   left: Ok("(oe=hmjldfuhrigtymylwjvvzbiocqzt) OR ((otsux=atnvszuqchqlqiwfhuvqmt) OR (oe=hmjldfuhrigtymylwjvvzbiocqzt))")
[INFO] [stdout]  right: Ok("(a=a) OR ((otsux=atnvszuqchqlqiwfhuvqmt) OR (oe=hmjldfuhrigtymylwjvvzbiocqzt))")
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x5598b4bbfc0a - std[fce30c26ee6459b]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x5598b4bbfc0a - std[fce30c26ee6459b]::backtrace_rs::backtrace::trace_unsynchronized::<std[fce30c26ee6459b]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x5598b4bbfc0a - std[fce30c26ee6459b]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x5598b4bbfc0a - <<std[fce30c26ee6459b]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[d17f6591d688f3bd]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x5598b4bd51ea - <core[d17f6591d688f3bd]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x5598b4bd51ea - core[d17f6591d688f3bd]::fmt::write
[INFO] [stdout]    6:     0x5598b4bc4852 - std[fce30c26ee6459b]::io::default_write_fmt::<alloc[dad09f3a48280dba]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/io/mod.rs:621:11
[INFO] [stdout]    7:     0x5598b4bc4852 - <alloc[dad09f3a48280dba]::vec::Vec<u8> as std[fce30c26ee6459b]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/io/mod.rs:1976:13
[INFO] [stdout]    8:     0x5598b4b9d45f - <std[fce30c26ee6459b]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x5598b4b9d45f - std[fce30c26ee6459b]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x5598b4bb7f09 - std[fce30c26ee6459b]::panicking::default_hook
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x5598b4a49abc - <alloc[dad09f3a48280dba]::boxed::Box<dyn for<'a, 'b> core[d17f6591d688f3bd]::ops::function::Fn<(&'a std[fce30c26ee6459b]::panic::PanicHookInfo<'b>,), Output = ()> + core[d17f6591d688f3bd]::marker::Sync + core[d17f6591d688f3bd]::marker::Send> as core[d17f6591d688f3bd]::ops::function::Fn<(&std[fce30c26ee6459b]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/alloc/src/boxed.rs:2285:9
[INFO] [stdout]   12:     0x5598b4a49abc - test[9653f4f1d2ca1489]::test_main_inner::<test[9653f4f1d2ca1489]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/test/src/lib.rs:155:21
[INFO] [stdout]   13:     0x5598b4bb80c2 - <alloc[dad09f3a48280dba]::boxed::Box<dyn for<'a, 'b> core[d17f6591d688f3bd]::ops::function::Fn<(&'a std[fce30c26ee6459b]::panic::PanicHookInfo<'b>,), Output = ()> + core[d17f6591d688f3bd]::marker::Sync + core[d17f6591d688f3bd]::marker::Send> as core[d17f6591d688f3bd]::ops::function::Fn<(&std[fce30c26ee6459b]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/alloc/src/boxed.rs:2285:9
[INFO] [stdout]   14:     0x5598b4bb80c2 - std[fce30c26ee6459b]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x5598b4b9d518 - std[fce30c26ee6459b]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:698:13
[INFO] [stdout]   16:     0x5598b4b92619 - std[fce30c26ee6459b]::sys::backtrace::__rust_end_short_backtrace::<std[fce30c26ee6459b]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x5598b4b9e22d - __rustc[de152adb51f02556]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x5598b4bd5a2c - core[d17f6591d688f3bd]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x5598b4bd58e3 - core[d17f6591d688f3bd]::panicking::assert_failed_inner
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/panicking.rs:439:17
[INFO] [stdout]   20:     0x5598b4a3828d - core[d17f6591d688f3bd]::panicking::assert_failed::<core[d17f6591d688f3bd]::result::Result<alloc[dad09f3a48280dba]::string::String, rustbook[3f46124814f1185b]::query_transformation::PrintError>, core[d17f6591d688f3bd]::result::Result<alloc[dad09f3a48280dba]::string::String, rustbook[3f46124814f1185b]::query_transformation::PrintError>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/panicking.rs:394:5
[INFO] [stdout]   21:     0x5598b4a31665 - rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#1}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/query_transformation.rs:224:13
[INFO] [stdout]   22:     0x5598b4a33ef7 - <&rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#1} as core[d17f6591d688f3bd]::ops::function::Fn<(proptest[b103e6066b256e9b]::sugar::NamedArguments<&str, rustbook[3f46124814f1185b]::query_transformation::QueryBoxed>,)>>::call
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/ops/function.rs:263:22
[INFO] [stdout]   23:     0x5598b4a2c767 - proptest[b103e6066b256e9b]::test_runner::runner::call_test::<proptest[b103e6066b256e9b]::sugar::NamedArguments<&str, rustbook[3f46124814f1185b]::query_transformation::QueryBoxed>, &rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#1}, alloc[dad09f3a48280dba]::vec::into_iter::IntoIter<core[d17f6591d688f3bd]::result::Result<(), proptest[b103e6066b256e9b]::test_runner::errors::TestCaseError>>>::{closure#3}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:256:49
[INFO] [stdout]   24:     0x5598b4a23808 - <core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<proptest[b103e6066b256e9b]::test_runner::runner::call_test<proptest[b103e6066b256e9b]::sugar::NamedArguments<&str, rustbook[3f46124814f1185b]::query_transformation::QueryBoxed>, &rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#1}, alloc[dad09f3a48280dba]::vec::into_iter::IntoIter<core[d17f6591d688f3bd]::result::Result<(), proptest[b103e6066b256e9b]::test_runner::errors::TestCaseError>>>::{closure#3}> as core[d17f6591d688f3bd]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   25:     0x5598b4a387fd - std[fce30c26ee6459b]::panicking::catch_unwind::do_call::<core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<proptest[b103e6066b256e9b]::test_runner::runner::call_test<proptest[b103e6066b256e9b]::sugar::NamedArguments<&str, rustbook[3f46124814f1185b]::query_transformation::QueryBoxed>, &rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#1}, alloc[dad09f3a48280dba]::vec::into_iter::IntoIter<core[d17f6591d688f3bd]::result::Result<(), proptest[b103e6066b256e9b]::test_runner::errors::TestCaseError>>>::{closure#3}>, core[d17f6591d688f3bd]::result::Result<(), proptest[b103e6066b256e9b]::test_runner::errors::TestCaseError>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:581:40
[INFO] [stdout]   26:     0x5598b4a367db - __rust_try
[INFO] [stdout]   27:     0x5598b4a2fe01 - std[fce30c26ee6459b]::panicking::catch_unwind::<core[d17f6591d688f3bd]::result::Result<(), proptest[b103e6066b256e9b]::test_runner::errors::TestCaseError>, core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<proptest[b103e6066b256e9b]::test_runner::runner::call_test<proptest[b103e6066b256e9b]::sugar::NamedArguments<&str, rustbook[3f46124814f1185b]::query_transformation::QueryBoxed>, &rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#1}, alloc[dad09f3a48280dba]::vec::into_iter::IntoIter<core[d17f6591d688f3bd]::result::Result<(), proptest[b103e6066b256e9b]::test_runner::errors::TestCaseError>>>::{closure#3}>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:544:19
[INFO] [stdout]   28:     0x5598b4a2fe01 - std[fce30c26ee6459b]::panic::catch_unwind::<core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<proptest[b103e6066b256e9b]::test_runner::runner::call_test<proptest[b103e6066b256e9b]::sugar::NamedArguments<&str, rustbook[3f46124814f1185b]::query_transformation::QueryBoxed>, &rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#1}, alloc[dad09f3a48280dba]::vec::into_iter::IntoIter<core[d17f6591d688f3bd]::result::Result<(), proptest[b103e6066b256e9b]::test_runner::errors::TestCaseError>>>::{closure#3}>, core[d17f6591d688f3bd]::result::Result<(), proptest[b103e6066b256e9b]::test_runner::errors::TestCaseError>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panic.rs:359:14
[INFO] [stdout]   29:     0x5598b4a2b3a4 - proptest[b103e6066b256e9b]::test_runner::runner::call_test::<proptest[b103e6066b256e9b]::sugar::NamedArguments<&str, rustbook[3f46124814f1185b]::query_transformation::QueryBoxed>, &rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#1}, alloc[dad09f3a48280dba]::vec::into_iter::IntoIter<core[d17f6591d688f3bd]::result::Result<(), proptest[b103e6066b256e9b]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:256:9
[INFO] [stdout]   30:     0x5598b4a297d7 - <proptest[b103e6066b256e9b]::test_runner::runner::TestRunner>::shrink::<proptest[b103e6066b256e9b]::strategy::map::Map<alloc[dad09f3a48280dba]::boxed::Box<dyn proptest[b103e6066b256e9b]::strategy::traits::ValueTree<Value = rustbook[3f46124814f1185b]::query_transformation::QueryBoxed>>, rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#0}>, &rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#1}, alloc[dad09f3a48280dba]::vec::into_iter::IntoIter<core[d17f6591d688f3bd]::result::Result<(), proptest[b103e6066b256e9b]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:845:30
[INFO] [stdout]   31:     0x5598b4a2743e - <proptest[b103e6066b256e9b]::test_runner::runner::TestRunner>::run_one_with_replay::<proptest[b103e6066b256e9b]::strategy::map::Map<alloc[dad09f3a48280dba]::boxed::Box<dyn proptest[b103e6066b256e9b]::strategy::traits::ValueTree<Value = rustbook[3f46124814f1185b]::query_transformation::QueryBoxed>>, rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#0}>, &rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#1}, alloc[dad09f3a48280dba]::vec::into_iter::IntoIter<core[d17f6591d688f3bd]::result::Result<(), proptest[b103e6066b256e9b]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:736:22
[INFO] [stdout]   32:     0x5598b4a26c9a - <proptest[b103e6066b256e9b]::test_runner::runner::TestRunner>::gen_and_run_case::<proptest[b103e6066b256e9b]::strategy::map::Map<proptest[b103e6066b256e9b]::strategy::recursive::Recursive<rustbook[3f46124814f1185b]::query_transformation::QueryBoxed, rustbook[3f46124814f1185b]::query_transformation::tests::arb_query::{closure#1}>, rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#0}>, rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#1}, alloc[dad09f3a48280dba]::vec::into_iter::IntoIter<core[d17f6591d688f3bd]::result::Result<(), proptest[b103e6066b256e9b]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:664:28
[INFO] [stdout]   33:     0x5598b4a28165 - <proptest[b103e6066b256e9b]::test_runner::runner::TestRunner>::run_in_process_with_replay::<proptest[b103e6066b256e9b]::strategy::map::Map<proptest[b103e6066b256e9b]::strategy::recursive::Recursive<rustbook[3f46124814f1185b]::query_transformation::QueryBoxed, rustbook[3f46124814f1185b]::query_transformation::tests::arb_query::{closure#1}>, rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#0}>, rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#1}, alloc[dad09f3a48280dba]::vec::into_iter::IntoIter<core[d17f6591d688f3bd]::result::Result<(), proptest[b103e6066b256e9b]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:613:31
[INFO] [stdout]   34:     0x5598b4a26a10 - <proptest[b103e6066b256e9b]::test_runner::runner::TestRunner>::run_in_process::<proptest[b103e6066b256e9b]::strategy::map::Map<proptest[b103e6066b256e9b]::strategy::recursive::Recursive<rustbook[3f46124814f1185b]::query_transformation::QueryBoxed, rustbook[3f46124814f1185b]::query_transformation::tests::arb_query::{closure#1}>, rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#0}>, rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#1}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:570:14
[INFO] [stdout]   35:     0x5598b4a2914f - <proptest[b103e6066b256e9b]::test_runner::runner::TestRunner>::run::<proptest[b103e6066b256e9b]::strategy::map::Map<proptest[b103e6066b256e9b]::strategy::recursive::Recursive<rustbook[3f46124814f1185b]::query_transformation::QueryBoxed, rustbook[3f46124814f1185b]::query_transformation::tests::arb_query::{closure#1}>, rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#0}>, rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#1}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:413:18
[INFO] [stdout]   36:     0x5598b4a32ffe - rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/sugar.rs:163:17
[INFO] [stdout]   37:     0x5598b4a312d7 - rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/sugar.rs:159:28
[INFO] [stdout]   38:     0x5598b4a24036 - <rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#0} as core[d17f6591d688f3bd]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   39:     0x5598b4a3cd9b - <fn() -> core[d17f6591d688f3bd]::result::Result<(), alloc[dad09f3a48280dba]::string::String> as core[d17f6591d688f3bd]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   40:     0x5598b4a3cd9b - test[9653f4f1d2ca1489]::__rust_begin_short_backtrace::<core[d17f6591d688f3bd]::result::Result<(), alloc[dad09f3a48280dba]::string::String>, fn() -> core[d17f6591d688f3bd]::result::Result<(), alloc[dad09f3a48280dba]::string::String>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/test/src/lib.rs:724:18
[INFO] [stdout]   41:     0x5598b4a4a58b - test[9653f4f1d2ca1489]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/test/src/lib.rs:747:74
[INFO] [stdout]   42:     0x5598b4a4a58b - <core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<test[9653f4f1d2ca1489]::run_test_in_process::{closure#0}> as core[d17f6591d688f3bd]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   43:     0x5598b4a4a58b - std[fce30c26ee6459b]::panicking::catch_unwind::do_call::<core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<test[9653f4f1d2ca1489]::run_test_in_process::{closure#0}>, core[d17f6591d688f3bd]::result::Result<(), alloc[dad09f3a48280dba]::string::String>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:581:40
[INFO] [stdout]   44:     0x5598b4a4a58b - std[fce30c26ee6459b]::panicking::catch_unwind::<core[d17f6591d688f3bd]::result::Result<(), alloc[dad09f3a48280dba]::string::String>, core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<test[9653f4f1d2ca1489]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:544:19
[INFO] [stdout]   45:     0x5598b4a4a58b - std[fce30c26ee6459b]::panic::catch_unwind::<core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<test[9653f4f1d2ca1489]::run_test_in_process::{closure#0}>, core[d17f6591d688f3bd]::result::Result<(), alloc[dad09f3a48280dba]::string::String>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panic.rs:359:14
[INFO] [stdout]   46:     0x5598b4a4a58b - test[9653f4f1d2ca1489]::run_test_in_process
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/test/src/lib.rs:747:27
[INFO] [stdout]   47:     0x5598b4a4a58b - test[9653f4f1d2ca1489]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/test/src/lib.rs:668:43
[INFO] [stdout]   48:     0x5598b4a43ca4 - test[9653f4f1d2ca1489]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/test/src/lib.rs:698:41
[INFO] [stdout]   49:     0x5598b4a43ca4 - std[fce30c26ee6459b]::sys::backtrace::__rust_begin_short_backtrace::<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   50:     0x5598b4a4d192 - std[fce30c26ee6459b]::thread::lifecycle::spawn_unchecked::<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/thread/lifecycle.rs:70:13
[INFO] [stdout]   51:     0x5598b4a4d192 - <core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<std[fce30c26ee6459b]::thread::lifecycle::spawn_unchecked<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[d17f6591d688f3bd]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   52:     0x5598b4a4d192 - std[fce30c26ee6459b]::panicking::catch_unwind::do_call::<core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<std[fce30c26ee6459b]::thread::lifecycle::spawn_unchecked<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:581:40
[INFO] [stdout]   53:     0x5598b4a4d192 - std[fce30c26ee6459b]::panicking::catch_unwind::<(), core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<std[fce30c26ee6459b]::thread::lifecycle::spawn_unchecked<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:544:19
[INFO] [stdout]   54:     0x5598b4a4d192 - std[fce30c26ee6459b]::panic::catch_unwind::<core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<std[fce30c26ee6459b]::thread::lifecycle::spawn_unchecked<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panic.rs:359:14
[INFO] [stdout]   55:     0x5598b4a4d192 - std[fce30c26ee6459b]::thread::lifecycle::spawn_unchecked::<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/thread/lifecycle.rs:68:26
[INFO] [stdout]   56:     0x5598b4a4d192 - <std[fce30c26ee6459b]::thread::lifecycle::spawn_unchecked<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>::{closure#1} as core[d17f6591d688f3bd]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   57:     0x5598b4bbf51f - <alloc[dad09f3a48280dba]::boxed::Box<dyn core[d17f6591d688f3bd]::ops::function::FnOnce<(), Output = ()> + core[d17f6591d688f3bd]::marker::Send> as core[d17f6591d688f3bd]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/alloc/src/boxed.rs:2271:9
[INFO] [stdout]   58:     0x5598b4bbf51f - <std[fce30c26ee6459b]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/sys/thread/unix.rs:118:17
[INFO] [stdout]   59:     0x76e42426eaa4 - <unknown>
[INFO] [stdout]   60:     0x76e4242fba64 - clone
[INFO] [stdout]   61:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] thread 'query_transformation::tests::all_impls_match' (17) panicked at src/query_transformation.rs:224:13:
[INFO] [stdout] assertion `left == right` failed
[INFO] [stdout]   left: Ok("(oe=hmjldfuhrigtymylwjvvzbiocqzt) OR ((otsux=atnvszuqchqlqiwfhuvqmt) OR (oe=hmjldfuhrigtymylwjvvzbiocqzt))")
[INFO] [stdout]  right: Ok("(a=a) OR ((otsux=atnvszuqchqlqiwfhuvqmt) OR (oe=hmjldfuhrigtymylwjvvzbiocqzt))")
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x5598b4bbfc0a - std[fce30c26ee6459b]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x5598b4bbfc0a - std[fce30c26ee6459b]::backtrace_rs::backtrace::trace_unsynchronized::<std[fce30c26ee6459b]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x5598b4bbfc0a - std[fce30c26ee6459b]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x5598b4bbfc0a - <<std[fce30c26ee6459b]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[d17f6591d688f3bd]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x5598b4bd51ea - <core[d17f6591d688f3bd]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x5598b4bd51ea - core[d17f6591d688f3bd]::fmt::write
[INFO] [stdout]    6:     0x5598b4bc4852 - std[fce30c26ee6459b]::io::default_write_fmt::<alloc[dad09f3a48280dba]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/io/mod.rs:621:11
[INFO] [stdout]    7:     0x5598b4bc4852 - <alloc[dad09f3a48280dba]::vec::Vec<u8> as std[fce30c26ee6459b]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/io/mod.rs:1976:13
[INFO] [stdout]    8:     0x5598b4b9d45f - <std[fce30c26ee6459b]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x5598b4b9d45f - std[fce30c26ee6459b]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x5598b4bb7f09 - std[fce30c26ee6459b]::panicking::default_hook
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x5598b4a49abc - <alloc[dad09f3a48280dba]::boxed::Box<dyn for<'a, 'b> core[d17f6591d688f3bd]::ops::function::Fn<(&'a std[fce30c26ee6459b]::panic::PanicHookInfo<'b>,), Output = ()> + core[d17f6591d688f3bd]::marker::Sync + core[d17f6591d688f3bd]::marker::Send> as core[d17f6591d688f3bd]::ops::function::Fn<(&std[fce30c26ee6459b]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/alloc/src/boxed.rs:2285:9
[INFO] [stdout]   12:     0x5598b4a49abc - test[9653f4f1d2ca1489]::test_main_inner::<test[9653f4f1d2ca1489]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/test/src/lib.rs:155:21
[INFO] [stdout]   13:     0x5598b4bb80c2 - <alloc[dad09f3a48280dba]::boxed::Box<dyn for<'a, 'b> core[d17f6591d688f3bd]::ops::function::Fn<(&'a std[fce30c26ee6459b]::panic::PanicHookInfo<'b>,), Output = ()> + core[d17f6591d688f3bd]::marker::Sync + core[d17f6591d688f3bd]::marker::Send> as core[d17f6591d688f3bd]::ops::function::Fn<(&std[fce30c26ee6459b]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/alloc/src/boxed.rs:2285:9
[INFO] [stdout]   14:     0x5598b4bb80c2 - std[fce30c26ee6459b]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x5598b4b9d518 - std[fce30c26ee6459b]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:698:13
[INFO] [stdout]   16:     0x5598b4b92619 - std[fce30c26ee6459b]::sys::backtrace::__rust_end_short_backtrace::<std[fce30c26ee6459b]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x5598b4b9e22d - __rustc[de152adb51f02556]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x5598b4bd5a2c - core[d17f6591d688f3bd]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x5598b4bd58e3 - core[d17f6591d688f3bd]::panicking::assert_failed_inner
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/panicking.rs:439:17
[INFO] [stdout]   20:     0x5598b4a3828d - core[d17f6591d688f3bd]::panicking::assert_failed::<core[d17f6591d688f3bd]::result::Result<alloc[dad09f3a48280dba]::string::String, rustbook[3f46124814f1185b]::query_transformation::PrintError>, core[d17f6591d688f3bd]::result::Result<alloc[dad09f3a48280dba]::string::String, rustbook[3f46124814f1185b]::query_transformation::PrintError>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/panicking.rs:394:5
[INFO] [stdout]   21:     0x5598b4a31665 - rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#1}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/query_transformation.rs:224:13
[INFO] [stdout]   22:     0x5598b4a33ef7 - <&rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#1} as core[d17f6591d688f3bd]::ops::function::Fn<(proptest[b103e6066b256e9b]::sugar::NamedArguments<&str, rustbook[3f46124814f1185b]::query_transformation::QueryBoxed>,)>>::call
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/ops/function.rs:263:22
[INFO] [stdout]   23:     0x5598b4a2c767 - proptest[b103e6066b256e9b]::test_runner::runner::call_test::<proptest[b103e6066b256e9b]::sugar::NamedArguments<&str, rustbook[3f46124814f1185b]::query_transformation::QueryBoxed>, &rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#1}, alloc[dad09f3a48280dba]::vec::into_iter::IntoIter<core[d17f6591d688f3bd]::result::Result<(), proptest[b103e6066b256e9b]::test_runner::errors::TestCaseError>>>::{closure#3}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:256:49
[INFO] [stdout]   24:     0x5598b4a23808 - <core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<proptest[b103e6066b256e9b]::test_runner::runner::call_test<proptest[b103e6066b256e9b]::sugar::NamedArguments<&str, rustbook[3f46124814f1185b]::query_transformation::QueryBoxed>, &rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#1}, alloc[dad09f3a48280dba]::vec::into_iter::IntoIter<core[d17f6591d688f3bd]::result::Result<(), proptest[b103e6066b256e9b]::test_runner::errors::TestCaseError>>>::{closure#3}> as core[d17f6591d688f3bd]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   25:     0x5598b4a387fd - std[fce30c26ee6459b]::panicking::catch_unwind::do_call::<core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<proptest[b103e6066b256e9b]::test_runner::runner::call_test<proptest[b103e6066b256e9b]::sugar::NamedArguments<&str, rustbook[3f46124814f1185b]::query_transformation::QueryBoxed>, &rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#1}, alloc[dad09f3a48280dba]::vec::into_iter::IntoIter<core[d17f6591d688f3bd]::result::Result<(), proptest[b103e6066b256e9b]::test_runner::errors::TestCaseError>>>::{closure#3}>, core[d17f6591d688f3bd]::result::Result<(), proptest[b103e6066b256e9b]::test_runner::errors::TestCaseError>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:581:40
[INFO] [stdout]   26:     0x5598b4a367db - __rust_try
[INFO] [stdout]   27:     0x5598b4a2fe01 - std[fce30c26ee6459b]::panicking::catch_unwind::<core[d17f6591d688f3bd]::result::Result<(), proptest[b103e6066b256e9b]::test_runner::errors::TestCaseError>, core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<proptest[b103e6066b256e9b]::test_runner::runner::call_test<proptest[b103e6066b256e9b]::sugar::NamedArguments<&str, rustbook[3f46124814f1185b]::query_transformation::QueryBoxed>, &rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#1}, alloc[dad09f3a48280dba]::vec::into_iter::IntoIter<core[d17f6591d688f3bd]::result::Result<(), proptest[b103e6066b256e9b]::test_runner::errors::TestCaseError>>>::{closure#3}>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:544:19
[INFO] [stdout]   28:     0x5598b4a2fe01 - std[fce30c26ee6459b]::panic::catch_unwind::<core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<proptest[b103e6066b256e9b]::test_runner::runner::call_test<proptest[b103e6066b256e9b]::sugar::NamedArguments<&str, rustbook[3f46124814f1185b]::query_transformation::QueryBoxed>, &rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#1}, alloc[dad09f3a48280dba]::vec::into_iter::IntoIter<core[d17f6591d688f3bd]::result::Result<(), proptest[b103e6066b256e9b]::test_runner::errors::TestCaseError>>>::{closure#3}>, core[d17f6591d688f3bd]::result::Result<(), proptest[b103e6066b256e9b]::test_runner::errors::TestCaseError>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panic.rs:359:14
[INFO] [stdout]   29:     0x5598b4a2b3a4 - proptest[b103e6066b256e9b]::test_runner::runner::call_test::<proptest[b103e6066b256e9b]::sugar::NamedArguments<&str, rustbook[3f46124814f1185b]::query_transformation::QueryBoxed>, &rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#1}, alloc[dad09f3a48280dba]::vec::into_iter::IntoIter<core[d17f6591d688f3bd]::result::Result<(), proptest[b103e6066b256e9b]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:256:9
[INFO] [stdout]   30:     0x5598b4a297d7 - <proptest[b103e6066b256e9b]::test_runner::runner::TestRunner>::shrink::<proptest[b103e6066b256e9b]::strategy::map::Map<alloc[dad09f3a48280dba]::boxed::Box<dyn proptest[b103e6066b256e9b]::strategy::traits::ValueTree<Value = rustbook[3f46124814f1185b]::query_transformation::QueryBoxed>>, rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#0}>, &rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#1}, alloc[dad09f3a48280dba]::vec::into_iter::IntoIter<core[d17f6591d688f3bd]::result::Result<(), proptest[b103e6066b256e9b]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:845:30
[INFO] [stdout]   31:     0x5598b4a2743e - <proptest[b103e6066b256e9b]::test_runner::runner::TestRunner>::run_one_with_replay::<proptest[b103e6066b256e9b]::strategy::map::Map<alloc[dad09f3a48280dba]::boxed::Box<dyn proptest[b103e6066b256e9b]::strategy::traits::ValueTree<Value = rustbook[3f46124814f1185b]::query_transformation::QueryBoxed>>, rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#0}>, &rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#1}, alloc[dad09f3a48280dba]::vec::into_iter::IntoIter<core[d17f6591d688f3bd]::result::Result<(), proptest[b103e6066b256e9b]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:736:22
[INFO] [stdout]   32:     0x5598b4a26c9a - <proptest[b103e6066b256e9b]::test_runner::runner::TestRunner>::gen_and_run_case::<proptest[b103e6066b256e9b]::strategy::map::Map<proptest[b103e6066b256e9b]::strategy::recursive::Recursive<rustbook[3f46124814f1185b]::query_transformation::QueryBoxed, rustbook[3f46124814f1185b]::query_transformation::tests::arb_query::{closure#1}>, rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#0}>, rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#1}, alloc[dad09f3a48280dba]::vec::into_iter::IntoIter<core[d17f6591d688f3bd]::result::Result<(), proptest[b103e6066b256e9b]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:664:28
[INFO] [stdout]   33:     0x5598b4a28165 - <proptest[b103e6066b256e9b]::test_runner::runner::TestRunner>::run_in_process_with_replay::<proptest[b103e6066b256e9b]::strategy::map::Map<proptest[b103e6066b256e9b]::strategy::recursive::Recursive<rustbook[3f46124814f1185b]::query_transformation::QueryBoxed, rustbook[3f46124814f1185b]::query_transformation::tests::arb_query::{closure#1}>, rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#0}>, rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#1}, alloc[dad09f3a48280dba]::vec::into_iter::IntoIter<core[d17f6591d688f3bd]::result::Result<(), proptest[b103e6066b256e9b]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:613:31
[INFO] [stdout]   34:     0x5598b4a26a10 - <proptest[b103e6066b256e9b]::test_runner::runner::TestRunner>::run_in_process::<proptest[b103e6066b256e9b]::strategy::map::Map<proptest[b103e6066b256e9b]::strategy::recursive::Recursive<rustbook[3f46124814f1185b]::query_transformation::QueryBoxed, rustbook[3f46124814f1185b]::query_transformation::tests::arb_query::{closure#1}>, rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#0}>, rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#1}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:570:14
[INFO] [stdout]   35:     0x5598b4a2914f - <proptest[b103e6066b256e9b]::test_runner::runner::TestRunner>::run::<proptest[b103e6066b256e9b]::strategy::map::Map<proptest[b103e6066b256e9b]::strategy::recursive::Recursive<rustbook[3f46124814f1185b]::query_transformation::QueryBoxed, rustbook[3f46124814f1185b]::query_transformation::tests::arb_query::{closure#1}>, rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#0}>, rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#1}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:413:18
[INFO] [stdout]   36:     0x5598b4a32ffe - rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/sugar.rs:163:17
[INFO] [stdout]   37:     0x5598b4a312d7 - rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/sugar.rs:159:28
[INFO] [stdout]   38:     0x5598b4a24036 - <rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#0} as core[d17f6591d688f3bd]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   39:     0x5598b4a3cd9b - <fn() -> core[d17f6591d688f3bd]::result::Result<(), alloc[dad09f3a48280dba]::string::String> as core[d17f6591d688f3bd]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   40:     0x5598b4a3cd9b - test[9653f4f1d2ca1489]::__rust_begin_short_backtrace::<core[d17f6591d688f3bd]::result::Result<(), alloc[dad09f3a48280dba]::string::String>, fn() -> core[d17f6591d688f3bd]::result::Result<(), alloc[dad09f3a48280dba]::string::String>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/test/src/lib.rs:724:18
[INFO] [stdout]   41:     0x5598b4a4a58b - test[9653f4f1d2ca1489]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/test/src/lib.rs:747:74
[INFO] [stdout]   42:     0x5598b4a4a58b - <core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<test[9653f4f1d2ca1489]::run_test_in_process::{closure#0}> as core[d17f6591d688f3bd]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   43:     0x5598b4a4a58b - std[fce30c26ee6459b]::panicking::catch_unwind::do_call::<core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<test[9653f4f1d2ca1489]::run_test_in_process::{closure#0}>, core[d17f6591d688f3bd]::result::Result<(), alloc[dad09f3a48280dba]::string::String>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:581:40
[INFO] [stdout]   44:     0x5598b4a4a58b - std[fce30c26ee6459b]::panicking::catch_unwind::<core[d17f6591d688f3bd]::result::Result<(), alloc[dad09f3a48280dba]::string::String>, core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<test[9653f4f1d2ca1489]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:544:19
[INFO] [stdout]   45:     0x5598b4a4a58b - std[fce30c26ee6459b]::panic::catch_unwind::<core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<test[9653f4f1d2ca1489]::run_test_in_process::{closure#0}>, core[d17f6591d688f3bd]::result::Result<(), alloc[dad09f3a48280dba]::string::String>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panic.rs:359:14
[INFO] [stdout]   46:     0x5598b4a4a58b - test[9653f4f1d2ca1489]::run_test_in_process
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/test/src/lib.rs:747:27
[INFO] [stdout]   47:     0x5598b4a4a58b - test[9653f4f1d2ca1489]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/test/src/lib.rs:668:43
[INFO] [stdout]   48:     0x5598b4a43ca4 - test[9653f4f1d2ca1489]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/test/src/lib.rs:698:41
[INFO] [stdout]   49:     0x5598b4a43ca4 - std[fce30c26ee6459b]::sys::backtrace::__rust_begin_short_backtrace::<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   50:     0x5598b4a4d192 - std[fce30c26ee6459b]::thread::lifecycle::spawn_unchecked::<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/thread/lifecycle.rs:70:13
[INFO] [stdout]   51:     0x5598b4a4d192 - <core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<std[fce30c26ee6459b]::thread::lifecycle::spawn_unchecked<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[d17f6591d688f3bd]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   52:     0x5598b4a4d192 - std[fce30c26ee6459b]::panicking::catch_unwind::do_call::<core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<std[fce30c26ee6459b]::thread::lifecycle::spawn_unchecked<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:581:40
[INFO] [stdout]   53:     0x5598b4a4d192 - std[fce30c26ee6459b]::panicking::catch_unwind::<(), core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<std[fce30c26ee6459b]::thread::lifecycle::spawn_unchecked<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:544:19
[INFO] [stdout]   54:     0x5598b4a4d192 - std[fce30c26ee6459b]::panic::catch_unwind::<core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<std[fce30c26ee6459b]::thread::lifecycle::spawn_unchecked<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panic.rs:359:14
[INFO] [stdout]   55:     0x5598b4a4d192 - std[fce30c26ee6459b]::thread::lifecycle::spawn_unchecked::<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/thread/lifecycle.rs:68:26
[INFO] [stdout]   56:     0x5598b4a4d192 - <std[fce30c26ee6459b]::thread::lifecycle::spawn_unchecked<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>::{closure#1} as core[d17f6591d688f3bd]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   57:     0x5598b4bbf51f - <alloc[dad09f3a48280dba]::boxed::Box<dyn core[d17f6591d688f3bd]::ops::function::FnOnce<(), Output = ()> + core[d17f6591d688f3bd]::marker::Send> as core[d17f6591d688f3bd]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/alloc/src/boxed.rs:2271:9
[INFO] [stdout]   58:     0x5598b4bbf51f - <std[fce30c26ee6459b]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/sys/thread/unix.rs:118:17
[INFO] [stdout]   59:     0x76e42426eaa4 - <unknown>
[INFO] [stdout]   60:     0x76e4242fba64 - clone
[INFO] [stdout]   61:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] thread 'query_transformation::tests::all_impls_match' (17) panicked at src/query_transformation.rs:224:13:
[INFO] [stdout] assertion `left == right` failed
[INFO] [stdout]   left: Ok("(oe=hmjldfuhrigtymylwjvvzbiocqzt) OR ((otsux=atnvszuqchqlqiwfhuvqmt) OR (oe=hmjldfuhrigtymylwjvvzbiocqzt))")
[INFO] [stdout]  right: Ok("(a=a) OR ((otsux=atnvszuqchqlqiwfhuvqmt) OR (oe=hmjldfuhrigtymylwjvvzbiocqzt))")
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x5598b4bbfc0a - std[fce30c26ee6459b]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x5598b4bbfc0a - std[fce30c26ee6459b]::backtrace_rs::backtrace::trace_unsynchronized::<std[fce30c26ee6459b]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x5598b4bbfc0a - std[fce30c26ee6459b]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x5598b4bbfc0a - <<std[fce30c26ee6459b]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[d17f6591d688f3bd]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x5598b4bd51ea - <core[d17f6591d688f3bd]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x5598b4bd51ea - core[d17f6591d688f3bd]::fmt::write
[INFO] [stdout]    6:     0x5598b4bc4852 - std[fce30c26ee6459b]::io::default_write_fmt::<alloc[dad09f3a48280dba]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/io/mod.rs:621:11
[INFO] [stdout]    7:     0x5598b4bc4852 - <alloc[dad09f3a48280dba]::vec::Vec<u8> as std[fce30c26ee6459b]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/io/mod.rs:1976:13
[INFO] [stdout]    8:     0x5598b4b9d45f - <std[fce30c26ee6459b]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x5598b4b9d45f - std[fce30c26ee6459b]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x5598b4bb7f09 - std[fce30c26ee6459b]::panicking::default_hook
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x5598b4a49abc - <alloc[dad09f3a48280dba]::boxed::Box<dyn for<'a, 'b> core[d17f6591d688f3bd]::ops::function::Fn<(&'a std[fce30c26ee6459b]::panic::PanicHookInfo<'b>,), Output = ()> + core[d17f6591d688f3bd]::marker::Sync + core[d17f6591d688f3bd]::marker::Send> as core[d17f6591d688f3bd]::ops::function::Fn<(&std[fce30c26ee6459b]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/alloc/src/boxed.rs:2285:9
[INFO] [stdout]   12:     0x5598b4a49abc - test[9653f4f1d2ca1489]::test_main_inner::<test[9653f4f1d2ca1489]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/test/src/lib.rs:155:21
[INFO] [stdout]   13:     0x5598b4bb80c2 - <alloc[dad09f3a48280dba]::boxed::Box<dyn for<'a, 'b> core[d17f6591d688f3bd]::ops::function::Fn<(&'a std[fce30c26ee6459b]::panic::PanicHookInfo<'b>,), Output = ()> + core[d17f6591d688f3bd]::marker::Sync + core[d17f6591d688f3bd]::marker::Send> as core[d17f6591d688f3bd]::ops::function::Fn<(&std[fce30c26ee6459b]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/alloc/src/boxed.rs:2285:9
[INFO] [stdout]   14:     0x5598b4bb80c2 - std[fce30c26ee6459b]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x5598b4b9d518 - std[fce30c26ee6459b]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:698:13
[INFO] [stdout]   16:     0x5598b4b92619 - std[fce30c26ee6459b]::sys::backtrace::__rust_end_short_backtrace::<std[fce30c26ee6459b]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x5598b4b9e22d - __rustc[de152adb51f02556]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x5598b4bd5a2c - core[d17f6591d688f3bd]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x5598b4bd58e3 - core[d17f6591d688f3bd]::panicking::assert_failed_inner
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/panicking.rs:439:17
[INFO] [stdout]   20:     0x5598b4a3828d - core[d17f6591d688f3bd]::panicking::assert_failed::<core[d17f6591d688f3bd]::result::Result<alloc[dad09f3a48280dba]::string::String, rustbook[3f46124814f1185b]::query_transformation::PrintError>, core[d17f6591d688f3bd]::result::Result<alloc[dad09f3a48280dba]::string::String, rustbook[3f46124814f1185b]::query_transformation::PrintError>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/panicking.rs:394:5
[INFO] [stdout]   21:     0x5598b4a31665 - rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#1}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/query_transformation.rs:224:13
[INFO] [stdout]   22:     0x5598b4a33ef7 - <&rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#1} as core[d17f6591d688f3bd]::ops::function::Fn<(proptest[b103e6066b256e9b]::sugar::NamedArguments<&str, rustbook[3f46124814f1185b]::query_transformation::QueryBoxed>,)>>::call
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/ops/function.rs:263:22
[INFO] [stdout]   23:     0x5598b4a2c767 - proptest[b103e6066b256e9b]::test_runner::runner::call_test::<proptest[b103e6066b256e9b]::sugar::NamedArguments<&str, rustbook[3f46124814f1185b]::query_transformation::QueryBoxed>, &rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#1}, alloc[dad09f3a48280dba]::vec::into_iter::IntoIter<core[d17f6591d688f3bd]::result::Result<(), proptest[b103e6066b256e9b]::test_runner::errors::TestCaseError>>>::{closure#3}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:256:49
[INFO] [stdout]   24:     0x5598b4a23808 - <core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<proptest[b103e6066b256e9b]::test_runner::runner::call_test<proptest[b103e6066b256e9b]::sugar::NamedArguments<&str, rustbook[3f46124814f1185b]::query_transformation::QueryBoxed>, &rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#1}, alloc[dad09f3a48280dba]::vec::into_iter::IntoIter<core[d17f6591d688f3bd]::result::Result<(), proptest[b103e6066b256e9b]::test_runner::errors::TestCaseError>>>::{closure#3}> as core[d17f6591d688f3bd]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   25:     0x5598b4a387fd - std[fce30c26ee6459b]::panicking::catch_unwind::do_call::<core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<proptest[b103e6066b256e9b]::test_runner::runner::call_test<proptest[b103e6066b256e9b]::sugar::NamedArguments<&str, rustbook[3f46124814f1185b]::query_transformation::QueryBoxed>, &rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#1}, alloc[dad09f3a48280dba]::vec::into_iter::IntoIter<core[d17f6591d688f3bd]::result::Result<(), proptest[b103e6066b256e9b]::test_runner::errors::TestCaseError>>>::{closure#3}>, core[d17f6591d688f3bd]::result::Result<(), proptest[b103e6066b256e9b]::test_runner::errors::TestCaseError>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:581:40
[INFO] [stdout]   26:     0x5598b4a367db - __rust_try
[INFO] [stdout]   27:     0x5598b4a2fe01 - std[fce30c26ee6459b]::panicking::catch_unwind::<core[d17f6591d688f3bd]::result::Result<(), proptest[b103e6066b256e9b]::test_runner::errors::TestCaseError>, core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<proptest[b103e6066b256e9b]::test_runner::runner::call_test<proptest[b103e6066b256e9b]::sugar::NamedArguments<&str, rustbook[3f46124814f1185b]::query_transformation::QueryBoxed>, &rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#1}, alloc[dad09f3a48280dba]::vec::into_iter::IntoIter<core[d17f6591d688f3bd]::result::Result<(), proptest[b103e6066b256e9b]::test_runner::errors::TestCaseError>>>::{closure#3}>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:544:19
[INFO] [stdout]   28:     0x5598b4a2fe01 - std[fce30c26ee6459b]::panic::catch_unwind::<core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<proptest[b103e6066b256e9b]::test_runner::runner::call_test<proptest[b103e6066b256e9b]::sugar::NamedArguments<&str, rustbook[3f46124814f1185b]::query_transformation::QueryBoxed>, &rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#1}, alloc[dad09f3a48280dba]::vec::into_iter::IntoIter<core[d17f6591d688f3bd]::result::Result<(), proptest[b103e6066b256e9b]::test_runner::errors::TestCaseError>>>::{closure#3}>, core[d17f6591d688f3bd]::result::Result<(), proptest[b103e6066b256e9b]::test_runner::errors::TestCaseError>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panic.rs:359:14
[INFO] [stdout]   29:     0x5598b4a2b3a4 - proptest[b103e6066b256e9b]::test_runner::runner::call_test::<proptest[b103e6066b256e9b]::sugar::NamedArguments<&str, rustbook[3f46124814f1185b]::query_transformation::QueryBoxed>, &rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#1}, alloc[dad09f3a48280dba]::vec::into_iter::IntoIter<core[d17f6591d688f3bd]::result::Result<(), proptest[b103e6066b256e9b]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:256:9
[INFO] [stdout]   30:     0x5598b4a297d7 - <proptest[b103e6066b256e9b]::test_runner::runner::TestRunner>::shrink::<proptest[b103e6066b256e9b]::strategy::map::Map<alloc[dad09f3a48280dba]::boxed::Box<dyn proptest[b103e6066b256e9b]::strategy::traits::ValueTree<Value = rustbook[3f46124814f1185b]::query_transformation::QueryBoxed>>, rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#0}>, &rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#1}, alloc[dad09f3a48280dba]::vec::into_iter::IntoIter<core[d17f6591d688f3bd]::result::Result<(), proptest[b103e6066b256e9b]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:845:30
[INFO] [stdout]   31:     0x5598b4a2743e - <proptest[b103e6066b256e9b]::test_runner::runner::TestRunner>::run_one_with_replay::<proptest[b103e6066b256e9b]::strategy::map::Map<alloc[dad09f3a48280dba]::boxed::Box<dyn proptest[b103e6066b256e9b]::strategy::traits::ValueTree<Value = rustbook[3f46124814f1185b]::query_transformation::QueryBoxed>>, rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#0}>, &rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#1}, alloc[dad09f3a48280dba]::vec::into_iter::IntoIter<core[d17f6591d688f3bd]::result::Result<(), proptest[b103e6066b256e9b]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:736:22
[INFO] [stdout]   32:     0x5598b4a26c9a - <proptest[b103e6066b256e9b]::test_runner::runner::TestRunner>::gen_and_run_case::<proptest[b103e6066b256e9b]::strategy::map::Map<proptest[b103e6066b256e9b]::strategy::recursive::Recursive<rustbook[3f46124814f1185b]::query_transformation::QueryBoxed, rustbook[3f46124814f1185b]::query_transformation::tests::arb_query::{closure#1}>, rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#0}>, rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#1}, alloc[dad09f3a48280dba]::vec::into_iter::IntoIter<core[d17f6591d688f3bd]::result::Result<(), proptest[b103e6066b256e9b]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:664:28
[INFO] [stdout]   33:     0x5598b4a28165 - <proptest[b103e6066b256e9b]::test_runner::runner::TestRunner>::run_in_process_with_replay::<proptest[b103e6066b256e9b]::strategy::map::Map<proptest[b103e6066b256e9b]::strategy::recursive::Recursive<rustbook[3f46124814f1185b]::query_transformation::QueryBoxed, rustbook[3f46124814f1185b]::query_transformation::tests::arb_query::{closure#1}>, rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#0}>, rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#1}, alloc[dad09f3a48280dba]::vec::into_iter::IntoIter<core[d17f6591d688f3bd]::result::Result<(), proptest[b103e6066b256e9b]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:613:31
[INFO] [stdout]   34:     0x5598b4a26a10 - <proptest[b103e6066b256e9b]::test_runner::runner::TestRunner>::run_in_process::<proptest[b103e6066b256e9b]::strategy::map::Map<proptest[b103e6066b256e9b]::strategy::recursive::Recursive<rustbook[3f46124814f1185b]::query_transformation::QueryBoxed, rustbook[3f46124814f1185b]::query_transformation::tests::arb_query::{closure#1}>, rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#0}>, rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#1}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:570:14
[INFO] [stdout]   35:     0x5598b4a2914f - <proptest[b103e6066b256e9b]::test_runner::runner::TestRunner>::run::<proptest[b103e6066b256e9b]::strategy::map::Map<proptest[b103e6066b256e9b]::strategy::recursive::Recursive<rustbook[3f46124814f1185b]::query_transformation::QueryBoxed, rustbook[3f46124814f1185b]::query_transformation::tests::arb_query::{closure#1}>, rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#0}>, rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#1}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:413:18
[INFO] [stdout]   36:     0x5598b4a32ffe - rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/sugar.rs:163:17
[INFO] [stdout]   37:     0x5598b4a312d7 - rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/sugar.rs:159:28
[INFO] [stdout]   38:     0x5598b4a24036 - <rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#0} as core[d17f6591d688f3bd]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   39:     0x5598b4a3cd9b - <fn() -> core[d17f6591d688f3bd]::result::Result<(), alloc[dad09f3a48280dba]::string::String> as core[d17f6591d688f3bd]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   40:     0x5598b4a3cd9b - test[9653f4f1d2ca1489]::__rust_begin_short_backtrace::<core[d17f6591d688f3bd]::result::Result<(), alloc[dad09f3a48280dba]::string::String>, fn() -> core[d17f6591d688f3bd]::result::Result<(), alloc[dad09f3a48280dba]::string::String>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/test/src/lib.rs:724:18
[INFO] [stdout]   41:     0x5598b4a4a58b - test[9653f4f1d2ca1489]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/test/src/lib.rs:747:74
[INFO] [stdout]   42:     0x5598b4a4a58b - <core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<test[9653f4f1d2ca1489]::run_test_in_process::{closure#0}> as core[d17f6591d688f3bd]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   43:     0x5598b4a4a58b - std[fce30c26ee6459b]::panicking::catch_unwind::do_call::<core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<test[9653f4f1d2ca1489]::run_test_in_process::{closure#0}>, core[d17f6591d688f3bd]::result::Result<(), alloc[dad09f3a48280dba]::string::String>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:581:40
[INFO] [stdout]   44:     0x5598b4a4a58b - std[fce30c26ee6459b]::panicking::catch_unwind::<core[d17f6591d688f3bd]::result::Result<(), alloc[dad09f3a48280dba]::string::String>, core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<test[9653f4f1d2ca1489]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:544:19
[INFO] [stdout]   45:     0x5598b4a4a58b - std[fce30c26ee6459b]::panic::catch_unwind::<core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<test[9653f4f1d2ca1489]::run_test_in_process::{closure#0}>, core[d17f6591d688f3bd]::result::Result<(), alloc[dad09f3a48280dba]::string::String>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panic.rs:359:14
[INFO] [stdout]   46:     0x5598b4a4a58b - test[9653f4f1d2ca1489]::run_test_in_process
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/test/src/lib.rs:747:27
[INFO] [stdout]   47:     0x5598b4a4a58b - test[9653f4f1d2ca1489]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/test/src/lib.rs:668:43
[INFO] [stdout]   48:     0x5598b4a43ca4 - test[9653f4f1d2ca1489]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/test/src/lib.rs:698:41
[INFO] [stdout]   49:     0x5598b4a43ca4 - std[fce30c26ee6459b]::sys::backtrace::__rust_begin_short_backtrace::<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   50:     0x5598b4a4d192 - std[fce30c26ee6459b]::thread::lifecycle::spawn_unchecked::<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/thread/lifecycle.rs:70:13
[INFO] [stdout]   51:     0x5598b4a4d192 - <core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<std[fce30c26ee6459b]::thread::lifecycle::spawn_unchecked<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[d17f6591d688f3bd]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   52:     0x5598b4a4d192 - std[fce30c26ee6459b]::panicking::catch_unwind::do_call::<core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<std[fce30c26ee6459b]::thread::lifecycle::spawn_unchecked<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:581:40
[INFO] [stdout]   53:     0x5598b4a4d192 - std[fce30c26ee6459b]::panicking::catch_unwind::<(), core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<std[fce30c26ee6459b]::thread::lifecycle::spawn_unchecked<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:544:19
[INFO] [stdout]   54:     0x5598b4a4d192 - std[fce30c26ee6459b]::panic::catch_unwind::<core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<std[fce30c26ee6459b]::thread::lifecycle::spawn_unchecked<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panic.rs:359:14
[INFO] [stdout]   55:     0x5598b4a4d192 - std[fce30c26ee6459b]::thread::lifecycle::spawn_unchecked::<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/thread/lifecycle.rs:68:26
[INFO] [stdout]   56:     0x5598b4a4d192 - <std[fce30c26ee6459b]::thread::lifecycle::spawn_unchecked<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>::{closure#1} as core[d17f6591d688f3bd]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   57:     0x5598b4bbf51f - <alloc[dad09f3a48280dba]::boxed::Box<dyn core[d17f6591d688f3bd]::ops::function::FnOnce<(), Output = ()> + core[d17f6591d688f3bd]::marker::Send> as core[d17f6591d688f3bd]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/alloc/src/boxed.rs:2271:9
[INFO] [stdout]   58:     0x5598b4bbf51f - <std[fce30c26ee6459b]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/sys/thread/unix.rs:118:17
[INFO] [stdout]   59:     0x76e42426eaa4 - <unknown>
[INFO] [stdout]   60:     0x76e4242fba64 - clone
[INFO] [stdout]   61:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] thread 'query_transformation::tests::all_impls_match' (17) panicked at src/query_transformation.rs:224:13:
[INFO] [stdout] assertion `left == right` failed
[INFO] [stdout]   left: Ok("(oe=hmjldfuhrigtymylwjvvzbiocqzt) OR ((tsux=atnvszuqchqlqiwfhuvqmt) OR (oe=hmjldfuhrigtymylwjvvzbiocqzt))")
[INFO] [stdout]  right: Ok("(a=a) OR ((tsux=atnvszuqchqlqiwfhuvqmt) OR (oe=hmjldfuhrigtymylwjvvzbiocqzt))")
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x5598b4bbfc0a - std[fce30c26ee6459b]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x5598b4bbfc0a - std[fce30c26ee6459b]::backtrace_rs::backtrace::trace_unsynchronized::<std[fce30c26ee6459b]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x5598b4bbfc0a - std[fce30c26ee6459b]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x5598b4bbfc0a - <<std[fce30c26ee6459b]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[d17f6591d688f3bd]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x5598b4bd51ea - <core[d17f6591d688f3bd]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x5598b4bd51ea - core[d17f6591d688f3bd]::fmt::write
[INFO] [stdout]    6:     0x5598b4bc4852 - std[fce30c26ee6459b]::io::default_write_fmt::<alloc[dad09f3a48280dba]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/io/mod.rs:621:11
[INFO] [stdout]    7:     0x5598b4bc4852 - <alloc[dad09f3a48280dba]::vec::Vec<u8> as std[fce30c26ee6459b]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/io/mod.rs:1976:13
[INFO] [stdout]    8:     0x5598b4b9d45f - <std[fce30c26ee6459b]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x5598b4b9d45f - std[fce30c26ee6459b]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x5598b4bb7f09 - std[fce30c26ee6459b]::panicking::default_hook
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x5598b4a49abc - <alloc[dad09f3a48280dba]::boxed::Box<dyn for<'a, 'b> core[d17f6591d688f3bd]::ops::function::Fn<(&'a std[fce30c26ee6459b]::panic::PanicHookInfo<'b>,), Output = ()> + core[d17f6591d688f3bd]::marker::Sync + core[d17f6591d688f3bd]::marker::Send> as core[d17f6591d688f3bd]::ops::function::Fn<(&std[fce30c26ee6459b]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/alloc/src/boxed.rs:2285:9
[INFO] [stdout]   12:     0x5598b4a49abc - test[9653f4f1d2ca1489]::test_main_inner::<test[9653f4f1d2ca1489]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/test/src/lib.rs:155:21
[INFO] [stdout]   13:     0x5598b4bb80c2 - <alloc[dad09f3a48280dba]::boxed::Box<dyn for<'a, 'b> core[d17f6591d688f3bd]::ops::function::Fn<(&'a std[fce30c26ee6459b]::panic::PanicHookInfo<'b>,), Output = ()> + core[d17f6591d688f3bd]::marker::Sync + core[d17f6591d688f3bd]::marker::Send> as core[d17f6591d688f3bd]::ops::function::Fn<(&std[fce30c26ee6459b]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/alloc/src/boxed.rs:2285:9
[INFO] [stdout]   14:     0x5598b4bb80c2 - std[fce30c26ee6459b]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x5598b4b9d518 - std[fce30c26ee6459b]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:698:13
[INFO] [stdout]   16:     0x5598b4b92619 - std[fce30c26ee6459b]::sys::backtrace::__rust_end_short_backtrace::<std[fce30c26ee6459b]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x5598b4b9e22d - __rustc[de152adb51f02556]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x5598b4bd5a2c - core[d17f6591d688f3bd]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x5598b4bd58e3 - core[d17f6591d688f3bd]::panicking::assert_failed_inner
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/panicking.rs:439:17
[INFO] [stdout]   20:     0x5598b4a3828d - core[d17f6591d688f3bd]::panicking::assert_failed::<core[d17f6591d688f3bd]::result::Result<alloc[dad09f3a48280dba]::string::String, rustbook[3f46124814f1185b]::query_transformation::PrintError>, core[d17f6591d688f3bd]::result::Result<alloc[dad09f3a48280dba]::string::String, rustbook[3f46124814f1185b]::query_transformation::PrintError>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/panicking.rs:394:5
[INFO] [stdout]   21:     0x5598b4a31665 - rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#1}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/query_transformation.rs:224:13
[INFO] [stdout]   22:     0x5598b4a33ef7 - <&rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#1} as core[d17f6591d688f3bd]::ops::function::Fn<(proptest[b103e6066b256e9b]::sugar::NamedArguments<&str, rustbook[3f46124814f1185b]::query_transformation::QueryBoxed>,)>>::call
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/ops/function.rs:263:22
[INFO] [stdout]   23:     0x5598b4a2c767 - proptest[b103e6066b256e9b]::test_runner::runner::call_test::<proptest[b103e6066b256e9b]::sugar::NamedArguments<&str, rustbook[3f46124814f1185b]::query_transformation::QueryBoxed>, &rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#1}, alloc[dad09f3a48280dba]::vec::into_iter::IntoIter<core[d17f6591d688f3bd]::result::Result<(), proptest[b103e6066b256e9b]::test_runner::errors::TestCaseError>>>::{closure#3}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:256:49
[INFO] [stdout]   24:     0x5598b4a23808 - <core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<proptest[b103e6066b256e9b]::test_runner::runner::call_test<proptest[b103e6066b256e9b]::sugar::NamedArguments<&str, rustbook[3f46124814f1185b]::query_transformation::QueryBoxed>, &rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#1}, alloc[dad09f3a48280dba]::vec::into_iter::IntoIter<core[d17f6591d688f3bd]::result::Result<(), proptest[b103e6066b256e9b]::test_runner::errors::TestCaseError>>>::{closure#3}> as core[d17f6591d688f3bd]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   25:     0x5598b4a387fd - std[fce30c26ee6459b]::panicking::catch_unwind::do_call::<core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<proptest[b103e6066b256e9b]::test_runner::runner::call_test<proptest[b103e6066b256e9b]::sugar::NamedArguments<&str, rustbook[3f46124814f1185b]::query_transformation::QueryBoxed>, &rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#1}, alloc[dad09f3a48280dba]::vec::into_iter::IntoIter<core[d17f6591d688f3bd]::result::Result<(), proptest[b103e6066b256e9b]::test_runner::errors::TestCaseError>>>::{closure#3}>, core[d17f6591d688f3bd]::result::Result<(), proptest[b103e6066b256e9b]::test_runner::errors::TestCaseError>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:581:40
[INFO] [stdout]   26:     0x5598b4a367db - __rust_try
[INFO] [stdout]   27:     0x5598b4a2fe01 - std[fce30c26ee6459b]::panicking::catch_unwind::<core[d17f6591d688f3bd]::result::Result<(), proptest[b103e6066b256e9b]::test_runner::errors::TestCaseError>, core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<proptest[b103e6066b256e9b]::test_runner::runner::call_test<proptest[b103e6066b256e9b]::sugar::NamedArguments<&str, rustbook[3f46124814f1185b]::query_transformation::QueryBoxed>, &rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#1}, alloc[dad09f3a48280dba]::vec::into_iter::IntoIter<core[d17f6591d688f3bd]::result::Result<(), proptest[b103e6066b256e9b]::test_runner::errors::TestCaseError>>>::{closure#3}>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:544:19
[INFO] [stdout]   28:     0x5598b4a2fe01 - std[fce30c26ee6459b]::panic::catch_unwind::<core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<proptest[b103e6066b256e9b]::test_runner::runner::call_test<proptest[b103e6066b256e9b]::sugar::NamedArguments<&str, rustbook[3f46124814f1185b]::query_transformation::QueryBoxed>, &rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#1}, alloc[dad09f3a48280dba]::vec::into_iter::IntoIter<core[d17f6591d688f3bd]::result::Result<(), proptest[b103e6066b256e9b]::test_runner::errors::TestCaseError>>>::{closure#3}>, core[d17f6591d688f3bd]::result::Result<(), proptest[b103e6066b256e9b]::test_runner::errors::TestCaseError>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panic.rs:359:14
[INFO] [stdout]   29:     0x5598b4a2b3a4 - proptest[b103e6066b256e9b]::test_runner::runner::call_test::<proptest[b103e6066b256e9b]::sugar::NamedArguments<&str, rustbook[3f46124814f1185b]::query_transformation::QueryBoxed>, &rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#1}, alloc[dad09f3a48280dba]::vec::into_iter::IntoIter<core[d17f6591d688f3bd]::result::Result<(), proptest[b103e6066b256e9b]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:256:9
[INFO] [stdout]   30:     0x5598b4a297d7 - <proptest[b103e6066b256e9b]::test_runner::runner::TestRunner>::shrink::<proptest[b103e6066b256e9b]::strategy::map::Map<alloc[dad09f3a48280dba]::boxed::Box<dyn proptest[b103e6066b256e9b]::strategy::traits::ValueTree<Value = rustbook[3f46124814f1185b]::query_transformation::QueryBoxed>>, rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#0}>, &rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#1}, alloc[dad09f3a48280dba]::vec::into_iter::IntoIter<core[d17f6591d688f3bd]::result::Result<(), proptest[b103e6066b256e9b]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:845:30
[INFO] [stdout]   31:     0x5598b4a2743e - <proptest[b103e6066b256e9b]::test_runner::runner::TestRunner>::run_one_with_replay::<proptest[b103e6066b256e9b]::strategy::map::Map<alloc[dad09f3a48280dba]::boxed::Box<dyn proptest[b103e6066b256e9b]::strategy::traits::ValueTree<Value = rustbook[3f46124814f1185b]::query_transformation::QueryBoxed>>, rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#0}>, &rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#1}, alloc[dad09f3a48280dba]::vec::into_iter::IntoIter<core[d17f6591d688f3bd]::result::Result<(), proptest[b103e6066b256e9b]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:736:22
[INFO] [stdout]   32:     0x5598b4a26c9a - <proptest[b103e6066b256e9b]::test_runner::runner::TestRunner>::gen_and_run_case::<proptest[b103e6066b256e9b]::strategy::map::Map<proptest[b103e6066b256e9b]::strategy::recursive::Recursive<rustbook[3f46124814f1185b]::query_transformation::QueryBoxed, rustbook[3f46124814f1185b]::query_transformation::tests::arb_query::{closure#1}>, rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#0}>, rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#1}, alloc[dad09f3a48280dba]::vec::into_iter::IntoIter<core[d17f6591d688f3bd]::result::Result<(), proptest[b103e6066b256e9b]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:664:28
[INFO] [stdout]   33:     0x5598b4a28165 - <proptest[b103e6066b256e9b]::test_runner::runner::TestRunner>::run_in_process_with_replay::<proptest[b103e6066b256e9b]::strategy::map::Map<proptest[b103e6066b256e9b]::strategy::recursive::Recursive<rustbook[3f46124814f1185b]::query_transformation::QueryBoxed, rustbook[3f46124814f1185b]::query_transformation::tests::arb_query::{closure#1}>, rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#0}>, rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#1}, alloc[dad09f3a48280dba]::vec::into_iter::IntoIter<core[d17f6591d688f3bd]::result::Result<(), proptest[b103e6066b256e9b]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:613:31
[INFO] [stdout]   34:     0x5598b4a26a10 - <proptest[b103e6066b256e9b]::test_runner::runner::TestRunner>::run_in_process::<proptest[b103e6066b256e9b]::strategy::map::Map<proptest[b103e6066b256e9b]::strategy::recursive::Recursive<rustbook[3f46124814f1185b]::query_transformation::QueryBoxed, rustbook[3f46124814f1185b]::query_transformation::tests::arb_query::{closure#1}>, rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#0}>, rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#1}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:570:14
[INFO] [stdout]   35:     0x5598b4a2914f - <proptest[b103e6066b256e9b]::test_runner::runner::TestRunner>::run::<proptest[b103e6066b256e9b]::strategy::map::Map<proptest[b103e6066b256e9b]::strategy::recursive::Recursive<rustbook[3f46124814f1185b]::query_transformation::QueryBoxed, rustbook[3f46124814f1185b]::query_transformation::tests::arb_query::{closure#1}>, rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#0}>, rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#1}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:413:18
[INFO] [stdout]   36:     0x5598b4a32ffe - rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/sugar.rs:163:17
[INFO] [stdout]   37:     0x5598b4a312d7 - rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/sugar.rs:159:28
[INFO] [stdout]   38:     0x5598b4a24036 - <rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#0} as core[d17f6591d688f3bd]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   39:     0x5598b4a3cd9b - <fn() -> core[d17f6591d688f3bd]::result::Result<(), alloc[dad09f3a48280dba]::string::String> as core[d17f6591d688f3bd]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   40:     0x5598b4a3cd9b - test[9653f4f1d2ca1489]::__rust_begin_short_backtrace::<core[d17f6591d688f3bd]::result::Result<(), alloc[dad09f3a48280dba]::string::String>, fn() -> core[d17f6591d688f3bd]::result::Result<(), alloc[dad09f3a48280dba]::string::String>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/test/src/lib.rs:724:18
[INFO] [stdout]   41:     0x5598b4a4a58b - test[9653f4f1d2ca1489]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/test/src/lib.rs:747:74
[INFO] [stdout]   42:     0x5598b4a4a58b - <core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<test[9653f4f1d2ca1489]::run_test_in_process::{closure#0}> as core[d17f6591d688f3bd]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   43:     0x5598b4a4a58b - std[fce30c26ee6459b]::panicking::catch_unwind::do_call::<core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<test[9653f4f1d2ca1489]::run_test_in_process::{closure#0}>, core[d17f6591d688f3bd]::result::Result<(), alloc[dad09f3a48280dba]::string::String>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:581:40
[INFO] [stdout]   44:     0x5598b4a4a58b - std[fce30c26ee6459b]::panicking::catch_unwind::<core[d17f6591d688f3bd]::result::Result<(), alloc[dad09f3a48280dba]::string::String>, core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<test[9653f4f1d2ca1489]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:544:19
[INFO] [stdout]   45:     0x5598b4a4a58b - std[fce30c26ee6459b]::panic::catch_unwind::<core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<test[9653f4f1d2ca1489]::run_test_in_process::{closure#0}>, core[d17f6591d688f3bd]::result::Result<(), alloc[dad09f3a48280dba]::string::String>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panic.rs:359:14
[INFO] [stdout]   46:     0x5598b4a4a58b - test[9653f4f1d2ca1489]::run_test_in_process
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/test/src/lib.rs:747:27
[INFO] [stdout]   47:     0x5598b4a4a58b - test[9653f4f1d2ca1489]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/test/src/lib.rs:668:43
[INFO] [stdout]   48:     0x5598b4a43ca4 - test[9653f4f1d2ca1489]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/test/src/lib.rs:698:41
[INFO] [stdout]   49:     0x5598b4a43ca4 - std[fce30c26ee6459b]::sys::backtrace::__rust_begin_short_backtrace::<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   50:     0x5598b4a4d192 - std[fce30c26ee6459b]::thread::lifecycle::spawn_unchecked::<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/thread/lifecycle.rs:70:13
[INFO] [stdout]   51:     0x5598b4a4d192 - <core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<std[fce30c26ee6459b]::thread::lifecycle::spawn_unchecked<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[d17f6591d688f3bd]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   52:     0x5598b4a4d192 - std[fce30c26ee6459b]::panicking::catch_unwind::do_call::<core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<std[fce30c26ee6459b]::thread::lifecycle::spawn_unchecked<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:581:40
[INFO] [stdout]   53:     0x5598b4a4d192 - std[fce30c26ee6459b]::panicking::catch_unwind::<(), core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<std[fce30c26ee6459b]::thread::lifecycle::spawn_unchecked<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:544:19
[INFO] [stdout]   54:     0x5598b4a4d192 - std[fce30c26ee6459b]::panic::catch_unwind::<core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<std[fce30c26ee6459b]::thread::lifecycle::spawn_unchecked<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panic.rs:359:14
[INFO] [stdout]   55:     0x5598b4a4d192 - std[fce30c26ee6459b]::thread::lifecycle::spawn_unchecked::<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/thread/lifecycle.rs:68:26
[INFO] [stdout]   56:     0x5598b4a4d192 - <std[fce30c26ee6459b]::thread::lifecycle::spawn_unchecked<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>::{closure#1} as core[d17f6591d688f3bd]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   57:     0x5598b4bbf51f - <alloc[dad09f3a48280dba]::boxed::Box<dyn core[d17f6591d688f3bd]::ops::function::FnOnce<(), Output = ()> + core[d17f6591d688f3bd]::marker::Send> as core[d17f6591d688f3bd]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/alloc/src/boxed.rs:2271:9
[INFO] [stdout]   58:     0x5598b4bbf51f - <std[fce30c26ee6459b]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/sys/thread/unix.rs:118:17
[INFO] [stdout]   59:     0x76e42426eaa4 - <unknown>
[INFO] [stdout]   60:     0x76e4242fba64 - clone
[INFO] [stdout]   61:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] thread 'query_transformation::tests::all_impls_match' (17) panicked at src/query_transformation.rs:224:13:
[INFO] [stdout] assertion `left == right` failed
[INFO] [stdout]   left: Ok("(oe=hmjldfuhrigtymylwjvvzbiocqzt) OR ((sux=atnvszuqchqlqiwfhuvqmt) OR (oe=hmjldfuhrigtymylwjvvzbiocqzt))")
[INFO] [stdout]  right: Ok("(a=a) OR ((sux=atnvszuqchqlqiwfhuvqmt) OR (oe=hmjldfuhrigtymylwjvvzbiocqzt))")
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x5598b4bbfc0a - std[fce30c26ee6459b]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x5598b4bbfc0a - std[fce30c26ee6459b]::backtrace_rs::backtrace::trace_unsynchronized::<std[fce30c26ee6459b]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x5598b4bbfc0a - std[fce30c26ee6459b]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x5598b4bbfc0a - <<std[fce30c26ee6459b]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[d17f6591d688f3bd]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x5598b4bd51ea - <core[d17f6591d688f3bd]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x5598b4bd51ea - core[d17f6591d688f3bd]::fmt::write
[INFO] [stdout]    6:     0x5598b4bc4852 - std[fce30c26ee6459b]::io::default_write_fmt::<alloc[dad09f3a48280dba]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/io/mod.rs:621:11
[INFO] [stdout]    7:     0x5598b4bc4852 - <alloc[dad09f3a48280dba]::vec::Vec<u8> as std[fce30c26ee6459b]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/io/mod.rs:1976:13
[INFO] [stdout]    8:     0x5598b4b9d45f - <std[fce30c26ee6459b]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x5598b4b9d45f - std[fce30c26ee6459b]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x5598b4bb7f09 - std[fce30c26ee6459b]::panicking::default_hook
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x5598b4a49abc - <alloc[dad09f3a48280dba]::boxed::Box<dyn for<'a, 'b> core[d17f6591d688f3bd]::ops::function::Fn<(&'a std[fce30c26ee6459b]::panic::PanicHookInfo<'b>,), Output = ()> + core[d17f6591d688f3bd]::marker::Sync + core[d17f6591d688f3bd]::marker::Send> as core[d17f6591d688f3bd]::ops::function::Fn<(&std[fce30c26ee6459b]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/alloc/src/boxed.rs:2285:9
[INFO] [stdout]   12:     0x5598b4a49abc - test[9653f4f1d2ca1489]::test_main_inner::<test[9653f4f1d2ca1489]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/test/src/lib.rs:155:21
[INFO] [stdout]   13:     0x5598b4bb80c2 - <alloc[dad09f3a48280dba]::boxed::Box<dyn for<'a, 'b> core[d17f6591d688f3bd]::ops::function::Fn<(&'a std[fce30c26ee6459b]::panic::PanicHookInfo<'b>,), Output = ()> + core[d17f6591d688f3bd]::marker::Sync + core[d17f6591d688f3bd]::marker::Send> as core[d17f6591d688f3bd]::ops::function::Fn<(&std[fce30c26ee6459b]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/alloc/src/boxed.rs:2285:9
[INFO] [stdout]   14:     0x5598b4bb80c2 - std[fce30c26ee6459b]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x5598b4b9d518 - std[fce30c26ee6459b]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:698:13
[INFO] [stdout]   16:     0x5598b4b92619 - std[fce30c26ee6459b]::sys::backtrace::__rust_end_short_backtrace::<std[fce30c26ee6459b]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x5598b4b9e22d - __rustc[de152adb51f02556]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x5598b4bd5a2c - core[d17f6591d688f3bd]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x5598b4bd58e3 - core[d17f6591d688f3bd]::panicking::assert_failed_inner
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/panicking.rs:439:17
[INFO] [stdout]   20:     0x5598b4a3828d - core[d17f6591d688f3bd]::panicking::assert_failed::<core[d17f6591d688f3bd]::result::Result<alloc[dad09f3a48280dba]::string::String, rustbook[3f46124814f1185b]::query_transformation::PrintError>, core[d17f6591d688f3bd]::result::Result<alloc[dad09f3a48280dba]::string::String, rustbook[3f46124814f1185b]::query_transformation::PrintError>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/panicking.rs:394:5
[INFO] [stdout]   21:     0x5598b4a31665 - rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#1}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/query_transformation.rs:224:13
[INFO] [stdout]   22:     0x5598b4a33ef7 - <&rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#1} as core[d17f6591d688f3bd]::ops::function::Fn<(proptest[b103e6066b256e9b]::sugar::NamedArguments<&str, rustbook[3f46124814f1185b]::query_transformation::QueryBoxed>,)>>::call
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/ops/function.rs:263:22
[INFO] [stdout]   23:     0x5598b4a2c767 - proptest[b103e6066b256e9b]::test_runner::runner::call_test::<proptest[b103e6066b256e9b]::sugar::NamedArguments<&str, rustbook[3f46124814f1185b]::query_transformation::QueryBoxed>, &rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#1}, alloc[dad09f3a48280dba]::vec::into_iter::IntoIter<core[d17f6591d688f3bd]::result::Result<(), proptest[b103e6066b256e9b]::test_runner::errors::TestCaseError>>>::{closure#3}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:256:49
[INFO] [stdout]   24:     0x5598b4a23808 - <core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<proptest[b103e6066b256e9b]::test_runner::runner::call_test<proptest[b103e6066b256e9b]::sugar::NamedArguments<&str, rustbook[3f46124814f1185b]::query_transformation::QueryBoxed>, &rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#1}, alloc[dad09f3a48280dba]::vec::into_iter::IntoIter<core[d17f6591d688f3bd]::result::Result<(), proptest[b103e6066b256e9b]::test_runner::errors::TestCaseError>>>::{closure#3}> as core[d17f6591d688f3bd]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   25:     0x5598b4a387fd - std[fce30c26ee6459b]::panicking::catch_unwind::do_call::<core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<proptest[b103e6066b256e9b]::test_runner::runner::call_test<proptest[b103e6066b256e9b]::sugar::NamedArguments<&str, rustbook[3f46124814f1185b]::query_transformation::QueryBoxed>, &rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#1}, alloc[dad09f3a48280dba]::vec::into_iter::IntoIter<core[d17f6591d688f3bd]::result::Result<(), proptest[b103e6066b256e9b]::test_runner::errors::TestCaseError>>>::{closure#3}>, core[d17f6591d688f3bd]::result::Result<(), proptest[b103e6066b256e9b]::test_runner::errors::TestCaseError>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:581:40
[INFO] [stdout]   26:     0x5598b4a367db - __rust_try
[INFO] [stdout]   27:     0x5598b4a2fe01 - std[fce30c26ee6459b]::panicking::catch_unwind::<core[d17f6591d688f3bd]::result::Result<(), proptest[b103e6066b256e9b]::test_runner::errors::TestCaseError>, core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<proptest[b103e6066b256e9b]::test_runner::runner::call_test<proptest[b103e6066b256e9b]::sugar::NamedArguments<&str, rustbook[3f46124814f1185b]::query_transformation::QueryBoxed>, &rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#1}, alloc[dad09f3a48280dba]::vec::into_iter::IntoIter<core[d17f6591d688f3bd]::result::Result<(), proptest[b103e6066b256e9b]::test_runner::errors::TestCaseError>>>::{closure#3}>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:544:19
[INFO] [stdout]   28:     0x5598b4a2fe01 - std[fce30c26ee6459b]::panic::catch_unwind::<core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<proptest[b103e6066b256e9b]::test_runner::runner::call_test<proptest[b103e6066b256e9b]::sugar::NamedArguments<&str, rustbook[3f46124814f1185b]::query_transformation::QueryBoxed>, &rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#1}, alloc[dad09f3a48280dba]::vec::into_iter::IntoIter<core[d17f6591d688f3bd]::result::Result<(), proptest[b103e6066b256e9b]::test_runner::errors::TestCaseError>>>::{closure#3}>, core[d17f6591d688f3bd]::result::Result<(), proptest[b103e6066b256e9b]::test_runner::errors::TestCaseError>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panic.rs:359:14
[INFO] [stdout]   29:     0x5598b4a2b3a4 - proptest[b103e6066b256e9b]::test_runner::runner::call_test::<proptest[b103e6066b256e9b]::sugar::NamedArguments<&str, rustbook[3f46124814f1185b]::query_transformation::QueryBoxed>, &rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#1}, alloc[dad09f3a48280dba]::vec::into_iter::IntoIter<core[d17f6591d688f3bd]::result::Result<(), proptest[b103e6066b256e9b]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:256:9
[INFO] [stdout]   30:     0x5598b4a297d7 - <proptest[b103e6066b256e9b]::test_runner::runner::TestRunner>::shrink::<proptest[b103e6066b256e9b]::strategy::map::Map<alloc[dad09f3a48280dba]::boxed::Box<dyn proptest[b103e6066b256e9b]::strategy::traits::ValueTree<Value = rustbook[3f46124814f1185b]::query_transformation::QueryBoxed>>, rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#0}>, &rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#1}, alloc[dad09f3a48280dba]::vec::into_iter::IntoIter<core[d17f6591d688f3bd]::result::Result<(), proptest[b103e6066b256e9b]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:845:30
[INFO] [stdout]   31:     0x5598b4a2743e - <proptest[b103e6066b256e9b]::test_runner::runner::TestRunner>::run_one_with_replay::<proptest[b103e6066b256e9b]::strategy::map::Map<alloc[dad09f3a48280dba]::boxed::Box<dyn proptest[b103e6066b256e9b]::strategy::traits::ValueTree<Value = rustbook[3f46124814f1185b]::query_transformation::QueryBoxed>>, rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#0}>, &rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#1}, alloc[dad09f3a48280dba]::vec::into_iter::IntoIter<core[d17f6591d688f3bd]::result::Result<(), proptest[b103e6066b256e9b]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:736:22
[INFO] [stdout]   32:     0x5598b4a26c9a - <proptest[b103e6066b256e9b]::test_runner::runner::TestRunner>::gen_and_run_case::<proptest[b103e6066b256e9b]::strategy::map::Map<proptest[b103e6066b256e9b]::strategy::recursive::Recursive<rustbook[3f46124814f1185b]::query_transformation::QueryBoxed, rustbook[3f46124814f1185b]::query_transformation::tests::arb_query::{closure#1}>, rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#0}>, rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#1}, alloc[dad09f3a48280dba]::vec::into_iter::IntoIter<core[d17f6591d688f3bd]::result::Result<(), proptest[b103e6066b256e9b]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:664:28
[INFO] [stdout]   33:     0x5598b4a28165 - <proptest[b103e6066b256e9b]::test_runner::runner::TestRunner>::run_in_process_with_replay::<proptest[b103e6066b256e9b]::strategy::map::Map<proptest[b103e6066b256e9b]::strategy::recursive::Recursive<rustbook[3f46124814f1185b]::query_transformation::QueryBoxed, rustbook[3f46124814f1185b]::query_transformation::tests::arb_query::{closure#1}>, rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#0}>, rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#1}, alloc[dad09f3a48280dba]::vec::into_iter::IntoIter<core[d17f6591d688f3bd]::result::Result<(), proptest[b103e6066b256e9b]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:613:31
[INFO] [stdout]   34:     0x5598b4a26a10 - <proptest[b103e6066b256e9b]::test_runner::runner::TestRunner>::run_in_process::<proptest[b103e6066b256e9b]::strategy::map::Map<proptest[b103e6066b256e9b]::strategy::recursive::Recursive<rustbook[3f46124814f1185b]::query_transformation::QueryBoxed, rustbook[3f46124814f1185b]::query_transformation::tests::arb_query::{closure#1}>, rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#0}>, rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#1}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:570:14
[INFO] [stdout]   35:     0x5598b4a2914f - <proptest[b103e6066b256e9b]::test_runner::runner::TestRunner>::run::<proptest[b103e6066b256e9b]::strategy::map::Map<proptest[b103e6066b256e9b]::strategy::recursive::Recursive<rustbook[3f46124814f1185b]::query_transformation::QueryBoxed, rustbook[3f46124814f1185b]::query_transformation::tests::arb_query::{closure#1}>, rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#0}>, rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#1}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:413:18
[INFO] [stdout]   36:     0x5598b4a32ffe - rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/sugar.rs:163:17
[INFO] [stdout]   37:     0x5598b4a312d7 - rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/sugar.rs:159:28
[INFO] [stdout]   38:     0x5598b4a24036 - <rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#0} as core[d17f6591d688f3bd]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   39:     0x5598b4a3cd9b - <fn() -> core[d17f6591d688f3bd]::result::Result<(), alloc[dad09f3a48280dba]::string::String> as core[d17f6591d688f3bd]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   40:     0x5598b4a3cd9b - test[9653f4f1d2ca1489]::__rust_begin_short_backtrace::<core[d17f6591d688f3bd]::result::Result<(), alloc[dad09f3a48280dba]::string::String>, fn() -> core[d17f6591d688f3bd]::result::Result<(), alloc[dad09f3a48280dba]::string::String>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/test/src/lib.rs:724:18
[INFO] [stdout]   41:     0x5598b4a4a58b - test[9653f4f1d2ca1489]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/test/src/lib.rs:747:74
[INFO] [stdout]   42:     0x5598b4a4a58b - <core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<test[9653f4f1d2ca1489]::run_test_in_process::{closure#0}> as core[d17f6591d688f3bd]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   43:     0x5598b4a4a58b - std[fce30c26ee6459b]::panicking::catch_unwind::do_call::<core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<test[9653f4f1d2ca1489]::run_test_in_process::{closure#0}>, core[d17f6591d688f3bd]::result::Result<(), alloc[dad09f3a48280dba]::string::String>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:581:40
[INFO] [stdout]   44:     0x5598b4a4a58b - std[fce30c26ee6459b]::panicking::catch_unwind::<core[d17f6591d688f3bd]::result::Result<(), alloc[dad09f3a48280dba]::string::String>, core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<test[9653f4f1d2ca1489]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:544:19
[INFO] [stdout]   45:     0x5598b4a4a58b - std[fce30c26ee6459b]::panic::catch_unwind::<core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<test[9653f4f1d2ca1489]::run_test_in_process::{closure#0}>, core[d17f6591d688f3bd]::result::Result<(), alloc[dad09f3a48280dba]::string::String>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panic.rs:359:14
[INFO] [stdout]   46:     0x5598b4a4a58b - test[9653f4f1d2ca1489]::run_test_in_process
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/test/src/lib.rs:747:27
[INFO] [stdout]   47:     0x5598b4a4a58b - test[9653f4f1d2ca1489]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/test/src/lib.rs:668:43
[INFO] [stdout]   48:     0x5598b4a43ca4 - test[9653f4f1d2ca1489]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/test/src/lib.rs:698:41
[INFO] [stdout]   49:     0x5598b4a43ca4 - std[fce30c26ee6459b]::sys::backtrace::__rust_begin_short_backtrace::<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   50:     0x5598b4a4d192 - std[fce30c26ee6459b]::thread::lifecycle::spawn_unchecked::<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/thread/lifecycle.rs:70:13
[INFO] [stdout]   51:     0x5598b4a4d192 - <core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<std[fce30c26ee6459b]::thread::lifecycle::spawn_unchecked<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[d17f6591d688f3bd]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   52:     0x5598b4a4d192 - std[fce30c26ee6459b]::panicking::catch_unwind::do_call::<core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<std[fce30c26ee6459b]::thread::lifecycle::spawn_unchecked<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:581:40
[INFO] [stdout]   53:     0x5598b4a4d192 - std[fce30c26ee6459b]::panicking::catch_unwind::<(), core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<std[fce30c26ee6459b]::thread::lifecycle::spawn_unchecked<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:544:19
[INFO] [stdout]   54:     0x5598b4a4d192 - std[fce30c26ee6459b]::panic::catch_unwind::<core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<std[fce30c26ee6459b]::thread::lifecycle::spawn_unchecked<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panic.rs:359:14
[INFO] [stdout]   55:     0x5598b4a4d192 - std[fce30c26ee6459b]::thread::lifecycle::spawn_unchecked::<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/thread/lifecycle.rs:68:26
[INFO] [stdout]   56:     0x5598b4a4d192 - <std[fce30c26ee6459b]::thread::lifecycle::spawn_unchecked<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>::{closure#1} as core[d17f6591d688f3bd]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   57:     0x5598b4bbf51f - <alloc[dad09f3a48280dba]::boxed::Box<dyn core[d17f6591d688f3bd]::ops::function::FnOnce<(), Output = ()> + core[d17f6591d688f3bd]::marker::Send> as core[d17f6591d688f3bd]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/alloc/src/boxed.rs:2271:9
[INFO] [stdout]   58:     0x5598b4bbf51f - <std[fce30c26ee6459b]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/sys/thread/unix.rs:118:17
[INFO] [stdout]   59:     0x76e42426eaa4 - <unknown>
[INFO] [stdout]   60:     0x76e4242fba64 - clone
[INFO] [stdout]   61:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] thread 'query_transformation::tests::all_impls_match' (17) panicked at src/query_transformation.rs:224:13:
[INFO] [stdout] assertion `left == right` failed
[INFO] [stdout]   left: Ok("(oe=hmjldfuhrigtymylwjvvzbiocqzt) OR ((ux=atnvszuqchqlqiwfhuvqmt) OR (oe=hmjldfuhrigtymylwjvvzbiocqzt))")
[INFO] [stdout]  right: Ok("(a=a) OR ((ux=atnvszuqchqlqiwfhuvqmt) OR (oe=hmjldfuhrigtymylwjvvzbiocqzt))")
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x5598b4bbfc0a - std[fce30c26ee6459b]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x5598b4bbfc0a - std[fce30c26ee6459b]::backtrace_rs::backtrace::trace_unsynchronized::<std[fce30c26ee6459b]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x5598b4bbfc0a - std[fce30c26ee6459b]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x5598b4bbfc0a - <<std[fce30c26ee6459b]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[d17f6591d688f3bd]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x5598b4bd51ea - <core[d17f6591d688f3bd]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x5598b4bd51ea - core[d17f6591d688f3bd]::fmt::write
[INFO] [stdout]    6:     0x5598b4bc4852 - std[fce30c26ee6459b]::io::default_write_fmt::<alloc[dad09f3a48280dba]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/io/mod.rs:621:11
[INFO] [stdout]    7:     0x5598b4bc4852 - <alloc[dad09f3a48280dba]::vec::Vec<u8> as std[fce30c26ee6459b]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/io/mod.rs:1976:13
[INFO] [stdout]    8:     0x5598b4b9d45f - <std[fce30c26ee6459b]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x5598b4b9d45f - std[fce30c26ee6459b]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x5598b4bb7f09 - std[fce30c26ee6459b]::panicking::default_hook
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x5598b4a49abc - <alloc[dad09f3a48280dba]::boxed::Box<dyn for<'a, 'b> core[d17f6591d688f3bd]::ops::function::Fn<(&'a std[fce30c26ee6459b]::panic::PanicHookInfo<'b>,), Output = ()> + core[d17f6591d688f3bd]::marker::Sync + core[d17f6591d688f3bd]::marker::Send> as core[d17f6591d688f3bd]::ops::function::Fn<(&std[fce30c26ee6459b]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/alloc/src/boxed.rs:2285:9
[INFO] [stdout]   12:     0x5598b4a49abc - test[9653f4f1d2ca1489]::test_main_inner::<test[9653f4f1d2ca1489]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/test/src/lib.rs:155:21
[INFO] [stdout]   13:     0x5598b4bb80c2 - <alloc[dad09f3a48280dba]::boxed::Box<dyn for<'a, 'b> core[d17f6591d688f3bd]::ops::function::Fn<(&'a std[fce30c26ee6459b]::panic::PanicHookInfo<'b>,), Output = ()> + core[d17f6591d688f3bd]::marker::Sync + core[d17f6591d688f3bd]::marker::Send> as core[d17f6591d688f3bd]::ops::function::Fn<(&std[fce30c26ee6459b]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/alloc/src/boxed.rs:2285:9
[INFO] [stdout]   14:     0x5598b4bb80c2 - std[fce30c26ee6459b]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x5598b4b9d518 - std[fce30c26ee6459b]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:698:13
[INFO] [stdout]   16:     0x5598b4b92619 - std[fce30c26ee6459b]::sys::backtrace::__rust_end_short_backtrace::<std[fce30c26ee6459b]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x5598b4b9e22d - __rustc[de152adb51f02556]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x5598b4bd5a2c - core[d17f6591d688f3bd]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x5598b4bd58e3 - core[d17f6591d688f3bd]::panicking::assert_failed_inner
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/panicking.rs:439:17
[INFO] [stdout]   20:     0x5598b4a3828d - core[d17f6591d688f3bd]::panicking::assert_failed::<core[d17f6591d688f3bd]::result::Result<alloc[dad09f3a48280dba]::string::String, rustbook[3f46124814f1185b]::query_transformation::PrintError>, core[d17f6591d688f3bd]::result::Result<alloc[dad09f3a48280dba]::string::String, rustbook[3f46124814f1185b]::query_transformation::PrintError>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/panicking.rs:394:5
[INFO] [stdout]   21:     0x5598b4a31665 - rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#1}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/query_transformation.rs:224:13
[INFO] [stdout]   22:     0x5598b4a33ef7 - <&rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#1} as core[d17f6591d688f3bd]::ops::function::Fn<(proptest[b103e6066b256e9b]::sugar::NamedArguments<&str, rustbook[3f46124814f1185b]::query_transformation::QueryBoxed>,)>>::call
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/ops/function.rs:263:22
[INFO] [stdout]   23:     0x5598b4a2c767 - proptest[b103e6066b256e9b]::test_runner::runner::call_test::<proptest[b103e6066b256e9b]::sugar::NamedArguments<&str, rustbook[3f46124814f1185b]::query_transformation::QueryBoxed>, &rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#1}, alloc[dad09f3a48280dba]::vec::into_iter::IntoIter<core[d17f6591d688f3bd]::result::Result<(), proptest[b103e6066b256e9b]::test_runner::errors::TestCaseError>>>::{closure#3}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:256:49
[INFO] [stdout]   24:     0x5598b4a23808 - <core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<proptest[b103e6066b256e9b]::test_runner::runner::call_test<proptest[b103e6066b256e9b]::sugar::NamedArguments<&str, rustbook[3f46124814f1185b]::query_transformation::QueryBoxed>, &rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#1}, alloc[dad09f3a48280dba]::vec::into_iter::IntoIter<core[d17f6591d688f3bd]::result::Result<(), proptest[b103e6066b256e9b]::test_runner::errors::TestCaseError>>>::{closure#3}> as core[d17f6591d688f3bd]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   25:     0x5598b4a387fd - std[fce30c26ee6459b]::panicking::catch_unwind::do_call::<core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<proptest[b103e6066b256e9b]::test_runner::runner::call_test<proptest[b103e6066b256e9b]::sugar::NamedArguments<&str, rustbook[3f46124814f1185b]::query_transformation::QueryBoxed>, &rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#1}, alloc[dad09f3a48280dba]::vec::into_iter::IntoIter<core[d17f6591d688f3bd]::result::Result<(), proptest[b103e6066b256e9b]::test_runner::errors::TestCaseError>>>::{closure#3}>, core[d17f6591d688f3bd]::result::Result<(), proptest[b103e6066b256e9b]::test_runner::errors::TestCaseError>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:581:40
[INFO] [stdout]   26:     0x5598b4a367db - __rust_try
[INFO] [stdout]   27:     0x5598b4a2fe01 - std[fce30c26ee6459b]::panicking::catch_unwind::<core[d17f6591d688f3bd]::result::Result<(), proptest[b103e6066b256e9b]::test_runner::errors::TestCaseError>, core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<proptest[b103e6066b256e9b]::test_runner::runner::call_test<proptest[b103e6066b256e9b]::sugar::NamedArguments<&str, rustbook[3f46124814f1185b]::query_transformation::QueryBoxed>, &rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#1}, alloc[dad09f3a48280dba]::vec::into_iter::IntoIter<core[d17f6591d688f3bd]::result::Result<(), proptest[b103e6066b256e9b]::test_runner::errors::TestCaseError>>>::{closure#3}>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:544:19
[INFO] [stdout]   28:     0x5598b4a2fe01 - std[fce30c26ee6459b]::panic::catch_unwind::<core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<proptest[b103e6066b256e9b]::test_runner::runner::call_test<proptest[b103e6066b256e9b]::sugar::NamedArguments<&str, rustbook[3f46124814f1185b]::query_transformation::QueryBoxed>, &rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#1}, alloc[dad09f3a48280dba]::vec::into_iter::IntoIter<core[d17f6591d688f3bd]::result::Result<(), proptest[b103e6066b256e9b]::test_runner::errors::TestCaseError>>>::{closure#3}>, core[d17f6591d688f3bd]::result::Result<(), proptest[b103e6066b256e9b]::test_runner::errors::TestCaseError>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panic.rs:359:14
[INFO] [stdout]   29:     0x5598b4a2b3a4 - proptest[b103e6066b256e9b]::test_runner::runner::call_test::<proptest[b103e6066b256e9b]::sugar::NamedArguments<&str, rustbook[3f46124814f1185b]::query_transformation::QueryBoxed>, &rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#1}, alloc[dad09f3a48280dba]::vec::into_iter::IntoIter<core[d17f6591d688f3bd]::result::Result<(), proptest[b103e6066b256e9b]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:256:9
[INFO] [stdout]   30:     0x5598b4a297d7 - <proptest[b103e6066b256e9b]::test_runner::runner::TestRunner>::shrink::<proptest[b103e6066b256e9b]::strategy::map::Map<alloc[dad09f3a48280dba]::boxed::Box<dyn proptest[b103e6066b256e9b]::strategy::traits::ValueTree<Value = rustbook[3f46124814f1185b]::query_transformation::QueryBoxed>>, rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#0}>, &rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#1}, alloc[dad09f3a48280dba]::vec::into_iter::IntoIter<core[d17f6591d688f3bd]::result::Result<(), proptest[b103e6066b256e9b]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:845:30
[INFO] [stdout]   31:     0x5598b4a2743e - <proptest[b103e6066b256e9b]::test_runner::runner::TestRunner>::run_one_with_replay::<proptest[b103e6066b256e9b]::strategy::map::Map<alloc[dad09f3a48280dba]::boxed::Box<dyn proptest[b103e6066b256e9b]::strategy::traits::ValueTree<Value = rustbook[3f46124814f1185b]::query_transformation::QueryBoxed>>, rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#0}>, &rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#1}, alloc[dad09f3a48280dba]::vec::into_iter::IntoIter<core[d17f6591d688f3bd]::result::Result<(), proptest[b103e6066b256e9b]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:736:22
[INFO] [stdout]   32:     0x5598b4a26c9a - <proptest[b103e6066b256e9b]::test_runner::runner::TestRunner>::gen_and_run_case::<proptest[b103e6066b256e9b]::strategy::map::Map<proptest[b103e6066b256e9b]::strategy::recursive::Recursive<rustbook[3f46124814f1185b]::query_transformation::QueryBoxed, rustbook[3f46124814f1185b]::query_transformation::tests::arb_query::{closure#1}>, rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#0}>, rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#1}, alloc[dad09f3a48280dba]::vec::into_iter::IntoIter<core[d17f6591d688f3bd]::result::Result<(), proptest[b103e6066b256e9b]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:664:28
[INFO] [stdout]   33:     0x5598b4a28165 - <proptest[b103e6066b256e9b]::test_runner::runner::TestRunner>::run_in_process_with_replay::<proptest[b103e6066b256e9b]::strategy::map::Map<proptest[b103e6066b256e9b]::strategy::recursive::Recursive<rustbook[3f46124814f1185b]::query_transformation::QueryBoxed, rustbook[3f46124814f1185b]::query_transformation::tests::arb_query::{closure#1}>, rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#0}>, rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#1}, alloc[dad09f3a48280dba]::vec::into_iter::IntoIter<core[d17f6591d688f3bd]::result::Result<(), proptest[b103e6066b256e9b]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:613:31
[INFO] [stdout]   34:     0x5598b4a26a10 - <proptest[b103e6066b256e9b]::test_runner::runner::TestRunner>::run_in_process::<proptest[b103e6066b256e9b]::strategy::map::Map<proptest[b103e6066b256e9b]::strategy::recursive::Recursive<rustbook[3f46124814f1185b]::query_transformation::QueryBoxed, rustbook[3f46124814f1185b]::query_transformation::tests::arb_query::{closure#1}>, rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#0}>, rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#1}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:570:14
[INFO] [stdout]   35:     0x5598b4a2914f - <proptest[b103e6066b256e9b]::test_runner::runner::TestRunner>::run::<proptest[b103e6066b256e9b]::strategy::map::Map<proptest[b103e6066b256e9b]::strategy::recursive::Recursive<rustbook[3f46124814f1185b]::query_transformation::QueryBoxed, rustbook[3f46124814f1185b]::query_transformation::tests::arb_query::{closure#1}>, rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#0}>, rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#1}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:413:18
[INFO] [stdout]   36:     0x5598b4a32ffe - rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/sugar.rs:163:17
[INFO] [stdout]   37:     0x5598b4a312d7 - rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/sugar.rs:159:28
[INFO] [stdout]   38:     0x5598b4a24036 - <rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#0} as core[d17f6591d688f3bd]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   39:     0x5598b4a3cd9b - <fn() -> core[d17f6591d688f3bd]::result::Result<(), alloc[dad09f3a48280dba]::string::String> as core[d17f6591d688f3bd]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   40:     0x5598b4a3cd9b - test[9653f4f1d2ca1489]::__rust_begin_short_backtrace::<core[d17f6591d688f3bd]::result::Result<(), alloc[dad09f3a48280dba]::string::String>, fn() -> core[d17f6591d688f3bd]::result::Result<(), alloc[dad09f3a48280dba]::string::String>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/test/src/lib.rs:724:18
[INFO] [stdout]   41:     0x5598b4a4a58b - test[9653f4f1d2ca1489]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/test/src/lib.rs:747:74
[INFO] [stdout]   42:     0x5598b4a4a58b - <core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<test[9653f4f1d2ca1489]::run_test_in_process::{closure#0}> as core[d17f6591d688f3bd]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   43:     0x5598b4a4a58b - std[fce30c26ee6459b]::panicking::catch_unwind::do_call::<core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<test[9653f4f1d2ca1489]::run_test_in_process::{closure#0}>, core[d17f6591d688f3bd]::result::Result<(), alloc[dad09f3a48280dba]::string::String>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:581:40
[INFO] [stdout]   44:     0x5598b4a4a58b - std[fce30c26ee6459b]::panicking::catch_unwind::<core[d17f6591d688f3bd]::result::Result<(), alloc[dad09f3a48280dba]::string::String>, core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<test[9653f4f1d2ca1489]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:544:19
[INFO] [stdout]   45:     0x5598b4a4a58b - std[fce30c26ee6459b]::panic::catch_unwind::<core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<test[9653f4f1d2ca1489]::run_test_in_process::{closure#0}>, core[d17f6591d688f3bd]::result::Result<(), alloc[dad09f3a48280dba]::string::String>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panic.rs:359:14
[INFO] [stdout]   46:     0x5598b4a4a58b - test[9653f4f1d2ca1489]::run_test_in_process
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/test/src/lib.rs:747:27
[INFO] [stdout]   47:     0x5598b4a4a58b - test[9653f4f1d2ca1489]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/test/src/lib.rs:668:43
[INFO] [stdout]   48:     0x5598b4a43ca4 - test[9653f4f1d2ca1489]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/test/src/lib.rs:698:41
[INFO] [stdout]   49:     0x5598b4a43ca4 - std[fce30c26ee6459b]::sys::backtrace::__rust_begin_short_backtrace::<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   50:     0x5598b4a4d192 - std[fce30c26ee6459b]::thread::lifecycle::spawn_unchecked::<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/thread/lifecycle.rs:70:13
[INFO] [stdout]   51:     0x5598b4a4d192 - <core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<std[fce30c26ee6459b]::thread::lifecycle::spawn_unchecked<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[d17f6591d688f3bd]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   52:     0x5598b4a4d192 - std[fce30c26ee6459b]::panicking::catch_unwind::do_call::<core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<std[fce30c26ee6459b]::thread::lifecycle::spawn_unchecked<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:581:40
[INFO] [stdout]   53:     0x5598b4a4d192 - std[fce30c26ee6459b]::panicking::catch_unwind::<(), core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<std[fce30c26ee6459b]::thread::lifecycle::spawn_unchecked<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:544:19
[INFO] [stdout]   54:     0x5598b4a4d192 - std[fce30c26ee6459b]::panic::catch_unwind::<core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<std[fce30c26ee6459b]::thread::lifecycle::spawn_unchecked<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panic.rs:359:14
[INFO] [stdout]   55:     0x5598b4a4d192 - std[fce30c26ee6459b]::thread::lifecycle::spawn_unchecked::<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/thread/lifecycle.rs:68:26
[INFO] [stdout]   56:     0x5598b4a4d192 - <std[fce30c26ee6459b]::thread::lifecycle::spawn_unchecked<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>::{closure#1} as core[d17f6591d688f3bd]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   57:     0x5598b4bbf51f - <alloc[dad09f3a48280dba]::boxed::Box<dyn core[d17f6591d688f3bd]::ops::function::FnOnce<(), Output = ()> + core[d17f6591d688f3bd]::marker::Send> as core[d17f6591d688f3bd]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/alloc/src/boxed.rs:2271:9
[INFO] [stdout]   58:     0x5598b4bbf51f - <std[fce30c26ee6459b]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/sys/thread/unix.rs:118:17
[INFO] [stdout]   59:     0x76e42426eaa4 - <unknown>
[INFO] [stdout]   60:     0x76e4242fba64 - clone
[INFO] [stdout]   61:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] thread 'query_transformation::tests::all_impls_match' (17) panicked at src/query_transformation.rs:224:13:
[INFO] [stdout] assertion `left == right` failed
[INFO] [stdout]   left: Ok("(oe=hmjldfuhrigtymylwjvvzbiocqzt) OR ((x=atnvszuqchqlqiwfhuvqmt) OR (oe=hmjldfuhrigtymylwjvvzbiocqzt))")
[INFO] [stdout]  right: Ok("(a=a) OR ((x=atnvszuqchqlqiwfhuvqmt) OR (oe=hmjldfuhrigtymylwjvvzbiocqzt))")
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x5598b4bbfc0a - std[fce30c26ee6459b]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x5598b4bbfc0a - std[fce30c26ee6459b]::backtrace_rs::backtrace::trace_unsynchronized::<std[fce30c26ee6459b]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x5598b4bbfc0a - std[fce30c26ee6459b]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x5598b4bbfc0a - <<std[fce30c26ee6459b]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[d17f6591d688f3bd]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x5598b4bd51ea - <core[d17f6591d688f3bd]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x5598b4bd51ea - core[d17f6591d688f3bd]::fmt::write
[INFO] [stdout]    6:     0x5598b4bc4852 - std[fce30c26ee6459b]::io::default_write_fmt::<alloc[dad09f3a48280dba]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/io/mod.rs:621:11
[INFO] [stdout]    7:     0x5598b4bc4852 - <alloc[dad09f3a48280dba]::vec::Vec<u8> as std[fce30c26ee6459b]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/io/mod.rs:1976:13
[INFO] [stdout]    8:     0x5598b4b9d45f - <std[fce30c26ee6459b]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x5598b4b9d45f - std[fce30c26ee6459b]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x5598b4bb7f09 - std[fce30c26ee6459b]::panicking::default_hook
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x5598b4a49abc - <alloc[dad09f3a48280dba]::boxed::Box<dyn for<'a, 'b> core[d17f6591d688f3bd]::ops::function::Fn<(&'a std[fce30c26ee6459b]::panic::PanicHookInfo<'b>,), Output = ()> + core[d17f6591d688f3bd]::marker::Sync + core[d17f6591d688f3bd]::marker::Send> as core[d17f6591d688f3bd]::ops::function::Fn<(&std[fce30c26ee6459b]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/alloc/src/boxed.rs:2285:9
[INFO] [stdout]   12:     0x5598b4a49abc - test[9653f4f1d2ca1489]::test_main_inner::<test[9653f4f1d2ca1489]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/test/src/lib.rs:155:21
[INFO] [stdout]   13:     0x5598b4bb80c2 - <alloc[dad09f3a48280dba]::boxed::Box<dyn for<'a, 'b> core[d17f6591d688f3bd]::ops::function::Fn<(&'a std[fce30c26ee6459b]::panic::PanicHookInfo<'b>,), Output = ()> + core[d17f6591d688f3bd]::marker::Sync + core[d17f6591d688f3bd]::marker::Send> as core[d17f6591d688f3bd]::ops::function::Fn<(&std[fce30c26ee6459b]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/alloc/src/boxed.rs:2285:9
[INFO] [stdout]   14:     0x5598b4bb80c2 - std[fce30c26ee6459b]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x5598b4b9d518 - std[fce30c26ee6459b]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:698:13
[INFO] [stdout]   16:     0x5598b4b92619 - std[fce30c26ee6459b]::sys::backtrace::__rust_end_short_backtrace::<std[fce30c26ee6459b]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x5598b4b9e22d - __rustc[de152adb51f02556]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x5598b4bd5a2c - core[d17f6591d688f3bd]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x5598b4bd58e3 - core[d17f6591d688f3bd]::panicking::assert_failed_inner
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/panicking.rs:439:17
[INFO] [stdout]   20:     0x5598b4a3828d - core[d17f6591d688f3bd]::panicking::assert_failed::<core[d17f6591d688f3bd]::result::Result<alloc[dad09f3a48280dba]::string::String, rustbook[3f46124814f1185b]::query_transformation::PrintError>, core[d17f6591d688f3bd]::result::Result<alloc[dad09f3a48280dba]::string::String, rustbook[3f46124814f1185b]::query_transformation::PrintError>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/panicking.rs:394:5
[INFO] [stdout]   21:     0x5598b4a31665 - rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#1}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/query_transformation.rs:224:13
[INFO] [stdout]   22:     0x5598b4a33ef7 - <&rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#1} as core[d17f6591d688f3bd]::ops::function::Fn<(proptest[b103e6066b256e9b]::sugar::NamedArguments<&str, rustbook[3f46124814f1185b]::query_transformation::QueryBoxed>,)>>::call
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/ops/function.rs:263:22
[INFO] [stdout]   23:     0x5598b4a2c767 - proptest[b103e6066b256e9b]::test_runner::runner::call_test::<proptest[b103e6066b256e9b]::sugar::NamedArguments<&str, rustbook[3f46124814f1185b]::query_transformation::QueryBoxed>, &rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#1}, alloc[dad09f3a48280dba]::vec::into_iter::IntoIter<core[d17f6591d688f3bd]::result::Result<(), proptest[b103e6066b256e9b]::test_runner::errors::TestCaseError>>>::{closure#3}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:256:49
[INFO] [stdout]   24:     0x5598b4a23808 - <core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<proptest[b103e6066b256e9b]::test_runner::runner::call_test<proptest[b103e6066b256e9b]::sugar::NamedArguments<&str, rustbook[3f46124814f1185b]::query_transformation::QueryBoxed>, &rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#1}, alloc[dad09f3a48280dba]::vec::into_iter::IntoIter<core[d17f6591d688f3bd]::result::Result<(), proptest[b103e6066b256e9b]::test_runner::errors::TestCaseError>>>::{closure#3}> as core[d17f6591d688f3bd]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   25:     0x5598b4a387fd - std[fce30c26ee6459b]::panicking::catch_unwind::do_call::<core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<proptest[b103e6066b256e9b]::test_runner::runner::call_test<proptest[b103e6066b256e9b]::sugar::NamedArguments<&str, rustbook[3f46124814f1185b]::query_transformation::QueryBoxed>, &rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#1}, alloc[dad09f3a48280dba]::vec::into_iter::IntoIter<core[d17f6591d688f3bd]::result::Result<(), proptest[b103e6066b256e9b]::test_runner::errors::TestCaseError>>>::{closure#3}>, core[d17f6591d688f3bd]::result::Result<(), proptest[b103e6066b256e9b]::test_runner::errors::TestCaseError>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:581:40
[INFO] [stdout]   26:     0x5598b4a367db - __rust_try
[INFO] [stdout]   27:     0x5598b4a2fe01 - std[fce30c26ee6459b]::panicking::catch_unwind::<core[d17f6591d688f3bd]::result::Result<(), proptest[b103e6066b256e9b]::test_runner::errors::TestCaseError>, core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<proptest[b103e6066b256e9b]::test_runner::runner::call_test<proptest[b103e6066b256e9b]::sugar::NamedArguments<&str, rustbook[3f46124814f1185b]::query_transformation::QueryBoxed>, &rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#1}, alloc[dad09f3a48280dba]::vec::into_iter::IntoIter<core[d17f6591d688f3bd]::result::Result<(), proptest[b103e6066b256e9b]::test_runner::errors::TestCaseError>>>::{closure#3}>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:544:19
[INFO] [stdout]   28:     0x5598b4a2fe01 - std[fce30c26ee6459b]::panic::catch_unwind::<core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<proptest[b103e6066b256e9b]::test_runner::runner::call_test<proptest[b103e6066b256e9b]::sugar::NamedArguments<&str, rustbook[3f46124814f1185b]::query_transformation::QueryBoxed>, &rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#1}, alloc[dad09f3a48280dba]::vec::into_iter::IntoIter<core[d17f6591d688f3bd]::result::Result<(), proptest[b103e6066b256e9b]::test_runner::errors::TestCaseError>>>::{closure#3}>, core[d17f6591d688f3bd]::result::Result<(), proptest[b103e6066b256e9b]::test_runner::errors::TestCaseError>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panic.rs:359:14
[INFO] [stdout]   29:     0x5598b4a2b3a4 - proptest[b103e6066b256e9b]::test_runner::runner::call_test::<proptest[b103e6066b256e9b]::sugar::NamedArguments<&str, rustbook[3f46124814f1185b]::query_transformation::QueryBoxed>, &rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#1}, alloc[dad09f3a48280dba]::vec::into_iter::IntoIter<core[d17f6591d688f3bd]::result::Result<(), proptest[b103e6066b256e9b]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:256:9
[INFO] [stdout]   30:     0x5598b4a297d7 - <proptest[b103e6066b256e9b]::test_runner::runner::TestRunner>::shrink::<proptest[b103e6066b256e9b]::strategy::map::Map<alloc[dad09f3a48280dba]::boxed::Box<dyn proptest[b103e6066b256e9b]::strategy::traits::ValueTree<Value = rustbook[3f46124814f1185b]::query_transformation::QueryBoxed>>, rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#0}>, &rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#1}, alloc[dad09f3a48280dba]::vec::into_iter::IntoIter<core[d17f6591d688f3bd]::result::Result<(), proptest[b103e6066b256e9b]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:845:30
[INFO] [stdout]   31:     0x5598b4a2743e - <proptest[b103e6066b256e9b]::test_runner::runner::TestRunner>::run_one_with_replay::<proptest[b103e6066b256e9b]::strategy::map::Map<alloc[dad09f3a48280dba]::boxed::Box<dyn proptest[b103e6066b256e9b]::strategy::traits::ValueTree<Value = rustbook[3f46124814f1185b]::query_transformation::QueryBoxed>>, rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#0}>, &rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#1}, alloc[dad09f3a48280dba]::vec::into_iter::IntoIter<core[d17f6591d688f3bd]::result::Result<(), proptest[b103e6066b256e9b]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:736:22
[INFO] [stdout]   32:     0x5598b4a26c9a - <proptest[b103e6066b256e9b]::test_runner::runner::TestRunner>::gen_and_run_case::<proptest[b103e6066b256e9b]::strategy::map::Map<proptest[b103e6066b256e9b]::strategy::recursive::Recursive<rustbook[3f46124814f1185b]::query_transformation::QueryBoxed, rustbook[3f46124814f1185b]::query_transformation::tests::arb_query::{closure#1}>, rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#0}>, rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#1}, alloc[dad09f3a48280dba]::vec::into_iter::IntoIter<core[d17f6591d688f3bd]::result::Result<(), proptest[b103e6066b256e9b]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:664:28
[INFO] [stdout]   33:     0x5598b4a28165 - <proptest[b103e6066b256e9b]::test_runner::runner::TestRunner>::run_in_process_with_replay::<proptest[b103e6066b256e9b]::strategy::map::Map<proptest[b103e6066b256e9b]::strategy::recursive::Recursive<rustbook[3f46124814f1185b]::query_transformation::QueryBoxed, rustbook[3f46124814f1185b]::query_transformation::tests::arb_query::{closure#1}>, rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#0}>, rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#1}, alloc[dad09f3a48280dba]::vec::into_iter::IntoIter<core[d17f6591d688f3bd]::result::Result<(), proptest[b103e6066b256e9b]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:613:31
[INFO] [stdout]   34:     0x5598b4a26a10 - <proptest[b103e6066b256e9b]::test_runner::runner::TestRunner>::run_in_process::<proptest[b103e6066b256e9b]::strategy::map::Map<proptest[b103e6066b256e9b]::strategy::recursive::Recursive<rustbook[3f46124814f1185b]::query_transformation::QueryBoxed, rustbook[3f46124814f1185b]::query_transformation::tests::arb_query::{closure#1}>, rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#0}>, rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#1}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:570:14
[INFO] [stdout]   35:     0x5598b4a2914f - <proptest[b103e6066b256e9b]::test_runner::runner::TestRunner>::run::<proptest[b103e6066b256e9b]::strategy::map::Map<proptest[b103e6066b256e9b]::strategy::recursive::Recursive<rustbook[3f46124814f1185b]::query_transformation::QueryBoxed, rustbook[3f46124814f1185b]::query_transformation::tests::arb_query::{closure#1}>, rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#0}>, rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#1}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:413:18
[INFO] [stdout]   36:     0x5598b4a32ffe - rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/sugar.rs:163:17
[INFO] [stdout]   37:     0x5598b4a312d7 - rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/sugar.rs:159:28
[INFO] [stdout]   38:     0x5598b4a24036 - <rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#0} as core[d17f6591d688f3bd]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   39:     0x5598b4a3cd9b - <fn() -> core[d17f6591d688f3bd]::result::Result<(), alloc[dad09f3a48280dba]::string::String> as core[d17f6591d688f3bd]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   40:     0x5598b4a3cd9b - test[9653f4f1d2ca1489]::__rust_begin_short_backtrace::<core[d17f6591d688f3bd]::result::Result<(), alloc[dad09f3a48280dba]::string::String>, fn() -> core[d17f6591d688f3bd]::result::Result<(), alloc[dad09f3a48280dba]::string::String>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/test/src/lib.rs:724:18
[INFO] [stdout]   41:     0x5598b4a4a58b - test[9653f4f1d2ca1489]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/test/src/lib.rs:747:74
[INFO] [stdout]   42:     0x5598b4a4a58b - <core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<test[9653f4f1d2ca1489]::run_test_in_process::{closure#0}> as core[d17f6591d688f3bd]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   43:     0x5598b4a4a58b - std[fce30c26ee6459b]::panicking::catch_unwind::do_call::<core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<test[9653f4f1d2ca1489]::run_test_in_process::{closure#0}>, core[d17f6591d688f3bd]::result::Result<(), alloc[dad09f3a48280dba]::string::String>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:581:40
[INFO] [stdout]   44:     0x5598b4a4a58b - std[fce30c26ee6459b]::panicking::catch_unwind::<core[d17f6591d688f3bd]::result::Result<(), alloc[dad09f3a48280dba]::string::String>, core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<test[9653f4f1d2ca1489]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:544:19
[INFO] [stdout]   45:     0x5598b4a4a58b - std[fce30c26ee6459b]::panic::catch_unwind::<core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<test[9653f4f1d2ca1489]::run_test_in_process::{closure#0}>, core[d17f6591d688f3bd]::result::Result<(), alloc[dad09f3a48280dba]::string::String>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panic.rs:359:14
[INFO] [stdout]   46:     0x5598b4a4a58b - test[9653f4f1d2ca1489]::run_test_in_process
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/test/src/lib.rs:747:27
[INFO] [stdout]   47:     0x5598b4a4a58b - test[9653f4f1d2ca1489]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/test/src/lib.rs:668:43
[INFO] [stdout]   48:     0x5598b4a43ca4 - test[9653f4f1d2ca1489]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/test/src/lib.rs:698:41
[INFO] [stdout]   49:     0x5598b4a43ca4 - std[fce30c26ee6459b]::sys::backtrace::__rust_begin_short_backtrace::<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   50:     0x5598b4a4d192 - std[fce30c26ee6459b]::thread::lifecycle::spawn_unchecked::<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/thread/lifecycle.rs:70:13
[INFO] [stdout]   51:     0x5598b4a4d192 - <core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<std[fce30c26ee6459b]::thread::lifecycle::spawn_unchecked<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[d17f6591d688f3bd]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   52:     0x5598b4a4d192 - std[fce30c26ee6459b]::panicking::catch_unwind::do_call::<core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<std[fce30c26ee6459b]::thread::lifecycle::spawn_unchecked<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:581:40
[INFO] [stdout]   53:     0x5598b4a4d192 - std[fce30c26ee6459b]::panicking::catch_unwind::<(), core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<std[fce30c26ee6459b]::thread::lifecycle::spawn_unchecked<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:544:19
[INFO] [stdout]   54:     0x5598b4a4d192 - std[fce30c26ee6459b]::panic::catch_unwind::<core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<std[fce30c26ee6459b]::thread::lifecycle::spawn_unchecked<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panic.rs:359:14
[INFO] [stdout]   55:     0x5598b4a4d192 - std[fce30c26ee6459b]::thread::lifecycle::spawn_unchecked::<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/thread/lifecycle.rs:68:26
[INFO] [stdout]   56:     0x5598b4a4d192 - <std[fce30c26ee6459b]::thread::lifecycle::spawn_unchecked<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>::{closure#1} as core[d17f6591d688f3bd]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   57:     0x5598b4bbf51f - <alloc[dad09f3a48280dba]::boxed::Box<dyn core[d17f6591d688f3bd]::ops::function::FnOnce<(), Output = ()> + core[d17f6591d688f3bd]::marker::Send> as core[d17f6591d688f3bd]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/alloc/src/boxed.rs:2271:9
[INFO] [stdout]   58:     0x5598b4bbf51f - <std[fce30c26ee6459b]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/sys/thread/unix.rs:118:17
[INFO] [stdout]   59:     0x76e42426eaa4 - <unknown>
[INFO] [stdout]   60:     0x76e4242fba64 - clone
[INFO] [stdout]   61:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] thread 'query_transformation::tests::all_impls_match' (17) panicked at src/query_transformation.rs:224:13:
[INFO] [stdout] assertion `left == right` failed
[INFO] [stdout]   left: Ok("(oe=hmjldfuhrigtymylwjvvzbiocqzt) OR ((l=atnvszuqchqlqiwfhuvqmt) OR (oe=hmjldfuhrigtymylwjvvzbiocqzt))")
[INFO] [stdout]  right: Ok("(a=a) OR ((l=atnvszuqchqlqiwfhuvqmt) OR (oe=hmjldfuhrigtymylwjvvzbiocqzt))")
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x5598b4bbfc0a - std[fce30c26ee6459b]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x5598b4bbfc0a - std[fce30c26ee6459b]::backtrace_rs::backtrace::trace_unsynchronized::<std[fce30c26ee6459b]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x5598b4bbfc0a - std[fce30c26ee6459b]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x5598b4bbfc0a - <<std[fce30c26ee6459b]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[d17f6591d688f3bd]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x5598b4bd51ea - <core[d17f6591d688f3bd]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x5598b4bd51ea - core[d17f6591d688f3bd]::fmt::write
[INFO] [stdout]    6:     0x5598b4bc4852 - std[fce30c26ee6459b]::io::default_write_fmt::<alloc[dad09f3a48280dba]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/io/mod.rs:621:11
[INFO] [stdout]    7:     0x5598b4bc4852 - <alloc[dad09f3a48280dba]::vec::Vec<u8> as std[fce30c26ee6459b]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/io/mod.rs:1976:13
[INFO] [stdout]    8:     0x5598b4b9d45f - <std[fce30c26ee6459b]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x5598b4b9d45f - std[fce30c26ee6459b]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x5598b4bb7f09 - std[fce30c26ee6459b]::panicking::default_hook
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x5598b4a49abc - <alloc[dad09f3a48280dba]::boxed::Box<dyn for<'a, 'b> core[d17f6591d688f3bd]::ops::function::Fn<(&'a std[fce30c26ee6459b]::panic::PanicHookInfo<'b>,), Output = ()> + core[d17f6591d688f3bd]::marker::Sync + core[d17f6591d688f3bd]::marker::Send> as core[d17f6591d688f3bd]::ops::function::Fn<(&std[fce30c26ee6459b]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/alloc/src/boxed.rs:2285:9
[INFO] [stdout]   12:     0x5598b4a49abc - test[9653f4f1d2ca1489]::test_main_inner::<test[9653f4f1d2ca1489]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/test/src/lib.rs:155:21
[INFO] [stdout]   13:     0x5598b4bb80c2 - <alloc[dad09f3a48280dba]::boxed::Box<dyn for<'a, 'b> core[d17f6591d688f3bd]::ops::function::Fn<(&'a std[fce30c26ee6459b]::panic::PanicHookInfo<'b>,), Output = ()> + core[d17f6591d688f3bd]::marker::Sync + core[d17f6591d688f3bd]::marker::Send> as core[d17f6591d688f3bd]::ops::function::Fn<(&std[fce30c26ee6459b]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/alloc/src/boxed.rs:2285:9
[INFO] [stdout]   14:     0x5598b4bb80c2 - std[fce30c26ee6459b]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x5598b4b9d518 - std[fce30c26ee6459b]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:698:13
[INFO] [stdout]   16:     0x5598b4b92619 - std[fce30c26ee6459b]::sys::backtrace::__rust_end_short_backtrace::<std[fce30c26ee6459b]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x5598b4b9e22d - __rustc[de152adb51f02556]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x5598b4bd5a2c - core[d17f6591d688f3bd]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x5598b4bd58e3 - core[d17f6591d688f3bd]::panicking::assert_failed_inner
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/panicking.rs:439:17
[INFO] [stdout]   20:     0x5598b4a3828d - core[d17f6591d688f3bd]::panicking::assert_failed::<core[d17f6591d688f3bd]::result::Result<alloc[dad09f3a48280dba]::string::String, rustbook[3f46124814f1185b]::query_transformation::PrintError>, core[d17f6591d688f3bd]::result::Result<alloc[dad09f3a48280dba]::string::String, rustbook[3f46124814f1185b]::query_transformation::PrintError>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/panicking.rs:394:5
[INFO] [stdout]   21:     0x5598b4a31665 - rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#1}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/query_transformation.rs:224:13
[INFO] [stdout]   22:     0x5598b4a33ef7 - <&rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#1} as core[d17f6591d688f3bd]::ops::function::Fn<(proptest[b103e6066b256e9b]::sugar::NamedArguments<&str, rustbook[3f46124814f1185b]::query_transformation::QueryBoxed>,)>>::call
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/ops/function.rs:263:22
[INFO] [stdout]   23:     0x5598b4a2c767 - proptest[b103e6066b256e9b]::test_runner::runner::call_test::<proptest[b103e6066b256e9b]::sugar::NamedArguments<&str, rustbook[3f46124814f1185b]::query_transformation::QueryBoxed>, &rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#1}, alloc[dad09f3a48280dba]::vec::into_iter::IntoIter<core[d17f6591d688f3bd]::result::Result<(), proptest[b103e6066b256e9b]::test_runner::errors::TestCaseError>>>::{closure#3}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:256:49
[INFO] [stdout]   24:     0x5598b4a23808 - <core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<proptest[b103e6066b256e9b]::test_runner::runner::call_test<proptest[b103e6066b256e9b]::sugar::NamedArguments<&str, rustbook[3f46124814f1185b]::query_transformation::QueryBoxed>, &rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#1}, alloc[dad09f3a48280dba]::vec::into_iter::IntoIter<core[d17f6591d688f3bd]::result::Result<(), proptest[b103e6066b256e9b]::test_runner::errors::TestCaseError>>>::{closure#3}> as core[d17f6591d688f3bd]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   25:     0x5598b4a387fd - std[fce30c26ee6459b]::panicking::catch_unwind::do_call::<core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<proptest[b103e6066b256e9b]::test_runner::runner::call_test<proptest[b103e6066b256e9b]::sugar::NamedArguments<&str, rustbook[3f46124814f1185b]::query_transformation::QueryBoxed>, &rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#1}, alloc[dad09f3a48280dba]::vec::into_iter::IntoIter<core[d17f6591d688f3bd]::result::Result<(), proptest[b103e6066b256e9b]::test_runner::errors::TestCaseError>>>::{closure#3}>, core[d17f6591d688f3bd]::result::Result<(), proptest[b103e6066b256e9b]::test_runner::errors::TestCaseError>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:581:40
[INFO] [stdout]   26:     0x5598b4a367db - __rust_try
[INFO] [stdout]   27:     0x5598b4a2fe01 - std[fce30c26ee6459b]::panicking::catch_unwind::<core[d17f6591d688f3bd]::result::Result<(), proptest[b103e6066b256e9b]::test_runner::errors::TestCaseError>, core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<proptest[b103e6066b256e9b]::test_runner::runner::call_test<proptest[b103e6066b256e9b]::sugar::NamedArguments<&str, rustbook[3f46124814f1185b]::query_transformation::QueryBoxed>, &rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#1}, alloc[dad09f3a48280dba]::vec::into_iter::IntoIter<core[d17f6591d688f3bd]::result::Result<(), proptest[b103e6066b256e9b]::test_runner::errors::TestCaseError>>>::{closure#3}>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:544:19
[INFO] [stdout]   28:     0x5598b4a2fe01 - std[fce30c26ee6459b]::panic::catch_unwind::<core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<proptest[b103e6066b256e9b]::test_runner::runner::call_test<proptest[b103e6066b256e9b]::sugar::NamedArguments<&str, rustbook[3f46124814f1185b]::query_transformation::QueryBoxed>, &rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#1}, alloc[dad09f3a48280dba]::vec::into_iter::IntoIter<core[d17f6591d688f3bd]::result::Result<(), proptest[b103e6066b256e9b]::test_runner::errors::TestCaseError>>>::{closure#3}>, core[d17f6591d688f3bd]::result::Result<(), proptest[b103e6066b256e9b]::test_runner::errors::TestCaseError>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panic.rs:359:14
[INFO] [stdout]   29:     0x5598b4a2b3a4 - proptest[b103e6066b256e9b]::test_runner::runner::call_test::<proptest[b103e6066b256e9b]::sugar::NamedArguments<&str, rustbook[3f46124814f1185b]::query_transformation::QueryBoxed>, &rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#1}, alloc[dad09f3a48280dba]::vec::into_iter::IntoIter<core[d17f6591d688f3bd]::result::Result<(), proptest[b103e6066b256e9b]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:256:9
[INFO] [stdout]   30:     0x5598b4a297d7 - <proptest[b103e6066b256e9b]::test_runner::runner::TestRunner>::shrink::<proptest[b103e6066b256e9b]::strategy::map::Map<alloc[dad09f3a48280dba]::boxed::Box<dyn proptest[b103e6066b256e9b]::strategy::traits::ValueTree<Value = rustbook[3f46124814f1185b]::query_transformation::QueryBoxed>>, rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#0}>, &rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#1}, alloc[dad09f3a48280dba]::vec::into_iter::IntoIter<core[d17f6591d688f3bd]::result::Result<(), proptest[b103e6066b256e9b]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:845:30
[INFO] [stdout]   31:     0x5598b4a2743e - <proptest[b103e6066b256e9b]::test_runner::runner::TestRunner>::run_one_with_replay::<proptest[b103e6066b256e9b]::strategy::map::Map<alloc[dad09f3a48280dba]::boxed::Box<dyn proptest[b103e6066b256e9b]::strategy::traits::ValueTree<Value = rustbook[3f46124814f1185b]::query_transformation::QueryBoxed>>, rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#0}>, &rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#1}, alloc[dad09f3a48280dba]::vec::into_iter::IntoIter<core[d17f6591d688f3bd]::result::Result<(), proptest[b103e6066b256e9b]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:736:22
[INFO] [stdout]   32:     0x5598b4a26c9a - <proptest[b103e6066b256e9b]::test_runner::runner::TestRunner>::gen_and_run_case::<proptest[b103e6066b256e9b]::strategy::map::Map<proptest[b103e6066b256e9b]::strategy::recursive::Recursive<rustbook[3f46124814f1185b]::query_transformation::QueryBoxed, rustbook[3f46124814f1185b]::query_transformation::tests::arb_query::{closure#1}>, rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#0}>, rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#1}, alloc[dad09f3a48280dba]::vec::into_iter::IntoIter<core[d17f6591d688f3bd]::result::Result<(), proptest[b103e6066b256e9b]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:664:28
[INFO] [stdout]   33:     0x5598b4a28165 - <proptest[b103e6066b256e9b]::test_runner::runner::TestRunner>::run_in_process_with_replay::<proptest[b103e6066b256e9b]::strategy::map::Map<proptest[b103e6066b256e9b]::strategy::recursive::Recursive<rustbook[3f46124814f1185b]::query_transformation::QueryBoxed, rustbook[3f46124814f1185b]::query_transformation::tests::arb_query::{closure#1}>, rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#0}>, rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#1}, alloc[dad09f3a48280dba]::vec::into_iter::IntoIter<core[d17f6591d688f3bd]::result::Result<(), proptest[b103e6066b256e9b]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:613:31
[INFO] [stdout]   34:     0x5598b4a26a10 - <proptest[b103e6066b256e9b]::test_runner::runner::TestRunner>::run_in_process::<proptest[b103e6066b256e9b]::strategy::map::Map<proptest[b103e6066b256e9b]::strategy::recursive::Recursive<rustbook[3f46124814f1185b]::query_transformation::QueryBoxed, rustbook[3f46124814f1185b]::query_transformation::tests::arb_query::{closure#1}>, rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#0}>, rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#1}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:570:14
[INFO] [stdout]   35:     0x5598b4a2914f - <proptest[b103e6066b256e9b]::test_runner::runner::TestRunner>::run::<proptest[b103e6066b256e9b]::strategy::map::Map<proptest[b103e6066b256e9b]::strategy::recursive::Recursive<rustbook[3f46124814f1185b]::query_transformation::QueryBoxed, rustbook[3f46124814f1185b]::query_transformation::tests::arb_query::{closure#1}>, rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#0}>, rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#1}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:413:18
[INFO] [stdout]   36:     0x5598b4a32ffe - rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/sugar.rs:163:17
[INFO] [stdout]   37:     0x5598b4a312d7 - rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/sugar.rs:159:28
[INFO] [stdout]   38:     0x5598b4a24036 - <rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#0} as core[d17f6591d688f3bd]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   39:     0x5598b4a3cd9b - <fn() -> core[d17f6591d688f3bd]::result::Result<(), alloc[dad09f3a48280dba]::string::String> as core[d17f6591d688f3bd]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   40:     0x5598b4a3cd9b - test[9653f4f1d2ca1489]::__rust_begin_short_backtrace::<core[d17f6591d688f3bd]::result::Result<(), alloc[dad09f3a48280dba]::string::String>, fn() -> core[d17f6591d688f3bd]::result::Result<(), alloc[dad09f3a48280dba]::string::String>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/test/src/lib.rs:724:18
[INFO] [stdout]   41:     0x5598b4a4a58b - test[9653f4f1d2ca1489]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/test/src/lib.rs:747:74
[INFO] [stdout]   42:     0x5598b4a4a58b - <core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<test[9653f4f1d2ca1489]::run_test_in_process::{closure#0}> as core[d17f6591d688f3bd]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   43:     0x5598b4a4a58b - std[fce30c26ee6459b]::panicking::catch_unwind::do_call::<core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<test[9653f4f1d2ca1489]::run_test_in_process::{closure#0}>, core[d17f6591d688f3bd]::result::Result<(), alloc[dad09f3a48280dba]::string::String>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:581:40
[INFO] [stdout]   44:     0x5598b4a4a58b - std[fce30c26ee6459b]::panicking::catch_unwind::<core[d17f6591d688f3bd]::result::Result<(), alloc[dad09f3a48280dba]::string::String>, core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<test[9653f4f1d2ca1489]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:544:19
[INFO] [stdout]   45:     0x5598b4a4a58b - std[fce30c26ee6459b]::panic::catch_unwind::<core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<test[9653f4f1d2ca1489]::run_test_in_process::{closure#0}>, core[d17f6591d688f3bd]::result::Result<(), alloc[dad09f3a48280dba]::string::String>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panic.rs:359:14
[INFO] [stdout]   46:     0x5598b4a4a58b - test[9653f4f1d2ca1489]::run_test_in_process
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/test/src/lib.rs:747:27
[INFO] [stdout]   47:     0x5598b4a4a58b - test[9653f4f1d2ca1489]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/test/src/lib.rs:668:43
[INFO] [stdout]   48:     0x5598b4a43ca4 - test[9653f4f1d2ca1489]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/test/src/lib.rs:698:41
[INFO] [stdout]   49:     0x5598b4a43ca4 - std[fce30c26ee6459b]::sys::backtrace::__rust_begin_short_backtrace::<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   50:     0x5598b4a4d192 - std[fce30c26ee6459b]::thread::lifecycle::spawn_unchecked::<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/thread/lifecycle.rs:70:13
[INFO] [stdout]   51:     0x5598b4a4d192 - <core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<std[fce30c26ee6459b]::thread::lifecycle::spawn_unchecked<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[d17f6591d688f3bd]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   52:     0x5598b4a4d192 - std[fce30c26ee6459b]::panicking::catch_unwind::do_call::<core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<std[fce30c26ee6459b]::thread::lifecycle::spawn_unchecked<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:581:40
[INFO] [stdout]   53:     0x5598b4a4d192 - std[fce30c26ee6459b]::panicking::catch_unwind::<(), core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<std[fce30c26ee6459b]::thread::lifecycle::spawn_unchecked<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:544:19
[INFO] [stdout]   54:     0x5598b4a4d192 - std[fce30c26ee6459b]::panic::catch_unwind::<core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<std[fce30c26ee6459b]::thread::lifecycle::spawn_unchecked<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panic.rs:359:14
[INFO] [stdout]   55:     0x5598b4a4d192 - std[fce30c26ee6459b]::thread::lifecycle::spawn_unchecked::<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/thread/lifecycle.rs:68:26
[INFO] [stdout]   56:     0x5598b4a4d192 - <std[fce30c26ee6459b]::thread::lifecycle::spawn_unchecked<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>::{closure#1} as core[d17f6591d688f3bd]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   57:     0x5598b4bbf51f - <alloc[dad09f3a48280dba]::boxed::Box<dyn core[d17f6591d688f3bd]::ops::function::FnOnce<(), Output = ()> + core[d17f6591d688f3bd]::marker::Send> as core[d17f6591d688f3bd]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/alloc/src/boxed.rs:2271:9
[INFO] [stdout]   58:     0x5598b4bbf51f - <std[fce30c26ee6459b]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/sys/thread/unix.rs:118:17
[INFO] [stdout]   59:     0x76e42426eaa4 - <unknown>
[INFO] [stdout]   60:     0x76e4242fba64 - clone
[INFO] [stdout]   61:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] thread 'query_transformation::tests::all_impls_match' (17) panicked at src/query_transformation.rs:224:13:
[INFO] [stdout] assertion `left == right` failed
[INFO] [stdout]   left: Ok("(oe=hmjldfuhrigtymylwjvvzbiocqzt) OR ((f=atnvszuqchqlqiwfhuvqmt) OR (oe=hmjldfuhrigtymylwjvvzbiocqzt))")
[INFO] [stdout]  right: Ok("(a=a) OR ((f=atnvszuqchqlqiwfhuvqmt) OR (oe=hmjldfuhrigtymylwjvvzbiocqzt))")
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x5598b4bbfc0a - std[fce30c26ee6459b]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x5598b4bbfc0a - std[fce30c26ee6459b]::backtrace_rs::backtrace::trace_unsynchronized::<std[fce30c26ee6459b]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x5598b4bbfc0a - std[fce30c26ee6459b]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x5598b4bbfc0a - <<std[fce30c26ee6459b]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[d17f6591d688f3bd]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x5598b4bd51ea - <core[d17f6591d688f3bd]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x5598b4bd51ea - core[d17f6591d688f3bd]::fmt::write
[INFO] [stdout]    6:     0x5598b4bc4852 - std[fce30c26ee6459b]::io::default_write_fmt::<alloc[dad09f3a48280dba]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/io/mod.rs:621:11
[INFO] [stdout]    7:     0x5598b4bc4852 - <alloc[dad09f3a48280dba]::vec::Vec<u8> as std[fce30c26ee6459b]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/io/mod.rs:1976:13
[INFO] [stdout]    8:     0x5598b4b9d45f - <std[fce30c26ee6459b]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x5598b4b9d45f - std[fce30c26ee6459b]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x5598b4bb7f09 - std[fce30c26ee6459b]::panicking::default_hook
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x5598b4a49abc - <alloc[dad09f3a48280dba]::boxed::Box<dyn for<'a, 'b> core[d17f6591d688f3bd]::ops::function::Fn<(&'a std[fce30c26ee6459b]::panic::PanicHookInfo<'b>,), Output = ()> + core[d17f6591d688f3bd]::marker::Sync + core[d17f6591d688f3bd]::marker::Send> as core[d17f6591d688f3bd]::ops::function::Fn<(&std[fce30c26ee6459b]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/alloc/src/boxed.rs:2285:9
[INFO] [stdout]   12:     0x5598b4a49abc - test[9653f4f1d2ca1489]::test_main_inner::<test[9653f4f1d2ca1489]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/test/src/lib.rs:155:21
[INFO] [stdout]   13:     0x5598b4bb80c2 - <alloc[dad09f3a48280dba]::boxed::Box<dyn for<'a, 'b> core[d17f6591d688f3bd]::ops::function::Fn<(&'a std[fce30c26ee6459b]::panic::PanicHookInfo<'b>,), Output = ()> + core[d17f6591d688f3bd]::marker::Sync + core[d17f6591d688f3bd]::marker::Send> as core[d17f6591d688f3bd]::ops::function::Fn<(&std[fce30c26ee6459b]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/alloc/src/boxed.rs:2285:9
[INFO] [stdout]   14:     0x5598b4bb80c2 - std[fce30c26ee6459b]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x5598b4b9d518 - std[fce30c26ee6459b]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:698:13
[INFO] [stdout]   16:     0x5598b4b92619 - std[fce30c26ee6459b]::sys::backtrace::__rust_end_short_backtrace::<std[fce30c26ee6459b]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x5598b4b9e22d - __rustc[de152adb51f02556]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x5598b4bd5a2c - core[d17f6591d688f3bd]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x5598b4bd58e3 - core[d17f6591d688f3bd]::panicking::assert_failed_inner
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/panicking.rs:439:17
[INFO] [stdout]   20:     0x5598b4a3828d - core[d17f6591d688f3bd]::panicking::assert_failed::<core[d17f6591d688f3bd]::result::Result<alloc[dad09f3a48280dba]::string::String, rustbook[3f46124814f1185b]::query_transformation::PrintError>, core[d17f6591d688f3bd]::result::Result<alloc[dad09f3a48280dba]::string::String, rustbook[3f46124814f1185b]::query_transformation::PrintError>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/panicking.rs:394:5
[INFO] [stdout]   21:     0x5598b4a31665 - rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#1}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/query_transformation.rs:224:13
[INFO] [stdout]   22:     0x5598b4a33ef7 - <&rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#1} as core[d17f6591d688f3bd]::ops::function::Fn<(proptest[b103e6066b256e9b]::sugar::NamedArguments<&str, rustbook[3f46124814f1185b]::query_transformation::QueryBoxed>,)>>::call
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/ops/function.rs:263:22
[INFO] [stdout]   23:     0x5598b4a2c767 - proptest[b103e6066b256e9b]::test_runner::runner::call_test::<proptest[b103e6066b256e9b]::sugar::NamedArguments<&str, rustbook[3f46124814f1185b]::query_transformation::QueryBoxed>, &rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#1}, alloc[dad09f3a48280dba]::vec::into_iter::IntoIter<core[d17f6591d688f3bd]::result::Result<(), proptest[b103e6066b256e9b]::test_runner::errors::TestCaseError>>>::{closure#3}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:256:49
[INFO] [stdout]   24:     0x5598b4a23808 - <core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<proptest[b103e6066b256e9b]::test_runner::runner::call_test<proptest[b103e6066b256e9b]::sugar::NamedArguments<&str, rustbook[3f46124814f1185b]::query_transformation::QueryBoxed>, &rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#1}, alloc[dad09f3a48280dba]::vec::into_iter::IntoIter<core[d17f6591d688f3bd]::result::Result<(), proptest[b103e6066b256e9b]::test_runner::errors::TestCaseError>>>::{closure#3}> as core[d17f6591d688f3bd]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   25:     0x5598b4a387fd - std[fce30c26ee6459b]::panicking::catch_unwind::do_call::<core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<proptest[b103e6066b256e9b]::test_runner::runner::call_test<proptest[b103e6066b256e9b]::sugar::NamedArguments<&str, rustbook[3f46124814f1185b]::query_transformation::QueryBoxed>, &rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#1}, alloc[dad09f3a48280dba]::vec::into_iter::IntoIter<core[d17f6591d688f3bd]::result::Result<(), proptest[b103e6066b256e9b]::test_runner::errors::TestCaseError>>>::{closure#3}>, core[d17f6591d688f3bd]::result::Result<(), proptest[b103e6066b256e9b]::test_runner::errors::TestCaseError>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:581:40
[INFO] [stdout]   26:     0x5598b4a367db - __rust_try
[INFO] [stdout]   27:     0x5598b4a2fe01 - std[fce30c26ee6459b]::panicking::catch_unwind::<core[d17f6591d688f3bd]::result::Result<(), proptest[b103e6066b256e9b]::test_runner::errors::TestCaseError>, core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<proptest[b103e6066b256e9b]::test_runner::runner::call_test<proptest[b103e6066b256e9b]::sugar::NamedArguments<&str, rustbook[3f46124814f1185b]::query_transformation::QueryBoxed>, &rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#1}, alloc[dad09f3a48280dba]::vec::into_iter::IntoIter<core[d17f6591d688f3bd]::result::Result<(), proptest[b103e6066b256e9b]::test_runner::errors::TestCaseError>>>::{closure#3}>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:544:19
[INFO] [stdout]   28:     0x5598b4a2fe01 - std[fce30c26ee6459b]::panic::catch_unwind::<core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<proptest[b103e6066b256e9b]::test_runner::runner::call_test<proptest[b103e6066b256e9b]::sugar::NamedArguments<&str, rustbook[3f46124814f1185b]::query_transformation::QueryBoxed>, &rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#1}, alloc[dad09f3a48280dba]::vec::into_iter::IntoIter<core[d17f6591d688f3bd]::result::Result<(), proptest[b103e6066b256e9b]::test_runner::errors::TestCaseError>>>::{closure#3}>, core[d17f6591d688f3bd]::result::Result<(), proptest[b103e6066b256e9b]::test_runner::errors::TestCaseError>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panic.rs:359:14
[INFO] [stdout]   29:     0x5598b4a2b3a4 - proptest[b103e6066b256e9b]::test_runner::runner::call_test::<proptest[b103e6066b256e9b]::sugar::NamedArguments<&str, rustbook[3f46124814f1185b]::query_transformation::QueryBoxed>, &rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#1}, alloc[dad09f3a48280dba]::vec::into_iter::IntoIter<core[d17f6591d688f3bd]::result::Result<(), proptest[b103e6066b256e9b]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:256:9
[INFO] [stdout]   30:     0x5598b4a297d7 - <proptest[b103e6066b256e9b]::test_runner::runner::TestRunner>::shrink::<proptest[b103e6066b256e9b]::strategy::map::Map<alloc[dad09f3a48280dba]::boxed::Box<dyn proptest[b103e6066b256e9b]::strategy::traits::ValueTree<Value = rustbook[3f46124814f1185b]::query_transformation::QueryBoxed>>, rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#0}>, &rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#1}, alloc[dad09f3a48280dba]::vec::into_iter::IntoIter<core[d17f6591d688f3bd]::result::Result<(), proptest[b103e6066b256e9b]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:845:30
[INFO] [stdout]   31:     0x5598b4a2743e - <proptest[b103e6066b256e9b]::test_runner::runner::TestRunner>::run_one_with_replay::<proptest[b103e6066b256e9b]::strategy::map::Map<alloc[dad09f3a48280dba]::boxed::Box<dyn proptest[b103e6066b256e9b]::strategy::traits::ValueTree<Value = rustbook[3f46124814f1185b]::query_transformation::QueryBoxed>>, rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#0}>, &rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#1}, alloc[dad09f3a48280dba]::vec::into_iter::IntoIter<core[d17f6591d688f3bd]::result::Result<(), proptest[b103e6066b256e9b]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:736:22
[INFO] [stdout]   32:     0x5598b4a26c9a - <proptest[b103e6066b256e9b]::test_runner::runner::TestRunner>::gen_and_run_case::<proptest[b103e6066b256e9b]::strategy::map::Map<proptest[b103e6066b256e9b]::strategy::recursive::Recursive<rustbook[3f46124814f1185b]::query_transformation::QueryBoxed, rustbook[3f46124814f1185b]::query_transformation::tests::arb_query::{closure#1}>, rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#0}>, rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#1}, alloc[dad09f3a48280dba]::vec::into_iter::IntoIter<core[d17f6591d688f3bd]::result::Result<(), proptest[b103e6066b256e9b]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:664:28
[INFO] [stdout]   33:     0x5598b4a28165 - <proptest[b103e6066b256e9b]::test_runner::runner::TestRunner>::run_in_process_with_replay::<proptest[b103e6066b256e9b]::strategy::map::Map<proptest[b103e6066b256e9b]::strategy::recursive::Recursive<rustbook[3f46124814f1185b]::query_transformation::QueryBoxed, rustbook[3f46124814f1185b]::query_transformation::tests::arb_query::{closure#1}>, rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#0}>, rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#1}, alloc[dad09f3a48280dba]::vec::into_iter::IntoIter<core[d17f6591d688f3bd]::result::Result<(), proptest[b103e6066b256e9b]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:613:31
[INFO] [stdout]   34:     0x5598b4a26a10 - <proptest[b103e6066b256e9b]::test_runner::runner::TestRunner>::run_in_process::<proptest[b103e6066b256e9b]::strategy::map::Map<proptest[b103e6066b256e9b]::strategy::recursive::Recursive<rustbook[3f46124814f1185b]::query_transformation::QueryBoxed, rustbook[3f46124814f1185b]::query_transformation::tests::arb_query::{closure#1}>, rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#0}>, rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#1}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:570:14
[INFO] [stdout]   35:     0x5598b4a2914f - <proptest[b103e6066b256e9b]::test_runner::runner::TestRunner>::run::<proptest[b103e6066b256e9b]::strategy::map::Map<proptest[b103e6066b256e9b]::strategy::recursive::Recursive<rustbook[3f46124814f1185b]::query_transformation::QueryBoxed, rustbook[3f46124814f1185b]::query_transformation::tests::arb_query::{closure#1}>, rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#0}>, rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#1}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:413:18
[INFO] [stdout]   36:     0x5598b4a32ffe - rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/sugar.rs:163:17
[INFO] [stdout]   37:     0x5598b4a312d7 - rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/sugar.rs:159:28
[INFO] [stdout]   38:     0x5598b4a24036 - <rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#0} as core[d17f6591d688f3bd]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   39:     0x5598b4a3cd9b - <fn() -> core[d17f6591d688f3bd]::result::Result<(), alloc[dad09f3a48280dba]::string::String> as core[d17f6591d688f3bd]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   40:     0x5598b4a3cd9b - test[9653f4f1d2ca1489]::__rust_begin_short_backtrace::<core[d17f6591d688f3bd]::result::Result<(), alloc[dad09f3a48280dba]::string::String>, fn() -> core[d17f6591d688f3bd]::result::Result<(), alloc[dad09f3a48280dba]::string::String>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/test/src/lib.rs:724:18
[INFO] [stdout]   41:     0x5598b4a4a58b - test[9653f4f1d2ca1489]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/test/src/lib.rs:747:74
[INFO] [stdout]   42:     0x5598b4a4a58b - <core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<test[9653f4f1d2ca1489]::run_test_in_process::{closure#0}> as core[d17f6591d688f3bd]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   43:     0x5598b4a4a58b - std[fce30c26ee6459b]::panicking::catch_unwind::do_call::<core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<test[9653f4f1d2ca1489]::run_test_in_process::{closure#0}>, core[d17f6591d688f3bd]::result::Result<(), alloc[dad09f3a48280dba]::string::String>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:581:40
[INFO] [stdout]   44:     0x5598b4a4a58b - std[fce30c26ee6459b]::panicking::catch_unwind::<core[d17f6591d688f3bd]::result::Result<(), alloc[dad09f3a48280dba]::string::String>, core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<test[9653f4f1d2ca1489]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:544:19
[INFO] [stdout]   45:     0x5598b4a4a58b - std[fce30c26ee6459b]::panic::catch_unwind::<core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<test[9653f4f1d2ca1489]::run_test_in_process::{closure#0}>, core[d17f6591d688f3bd]::result::Result<(), alloc[dad09f3a48280dba]::string::String>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panic.rs:359:14
[INFO] [stdout]   46:     0x5598b4a4a58b - test[9653f4f1d2ca1489]::run_test_in_process
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/test/src/lib.rs:747:27
[INFO] [stdout]   47:     0x5598b4a4a58b - test[9653f4f1d2ca1489]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/test/src/lib.rs:668:43
[INFO] [stdout]   48:     0x5598b4a43ca4 - test[9653f4f1d2ca1489]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/test/src/lib.rs:698:41
[INFO] [stdout]   49:     0x5598b4a43ca4 - std[fce30c26ee6459b]::sys::backtrace::__rust_begin_short_backtrace::<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   50:     0x5598b4a4d192 - std[fce30c26ee6459b]::thread::lifecycle::spawn_unchecked::<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/thread/lifecycle.rs:70:13
[INFO] [stdout]   51:     0x5598b4a4d192 - <core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<std[fce30c26ee6459b]::thread::lifecycle::spawn_unchecked<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[d17f6591d688f3bd]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   52:     0x5598b4a4d192 - std[fce30c26ee6459b]::panicking::catch_unwind::do_call::<core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<std[fce30c26ee6459b]::thread::lifecycle::spawn_unchecked<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:581:40
[INFO] [stdout]   53:     0x5598b4a4d192 - std[fce30c26ee6459b]::panicking::catch_unwind::<(), core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<std[fce30c26ee6459b]::thread::lifecycle::spawn_unchecked<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:544:19
[INFO] [stdout]   54:     0x5598b4a4d192 - std[fce30c26ee6459b]::panic::catch_unwind::<core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<std[fce30c26ee6459b]::thread::lifecycle::spawn_unchecked<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panic.rs:359:14
[INFO] [stdout]   55:     0x5598b4a4d192 - std[fce30c26ee6459b]::thread::lifecycle::spawn_unchecked::<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/thread/lifecycle.rs:68:26
[INFO] [stdout]   56:     0x5598b4a4d192 - <std[fce30c26ee6459b]::thread::lifecycle::spawn_unchecked<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>::{closure#1} as core[d17f6591d688f3bd]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   57:     0x5598b4bbf51f - <alloc[dad09f3a48280dba]::boxed::Box<dyn core[d17f6591d688f3bd]::ops::function::FnOnce<(), Output = ()> + core[d17f6591d688f3bd]::marker::Send> as core[d17f6591d688f3bd]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/alloc/src/boxed.rs:2271:9
[INFO] [stdout]   58:     0x5598b4bbf51f - <std[fce30c26ee6459b]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/sys/thread/unix.rs:118:17
[INFO] [stdout]   59:     0x76e42426eaa4 - <unknown>
[INFO] [stdout]   60:     0x76e4242fba64 - clone
[INFO] [stdout]   61:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] thread 'query_transformation::tests::all_impls_match' (17) panicked at src/query_transformation.rs:224:13:
[INFO] [stdout] assertion `left == right` failed
[INFO] [stdout]   left: Ok("(oe=hmjldfuhrigtymylwjvvzbiocqzt) OR ((c=atnvszuqchqlqiwfhuvqmt) OR (oe=hmjldfuhrigtymylwjvvzbiocqzt))")
[INFO] [stdout]  right: Ok("(a=a) OR ((c=atnvszuqchqlqiwfhuvqmt) OR (oe=hmjldfuhrigtymylwjvvzbiocqzt))")
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x5598b4bbfc0a - std[fce30c26ee6459b]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x5598b4bbfc0a - std[fce30c26ee6459b]::backtrace_rs::backtrace::trace_unsynchronized::<std[fce30c26ee6459b]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x5598b4bbfc0a - std[fce30c26ee6459b]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x5598b4bbfc0a - <<std[fce30c26ee6459b]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[d17f6591d688f3bd]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x5598b4bd51ea - <core[d17f6591d688f3bd]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x5598b4bd51ea - core[d17f6591d688f3bd]::fmt::write
[INFO] [stdout]    6:     0x5598b4bc4852 - std[fce30c26ee6459b]::io::default_write_fmt::<alloc[dad09f3a48280dba]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/io/mod.rs:621:11
[INFO] [stdout]    7:     0x5598b4bc4852 - <alloc[dad09f3a48280dba]::vec::Vec<u8> as std[fce30c26ee6459b]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/io/mod.rs:1976:13
[INFO] [stdout]    8:     0x5598b4b9d45f - <std[fce30c26ee6459b]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x5598b4b9d45f - std[fce30c26ee6459b]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x5598b4bb7f09 - std[fce30c26ee6459b]::panicking::default_hook
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x5598b4a49abc - <alloc[dad09f3a48280dba]::boxed::Box<dyn for<'a, 'b> core[d17f6591d688f3bd]::ops::function::Fn<(&'a std[fce30c26ee6459b]::panic::PanicHookInfo<'b>,), Output = ()> + core[d17f6591d688f3bd]::marker::Sync + core[d17f6591d688f3bd]::marker::Send> as core[d17f6591d688f3bd]::ops::function::Fn<(&std[fce30c26ee6459b]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/alloc/src/boxed.rs:2285:9
[INFO] [stdout]   12:     0x5598b4a49abc - test[9653f4f1d2ca1489]::test_main_inner::<test[9653f4f1d2ca1489]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/test/src/lib.rs:155:21
[INFO] [stdout]   13:     0x5598b4bb80c2 - <alloc[dad09f3a48280dba]::boxed::Box<dyn for<'a, 'b> core[d17f6591d688f3bd]::ops::function::Fn<(&'a std[fce30c26ee6459b]::panic::PanicHookInfo<'b>,), Output = ()> + core[d17f6591d688f3bd]::marker::Sync + core[d17f6591d688f3bd]::marker::Send> as core[d17f6591d688f3bd]::ops::function::Fn<(&std[fce30c26ee6459b]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/alloc/src/boxed.rs:2285:9
[INFO] [stdout]   14:     0x5598b4bb80c2 - std[fce30c26ee6459b]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x5598b4b9d518 - std[fce30c26ee6459b]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:698:13
[INFO] [stdout]   16:     0x5598b4b92619 - std[fce30c26ee6459b]::sys::backtrace::__rust_end_short_backtrace::<std[fce30c26ee6459b]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x5598b4b9e22d - __rustc[de152adb51f02556]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x5598b4bd5a2c - core[d17f6591d688f3bd]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x5598b4bd58e3 - core[d17f6591d688f3bd]::panicking::assert_failed_inner
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/panicking.rs:439:17
[INFO] [stdout]   20:     0x5598b4a3828d - core[d17f6591d688f3bd]::panicking::assert_failed::<core[d17f6591d688f3bd]::result::Result<alloc[dad09f3a48280dba]::string::String, rustbook[3f46124814f1185b]::query_transformation::PrintError>, core[d17f6591d688f3bd]::result::Result<alloc[dad09f3a48280dba]::string::String, rustbook[3f46124814f1185b]::query_transformation::PrintError>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/panicking.rs:394:5
[INFO] [stdout]   21:     0x5598b4a31665 - rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#1}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/query_transformation.rs:224:13
[INFO] [stdout]   22:     0x5598b4a33ef7 - <&rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#1} as core[d17f6591d688f3bd]::ops::function::Fn<(proptest[b103e6066b256e9b]::sugar::NamedArguments<&str, rustbook[3f46124814f1185b]::query_transformation::QueryBoxed>,)>>::call
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/ops/function.rs:263:22
[INFO] [stdout]   23:     0x5598b4a2c767 - proptest[b103e6066b256e9b]::test_runner::runner::call_test::<proptest[b103e6066b256e9b]::sugar::NamedArguments<&str, rustbook[3f46124814f1185b]::query_transformation::QueryBoxed>, &rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#1}, alloc[dad09f3a48280dba]::vec::into_iter::IntoIter<core[d17f6591d688f3bd]::result::Result<(), proptest[b103e6066b256e9b]::test_runner::errors::TestCaseError>>>::{closure#3}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:256:49
[INFO] [stdout]   24:     0x5598b4a23808 - <core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<proptest[b103e6066b256e9b]::test_runner::runner::call_test<proptest[b103e6066b256e9b]::sugar::NamedArguments<&str, rustbook[3f46124814f1185b]::query_transformation::QueryBoxed>, &rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#1}, alloc[dad09f3a48280dba]::vec::into_iter::IntoIter<core[d17f6591d688f3bd]::result::Result<(), proptest[b103e6066b256e9b]::test_runner::errors::TestCaseError>>>::{closure#3}> as core[d17f6591d688f3bd]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   25:     0x5598b4a387fd - std[fce30c26ee6459b]::panicking::catch_unwind::do_call::<core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<proptest[b103e6066b256e9b]::test_runner::runner::call_test<proptest[b103e6066b256e9b]::sugar::NamedArguments<&str, rustbook[3f46124814f1185b]::query_transformation::QueryBoxed>, &rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#1}, alloc[dad09f3a48280dba]::vec::into_iter::IntoIter<core[d17f6591d688f3bd]::result::Result<(), proptest[b103e6066b256e9b]::test_runner::errors::TestCaseError>>>::{closure#3}>, core[d17f6591d688f3bd]::result::Result<(), proptest[b103e6066b256e9b]::test_runner::errors::TestCaseError>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:581:40
[INFO] [stdout]   26:     0x5598b4a367db - __rust_try
[INFO] [stdout]   27:     0x5598b4a2fe01 - std[fce30c26ee6459b]::panicking::catch_unwind::<core[d17f6591d688f3bd]::result::Result<(), proptest[b103e6066b256e9b]::test_runner::errors::TestCaseError>, core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<proptest[b103e6066b256e9b]::test_runner::runner::call_test<proptest[b103e6066b256e9b]::sugar::NamedArguments<&str, rustbook[3f46124814f1185b]::query_transformation::QueryBoxed>, &rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#1}, alloc[dad09f3a48280dba]::vec::into_iter::IntoIter<core[d17f6591d688f3bd]::result::Result<(), proptest[b103e6066b256e9b]::test_runner::errors::TestCaseError>>>::{closure#3}>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:544:19
[INFO] [stdout]   28:     0x5598b4a2fe01 - std[fce30c26ee6459b]::panic::catch_unwind::<core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<proptest[b103e6066b256e9b]::test_runner::runner::call_test<proptest[b103e6066b256e9b]::sugar::NamedArguments<&str, rustbook[3f46124814f1185b]::query_transformation::QueryBoxed>, &rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#1}, alloc[dad09f3a48280dba]::vec::into_iter::IntoIter<core[d17f6591d688f3bd]::result::Result<(), proptest[b103e6066b256e9b]::test_runner::errors::TestCaseError>>>::{closure#3}>, core[d17f6591d688f3bd]::result::Result<(), proptest[b103e6066b256e9b]::test_runner::errors::TestCaseError>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panic.rs:359:14
[INFO] [stdout]   29:     0x5598b4a2b3a4 - proptest[b103e6066b256e9b]::test_runner::runner::call_test::<proptest[b103e6066b256e9b]::sugar::NamedArguments<&str, rustbook[3f46124814f1185b]::query_transformation::QueryBoxed>, &rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#1}, alloc[dad09f3a48280dba]::vec::into_iter::IntoIter<core[d17f6591d688f3bd]::result::Result<(), proptest[b103e6066b256e9b]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:256:9
[INFO] [stdout]   30:     0x5598b4a297d7 - <proptest[b103e6066b256e9b]::test_runner::runner::TestRunner>::shrink::<proptest[b103e6066b256e9b]::strategy::map::Map<alloc[dad09f3a48280dba]::boxed::Box<dyn proptest[b103e6066b256e9b]::strategy::traits::ValueTree<Value = rustbook[3f46124814f1185b]::query_transformation::QueryBoxed>>, rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#0}>, &rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#1}, alloc[dad09f3a48280dba]::vec::into_iter::IntoIter<core[d17f6591d688f3bd]::result::Result<(), proptest[b103e6066b256e9b]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:845:30
[INFO] [stdout]   31:     0x5598b4a2743e - <proptest[b103e6066b256e9b]::test_runner::runner::TestRunner>::run_one_with_replay::<proptest[b103e6066b256e9b]::strategy::map::Map<alloc[dad09f3a48280dba]::boxed::Box<dyn proptest[b103e6066b256e9b]::strategy::traits::ValueTree<Value = rustbook[3f46124814f1185b]::query_transformation::QueryBoxed>>, rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#0}>, &rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#1}, alloc[dad09f3a48280dba]::vec::into_iter::IntoIter<core[d17f6591d688f3bd]::result::Result<(), proptest[b103e6066b256e9b]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:736:22
[INFO] [stdout]   32:     0x5598b4a26c9a - <proptest[b103e6066b256e9b]::test_runner::runner::TestRunner>::gen_and_run_case::<proptest[b103e6066b256e9b]::strategy::map::Map<proptest[b103e6066b256e9b]::strategy::recursive::Recursive<rustbook[3f46124814f1185b]::query_transformation::QueryBoxed, rustbook[3f46124814f1185b]::query_transformation::tests::arb_query::{closure#1}>, rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#0}>, rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#1}, alloc[dad09f3a48280dba]::vec::into_iter::IntoIter<core[d17f6591d688f3bd]::result::Result<(), proptest[b103e6066b256e9b]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:664:28
[INFO] [stdout]   33:     0x5598b4a28165 - <proptest[b103e6066b256e9b]::test_runner::runner::TestRunner>::run_in_process_with_replay::<proptest[b103e6066b256e9b]::strategy::map::Map<proptest[b103e6066b256e9b]::strategy::recursive::Recursive<rustbook[3f46124814f1185b]::query_transformation::QueryBoxed, rustbook[3f46124814f1185b]::query_transformation::tests::arb_query::{closure#1}>, rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#0}>, rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#1}, alloc[dad09f3a48280dba]::vec::into_iter::IntoIter<core[d17f6591d688f3bd]::result::Result<(), proptest[b103e6066b256e9b]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:613:31
[INFO] [stdout]   34:     0x5598b4a26a10 - <proptest[b103e6066b256e9b]::test_runner::runner::TestRunner>::run_in_process::<proptest[b103e6066b256e9b]::strategy::map::Map<proptest[b103e6066b256e9b]::strategy::recursive::Recursive<rustbook[3f46124814f1185b]::query_transformation::QueryBoxed, rustbook[3f46124814f1185b]::query_transformation::tests::arb_query::{closure#1}>, rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#0}>, rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#1}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:570:14
[INFO] [stdout]   35:     0x5598b4a2914f - <proptest[b103e6066b256e9b]::test_runner::runner::TestRunner>::run::<proptest[b103e6066b256e9b]::strategy::map::Map<proptest[b103e6066b256e9b]::strategy::recursive::Recursive<rustbook[3f46124814f1185b]::query_transformation::QueryBoxed, rustbook[3f46124814f1185b]::query_transformation::tests::arb_query::{closure#1}>, rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#0}>, rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#1}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:413:18
[INFO] [stdout]   36:     0x5598b4a32ffe - rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/sugar.rs:163:17
[INFO] [stdout]   37:     0x5598b4a312d7 - rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/sugar.rs:159:28
[INFO] [stdout]   38:     0x5598b4a24036 - <rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#0} as core[d17f6591d688f3bd]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   39:     0x5598b4a3cd9b - <fn() -> core[d17f6591d688f3bd]::result::Result<(), alloc[dad09f3a48280dba]::string::String> as core[d17f6591d688f3bd]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   40:     0x5598b4a3cd9b - test[9653f4f1d2ca1489]::__rust_begin_short_backtrace::<core[d17f6591d688f3bd]::result::Result<(), alloc[dad09f3a48280dba]::string::String>, fn() -> core[d17f6591d688f3bd]::result::Result<(), alloc[dad09f3a48280dba]::string::String>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/test/src/lib.rs:724:18
[INFO] [stdout]   41:     0x5598b4a4a58b - test[9653f4f1d2ca1489]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/test/src/lib.rs:747:74
[INFO] [stdout]   42:     0x5598b4a4a58b - <core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<test[9653f4f1d2ca1489]::run_test_in_process::{closure#0}> as core[d17f6591d688f3bd]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   43:     0x5598b4a4a58b - std[fce30c26ee6459b]::panicking::catch_unwind::do_call::<core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<test[9653f4f1d2ca1489]::run_test_in_process::{closure#0}>, core[d17f6591d688f3bd]::result::Result<(), alloc[dad09f3a48280dba]::string::String>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:581:40
[INFO] [stdout]   44:     0x5598b4a4a58b - std[fce30c26ee6459b]::panicking::catch_unwind::<core[d17f6591d688f3bd]::result::Result<(), alloc[dad09f3a48280dba]::string::String>, core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<test[9653f4f1d2ca1489]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:544:19
[INFO] [stdout]   45:     0x5598b4a4a58b - std[fce30c26ee6459b]::panic::catch_unwind::<core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<test[9653f4f1d2ca1489]::run_test_in_process::{closure#0}>, core[d17f6591d688f3bd]::result::Result<(), alloc[dad09f3a48280dba]::string::String>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panic.rs:359:14
[INFO] [stdout]   46:     0x5598b4a4a58b - test[9653f4f1d2ca1489]::run_test_in_process
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/test/src/lib.rs:747:27
[INFO] [stdout]   47:     0x5598b4a4a58b - test[9653f4f1d2ca1489]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/test/src/lib.rs:668:43
[INFO] [stdout]   48:     0x5598b4a43ca4 - test[9653f4f1d2ca1489]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/test/src/lib.rs:698:41
[INFO] [stdout]   49:     0x5598b4a43ca4 - std[fce30c26ee6459b]::sys::backtrace::__rust_begin_short_backtrace::<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   50:     0x5598b4a4d192 - std[fce30c26ee6459b]::thread::lifecycle::spawn_unchecked::<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/thread/lifecycle.rs:70:13
[INFO] [stdout]   51:     0x5598b4a4d192 - <core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<std[fce30c26ee6459b]::thread::lifecycle::spawn_unchecked<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[d17f6591d688f3bd]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   52:     0x5598b4a4d192 - std[fce30c26ee6459b]::panicking::catch_unwind::do_call::<core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<std[fce30c26ee6459b]::thread::lifecycle::spawn_unchecked<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:581:40
[INFO] [stdout]   53:     0x5598b4a4d192 - std[fce30c26ee6459b]::panicking::catch_unwind::<(), core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<std[fce30c26ee6459b]::thread::lifecycle::spawn_unchecked<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:544:19
[INFO] [stdout]   54:     0x5598b4a4d192 - std[fce30c26ee6459b]::panic::catch_unwind::<core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<std[fce30c26ee6459b]::thread::lifecycle::spawn_unchecked<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panic.rs:359:14
[INFO] [stdout]   55:     0x5598b4a4d192 - std[fce30c26ee6459b]::thread::lifecycle::spawn_unchecked::<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/thread/lifecycle.rs:68:26
[INFO] [stdout]   56:     0x5598b4a4d192 - <std[fce30c26ee6459b]::thread::lifecycle::spawn_unchecked<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>::{closure#1} as core[d17f6591d688f3bd]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   57:     0x5598b4bbf51f - <alloc[dad09f3a48280dba]::boxed::Box<dyn core[d17f6591d688f3bd]::ops::function::FnOnce<(), Output = ()> + core[d17f6591d688f3bd]::marker::Send> as core[d17f6591d688f3bd]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/alloc/src/boxed.rs:2271:9
[INFO] [stdout]   58:     0x5598b4bbf51f - <std[fce30c26ee6459b]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/sys/thread/unix.rs:118:17
[INFO] [stdout]   59:     0x76e42426eaa4 - <unknown>
[INFO] [stdout]   60:     0x76e4242fba64 - clone
[INFO] [stdout]   61:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] thread 'query_transformation::tests::all_impls_match' (17) panicked at src/query_transformation.rs:224:13:
[INFO] [stdout] assertion `left == right` failed
[INFO] [stdout]   left: Ok("(oe=hmjldfuhrigtymylwjvvzbiocqzt) OR ((b=atnvszuqchqlqiwfhuvqmt) OR (oe=hmjldfuhrigtymylwjvvzbiocqzt))")
[INFO] [stdout]  right: Ok("(a=a) OR ((b=atnvszuqchqlqiwfhuvqmt) OR (oe=hmjldfuhrigtymylwjvvzbiocqzt))")
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x5598b4bbfc0a - std[fce30c26ee6459b]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x5598b4bbfc0a - std[fce30c26ee6459b]::backtrace_rs::backtrace::trace_unsynchronized::<std[fce30c26ee6459b]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x5598b4bbfc0a - std[fce30c26ee6459b]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x5598b4bbfc0a - <<std[fce30c26ee6459b]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[d17f6591d688f3bd]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x5598b4bd51ea - <core[d17f6591d688f3bd]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x5598b4bd51ea - core[d17f6591d688f3bd]::fmt::write
[INFO] [stdout]    6:     0x5598b4bc4852 - std[fce30c26ee6459b]::io::default_write_fmt::<alloc[dad09f3a48280dba]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/io/mod.rs:621:11
[INFO] [stdout]    7:     0x5598b4bc4852 - <alloc[dad09f3a48280dba]::vec::Vec<u8> as std[fce30c26ee6459b]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/io/mod.rs:1976:13
[INFO] [stdout]    8:     0x5598b4b9d45f - <std[fce30c26ee6459b]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x5598b4b9d45f - std[fce30c26ee6459b]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x5598b4bb7f09 - std[fce30c26ee6459b]::panicking::default_hook
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x5598b4a49abc - <alloc[dad09f3a48280dba]::boxed::Box<dyn for<'a, 'b> core[d17f6591d688f3bd]::ops::function::Fn<(&'a std[fce30c26ee6459b]::panic::PanicHookInfo<'b>,), Output = ()> + core[d17f6591d688f3bd]::marker::Sync + core[d17f6591d688f3bd]::marker::Send> as core[d17f6591d688f3bd]::ops::function::Fn<(&std[fce30c26ee6459b]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/alloc/src/boxed.rs:2285:9
[INFO] [stdout]   12:     0x5598b4a49abc - test[9653f4f1d2ca1489]::test_main_inner::<test[9653f4f1d2ca1489]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/test/src/lib.rs:155:21
[INFO] [stdout]   13:     0x5598b4bb80c2 - <alloc[dad09f3a48280dba]::boxed::Box<dyn for<'a, 'b> core[d17f6591d688f3bd]::ops::function::Fn<(&'a std[fce30c26ee6459b]::panic::PanicHookInfo<'b>,), Output = ()> + core[d17f6591d688f3bd]::marker::Sync + core[d17f6591d688f3bd]::marker::Send> as core[d17f6591d688f3bd]::ops::function::Fn<(&std[fce30c26ee6459b]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/alloc/src/boxed.rs:2285:9
[INFO] [stdout]   14:     0x5598b4bb80c2 - std[fce30c26ee6459b]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x5598b4b9d518 - std[fce30c26ee6459b]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:698:13
[INFO] [stdout]   16:     0x5598b4b92619 - std[fce30c26ee6459b]::sys::backtrace::__rust_end_short_backtrace::<std[fce30c26ee6459b]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x5598b4b9e22d - __rustc[de152adb51f02556]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x5598b4bd5a2c - core[d17f6591d688f3bd]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x5598b4bd58e3 - core[d17f6591d688f3bd]::panicking::assert_failed_inner
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/panicking.rs:439:17
[INFO] [stdout]   20:     0x5598b4a3828d - core[d17f6591d688f3bd]::panicking::assert_failed::<core[d17f6591d688f3bd]::result::Result<alloc[dad09f3a48280dba]::string::String, rustbook[3f46124814f1185b]::query_transformation::PrintError>, core[d17f6591d688f3bd]::result::Result<alloc[dad09f3a48280dba]::string::String, rustbook[3f46124814f1185b]::query_transformation::PrintError>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/panicking.rs:394:5
[INFO] [stdout]   21:     0x5598b4a31665 - rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#1}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/query_transformation.rs:224:13
[INFO] [stdout]   22:     0x5598b4a33ef7 - <&rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#1} as core[d17f6591d688f3bd]::ops::function::Fn<(proptest[b103e6066b256e9b]::sugar::NamedArguments<&str, rustbook[3f46124814f1185b]::query_transformation::QueryBoxed>,)>>::call
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/ops/function.rs:263:22
[INFO] [stdout]   23:     0x5598b4a2c767 - proptest[b103e6066b256e9b]::test_runner::runner::call_test::<proptest[b103e6066b256e9b]::sugar::NamedArguments<&str, rustbook[3f46124814f1185b]::query_transformation::QueryBoxed>, &rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#1}, alloc[dad09f3a48280dba]::vec::into_iter::IntoIter<core[d17f6591d688f3bd]::result::Result<(), proptest[b103e6066b256e9b]::test_runner::errors::TestCaseError>>>::{closure#3}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:256:49
[INFO] [stdout]   24:     0x5598b4a23808 - <core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<proptest[b103e6066b256e9b]::test_runner::runner::call_test<proptest[b103e6066b256e9b]::sugar::NamedArguments<&str, rustbook[3f46124814f1185b]::query_transformation::QueryBoxed>, &rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#1}, alloc[dad09f3a48280dba]::vec::into_iter::IntoIter<core[d17f6591d688f3bd]::result::Result<(), proptest[b103e6066b256e9b]::test_runner::errors::TestCaseError>>>::{closure#3}> as core[d17f6591d688f3bd]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   25:     0x5598b4a387fd - std[fce30c26ee6459b]::panicking::catch_unwind::do_call::<core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<proptest[b103e6066b256e9b]::test_runner::runner::call_test<proptest[b103e6066b256e9b]::sugar::NamedArguments<&str, rustbook[3f46124814f1185b]::query_transformation::QueryBoxed>, &rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#1}, alloc[dad09f3a48280dba]::vec::into_iter::IntoIter<core[d17f6591d688f3bd]::result::Result<(), proptest[b103e6066b256e9b]::test_runner::errors::TestCaseError>>>::{closure#3}>, core[d17f6591d688f3bd]::result::Result<(), proptest[b103e6066b256e9b]::test_runner::errors::TestCaseError>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:581:40
[INFO] [stdout]   26:     0x5598b4a367db - __rust_try
[INFO] [stdout]   27:     0x5598b4a2fe01 - std[fce30c26ee6459b]::panicking::catch_unwind::<core[d17f6591d688f3bd]::result::Result<(), proptest[b103e6066b256e9b]::test_runner::errors::TestCaseError>, core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<proptest[b103e6066b256e9b]::test_runner::runner::call_test<proptest[b103e6066b256e9b]::sugar::NamedArguments<&str, rustbook[3f46124814f1185b]::query_transformation::QueryBoxed>, &rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#1}, alloc[dad09f3a48280dba]::vec::into_iter::IntoIter<core[d17f6591d688f3bd]::result::Result<(), proptest[b103e6066b256e9b]::test_runner::errors::TestCaseError>>>::{closure#3}>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:544:19
[INFO] [stdout]   28:     0x5598b4a2fe01 - std[fce30c26ee6459b]::panic::catch_unwind::<core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<proptest[b103e6066b256e9b]::test_runner::runner::call_test<proptest[b103e6066b256e9b]::sugar::NamedArguments<&str, rustbook[3f46124814f1185b]::query_transformation::QueryBoxed>, &rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#1}, alloc[dad09f3a48280dba]::vec::into_iter::IntoIter<core[d17f6591d688f3bd]::result::Result<(), proptest[b103e6066b256e9b]::test_runner::errors::TestCaseError>>>::{closure#3}>, core[d17f6591d688f3bd]::result::Result<(), proptest[b103e6066b256e9b]::test_runner::errors::TestCaseError>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panic.rs:359:14
[INFO] [stdout]   29:     0x5598b4a2b3a4 - proptest[b103e6066b256e9b]::test_runner::runner::call_test::<proptest[b103e6066b256e9b]::sugar::NamedArguments<&str, rustbook[3f46124814f1185b]::query_transformation::QueryBoxed>, &rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#1}, alloc[dad09f3a48280dba]::vec::into_iter::IntoIter<core[d17f6591d688f3bd]::result::Result<(), proptest[b103e6066b256e9b]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:256:9
[INFO] [stdout]   30:     0x5598b4a297d7 - <proptest[b103e6066b256e9b]::test_runner::runner::TestRunner>::shrink::<proptest[b103e6066b256e9b]::strategy::map::Map<alloc[dad09f3a48280dba]::boxed::Box<dyn proptest[b103e6066b256e9b]::strategy::traits::ValueTree<Value = rustbook[3f46124814f1185b]::query_transformation::QueryBoxed>>, rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#0}>, &rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#1}, alloc[dad09f3a48280dba]::vec::into_iter::IntoIter<core[d17f6591d688f3bd]::result::Result<(), proptest[b103e6066b256e9b]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:845:30
[INFO] [stdout]   31:     0x5598b4a2743e - <proptest[b103e6066b256e9b]::test_runner::runner::TestRunner>::run_one_with_replay::<proptest[b103e6066b256e9b]::strategy::map::Map<alloc[dad09f3a48280dba]::boxed::Box<dyn proptest[b103e6066b256e9b]::strategy::traits::ValueTree<Value = rustbook[3f46124814f1185b]::query_transformation::QueryBoxed>>, rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#0}>, &rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#1}, alloc[dad09f3a48280dba]::vec::into_iter::IntoIter<core[d17f6591d688f3bd]::result::Result<(), proptest[b103e6066b256e9b]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:736:22
[INFO] [stdout]   32:     0x5598b4a26c9a - <proptest[b103e6066b256e9b]::test_runner::runner::TestRunner>::gen_and_run_case::<proptest[b103e6066b256e9b]::strategy::map::Map<proptest[b103e6066b256e9b]::strategy::recursive::Recursive<rustbook[3f46124814f1185b]::query_transformation::QueryBoxed, rustbook[3f46124814f1185b]::query_transformation::tests::arb_query::{closure#1}>, rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#0}>, rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#1}, alloc[dad09f3a48280dba]::vec::into_iter::IntoIter<core[d17f6591d688f3bd]::result::Result<(), proptest[b103e6066b256e9b]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:664:28
[INFO] [stdout]   33:     0x5598b4a28165 - <proptest[b103e6066b256e9b]::test_runner::runner::TestRunner>::run_in_process_with_replay::<proptest[b103e6066b256e9b]::strategy::map::Map<proptest[b103e6066b256e9b]::strategy::recursive::Recursive<rustbook[3f46124814f1185b]::query_transformation::QueryBoxed, rustbook[3f46124814f1185b]::query_transformation::tests::arb_query::{closure#1}>, rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#0}>, rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#1}, alloc[dad09f3a48280dba]::vec::into_iter::IntoIter<core[d17f6591d688f3bd]::result::Result<(), proptest[b103e6066b256e9b]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:613:31
[INFO] [stdout]   34:     0x5598b4a26a10 - <proptest[b103e6066b256e9b]::test_runner::runner::TestRunner>::run_in_process::<proptest[b103e6066b256e9b]::strategy::map::Map<proptest[b103e6066b256e9b]::strategy::recursive::Recursive<rustbook[3f46124814f1185b]::query_transformation::QueryBoxed, rustbook[3f46124814f1185b]::query_transformation::tests::arb_query::{closure#1}>, rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#0}>, rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#1}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:570:14
[INFO] [stdout]   35:     0x5598b4a2914f - <proptest[b103e6066b256e9b]::test_runner::runner::TestRunner>::run::<proptest[b103e6066b256e9b]::strategy::map::Map<proptest[b103e6066b256e9b]::strategy::recursive::Recursive<rustbook[3f46124814f1185b]::query_transformation::QueryBoxed, rustbook[3f46124814f1185b]::query_transformation::tests::arb_query::{closure#1}>, rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#0}>, rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#1}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:413:18
[INFO] [stdout]   36:     0x5598b4a32ffe - rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/sugar.rs:163:17
[INFO] [stdout]   37:     0x5598b4a312d7 - rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/sugar.rs:159:28
[INFO] [stdout]   38:     0x5598b4a24036 - <rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#0} as core[d17f6591d688f3bd]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   39:     0x5598b4a3cd9b - <fn() -> core[d17f6591d688f3bd]::result::Result<(), alloc[dad09f3a48280dba]::string::String> as core[d17f6591d688f3bd]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   40:     0x5598b4a3cd9b - test[9653f4f1d2ca1489]::__rust_begin_short_backtrace::<core[d17f6591d688f3bd]::result::Result<(), alloc[dad09f3a48280dba]::string::String>, fn() -> core[d17f6591d688f3bd]::result::Result<(), alloc[dad09f3a48280dba]::string::String>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/test/src/lib.rs:724:18
[INFO] [stdout]   41:     0x5598b4a4a58b - test[9653f4f1d2ca1489]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/test/src/lib.rs:747:74
[INFO] [stdout]   42:     0x5598b4a4a58b - <core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<test[9653f4f1d2ca1489]::run_test_in_process::{closure#0}> as core[d17f6591d688f3bd]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   43:     0x5598b4a4a58b - std[fce30c26ee6459b]::panicking::catch_unwind::do_call::<core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<test[9653f4f1d2ca1489]::run_test_in_process::{closure#0}>, core[d17f6591d688f3bd]::result::Result<(), alloc[dad09f3a48280dba]::string::String>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:581:40
[INFO] [stdout]   44:     0x5598b4a4a58b - std[fce30c26ee6459b]::panicking::catch_unwind::<core[d17f6591d688f3bd]::result::Result<(), alloc[dad09f3a48280dba]::string::String>, core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<test[9653f4f1d2ca1489]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:544:19
[INFO] [stdout]   45:     0x5598b4a4a58b - std[fce30c26ee6459b]::panic::catch_unwind::<core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<test[9653f4f1d2ca1489]::run_test_in_process::{closure#0}>, core[d17f6591d688f3bd]::result::Result<(), alloc[dad09f3a48280dba]::string::String>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panic.rs:359:14
[INFO] [stdout]   46:     0x5598b4a4a58b - test[9653f4f1d2ca1489]::run_test_in_process
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/test/src/lib.rs:747:27
[INFO] [stdout]   47:     0x5598b4a4a58b - test[9653f4f1d2ca1489]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/test/src/lib.rs:668:43
[INFO] [stdout]   48:     0x5598b4a43ca4 - test[9653f4f1d2ca1489]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/test/src/lib.rs:698:41
[INFO] [stdout]   49:     0x5598b4a43ca4 - std[fce30c26ee6459b]::sys::backtrace::__rust_begin_short_backtrace::<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   50:     0x5598b4a4d192 - std[fce30c26ee6459b]::thread::lifecycle::spawn_unchecked::<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/thread/lifecycle.rs:70:13
[INFO] [stdout]   51:     0x5598b4a4d192 - <core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<std[fce30c26ee6459b]::thread::lifecycle::spawn_unchecked<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[d17f6591d688f3bd]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   52:     0x5598b4a4d192 - std[fce30c26ee6459b]::panicking::catch_unwind::do_call::<core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<std[fce30c26ee6459b]::thread::lifecycle::spawn_unchecked<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:581:40
[INFO] [stdout]   53:     0x5598b4a4d192 - std[fce30c26ee6459b]::panicking::catch_unwind::<(), core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<std[fce30c26ee6459b]::thread::lifecycle::spawn_unchecked<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:544:19
[INFO] [stdout]   54:     0x5598b4a4d192 - std[fce30c26ee6459b]::panic::catch_unwind::<core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<std[fce30c26ee6459b]::thread::lifecycle::spawn_unchecked<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panic.rs:359:14
[INFO] [stdout]   55:     0x5598b4a4d192 - std[fce30c26ee6459b]::thread::lifecycle::spawn_unchecked::<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/thread/lifecycle.rs:68:26
[INFO] [stdout]   56:     0x5598b4a4d192 - <std[fce30c26ee6459b]::thread::lifecycle::spawn_unchecked<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>::{closure#1} as core[d17f6591d688f3bd]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   57:     0x5598b4bbf51f - <alloc[dad09f3a48280dba]::boxed::Box<dyn core[d17f6591d688f3bd]::ops::function::FnOnce<(), Output = ()> + core[d17f6591d688f3bd]::marker::Send> as core[d17f6591d688f3bd]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/alloc/src/boxed.rs:2271:9
[INFO] [stdout]   58:     0x5598b4bbf51f - <std[fce30c26ee6459b]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/sys/thread/unix.rs:118:17
[INFO] [stdout]   59:     0x76e42426eaa4 - <unknown>
[INFO] [stdout]   60:     0x76e4242fba64 - clone
[INFO] [stdout]   61:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] thread 'query_transformation::tests::all_impls_match' (17) panicked at src/query_transformation.rs:224:13:
[INFO] [stdout] assertion `left == right` failed
[INFO] [stdout]   left: Ok("(oe=hmjldfuhrigtymylwjvvzbiocqzt) OR ((a=atnvszuqchqlqiwfhuvqmt) OR (oe=hmjldfuhrigtymylwjvvzbiocqzt))")
[INFO] [stdout]  right: Ok("(a=a) OR ((a=atnvszuqchqlqiwfhuvqmt) OR (oe=hmjldfuhrigtymylwjvvzbiocqzt))")
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x5598b4bbfc0a - std[fce30c26ee6459b]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x5598b4bbfc0a - std[fce30c26ee6459b]::backtrace_rs::backtrace::trace_unsynchronized::<std[fce30c26ee6459b]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x5598b4bbfc0a - std[fce30c26ee6459b]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x5598b4bbfc0a - <<std[fce30c26ee6459b]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[d17f6591d688f3bd]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x5598b4bd51ea - <core[d17f6591d688f3bd]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x5598b4bd51ea - core[d17f6591d688f3bd]::fmt::write
[INFO] [stdout]    6:     0x5598b4bc4852 - std[fce30c26ee6459b]::io::default_write_fmt::<alloc[dad09f3a48280dba]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/io/mod.rs:621:11
[INFO] [stdout]    7:     0x5598b4bc4852 - <alloc[dad09f3a48280dba]::vec::Vec<u8> as std[fce30c26ee6459b]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/io/mod.rs:1976:13
[INFO] [stdout]    8:     0x5598b4b9d45f - <std[fce30c26ee6459b]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x5598b4b9d45f - std[fce30c26ee6459b]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x5598b4bb7f09 - std[fce30c26ee6459b]::panicking::default_hook
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x5598b4a49abc - <alloc[dad09f3a48280dba]::boxed::Box<dyn for<'a, 'b> core[d17f6591d688f3bd]::ops::function::Fn<(&'a std[fce30c26ee6459b]::panic::PanicHookInfo<'b>,), Output = ()> + core[d17f6591d688f3bd]::marker::Sync + core[d17f6591d688f3bd]::marker::Send> as core[d17f6591d688f3bd]::ops::function::Fn<(&std[fce30c26ee6459b]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/alloc/src/boxed.rs:2285:9
[INFO] [stdout]   12:     0x5598b4a49abc - test[9653f4f1d2ca1489]::test_main_inner::<test[9653f4f1d2ca1489]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/test/src/lib.rs:155:21
[INFO] [stdout]   13:     0x5598b4bb80c2 - <alloc[dad09f3a48280dba]::boxed::Box<dyn for<'a, 'b> core[d17f6591d688f3bd]::ops::function::Fn<(&'a std[fce30c26ee6459b]::panic::PanicHookInfo<'b>,), Output = ()> + core[d17f6591d688f3bd]::marker::Sync + core[d17f6591d688f3bd]::marker::Send> as core[d17f6591d688f3bd]::ops::function::Fn<(&std[fce30c26ee6459b]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/alloc/src/boxed.rs:2285:9
[INFO] [stdout]   14:     0x5598b4bb80c2 - std[fce30c26ee6459b]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x5598b4b9d518 - std[fce30c26ee6459b]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:698:13
[INFO] [stdout]   16:     0x5598b4b92619 - std[fce30c26ee6459b]::sys::backtrace::__rust_end_short_backtrace::<std[fce30c26ee6459b]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x5598b4b9e22d - __rustc[de152adb51f02556]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x5598b4bd5a2c - core[d17f6591d688f3bd]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x5598b4bd58e3 - core[d17f6591d688f3bd]::panicking::assert_failed_inner
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/panicking.rs:439:17
[INFO] [stdout]   20:     0x5598b4a3828d - core[d17f6591d688f3bd]::panicking::assert_failed::<core[d17f6591d688f3bd]::result::Result<alloc[dad09f3a48280dba]::string::String, rustbook[3f46124814f1185b]::query_transformation::PrintError>, core[d17f6591d688f3bd]::result::Result<alloc[dad09f3a48280dba]::string::String, rustbook[3f46124814f1185b]::query_transformation::PrintError>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/panicking.rs:394:5
[INFO] [stdout]   21:     0x5598b4a31665 - rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#1}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/query_transformation.rs:224:13
[INFO] [stdout]   22:     0x5598b4a33ef7 - <&rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#1} as core[d17f6591d688f3bd]::ops::function::Fn<(proptest[b103e6066b256e9b]::sugar::NamedArguments<&str, rustbook[3f46124814f1185b]::query_transformation::QueryBoxed>,)>>::call
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/ops/function.rs:263:22
[INFO] [stdout]   23:     0x5598b4a2c767 - proptest[b103e6066b256e9b]::test_runner::runner::call_test::<proptest[b103e6066b256e9b]::sugar::NamedArguments<&str, rustbook[3f46124814f1185b]::query_transformation::QueryBoxed>, &rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#1}, alloc[dad09f3a48280dba]::vec::into_iter::IntoIter<core[d17f6591d688f3bd]::result::Result<(), proptest[b103e6066b256e9b]::test_runner::errors::TestCaseError>>>::{closure#3}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:256:49
[INFO] [stdout]   24:     0x5598b4a23808 - <core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<proptest[b103e6066b256e9b]::test_runner::runner::call_test<proptest[b103e6066b256e9b]::sugar::NamedArguments<&str, rustbook[3f46124814f1185b]::query_transformation::QueryBoxed>, &rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#1}, alloc[dad09f3a48280dba]::vec::into_iter::IntoIter<core[d17f6591d688f3bd]::result::Result<(), proptest[b103e6066b256e9b]::test_runner::errors::TestCaseError>>>::{closure#3}> as core[d17f6591d688f3bd]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   25:     0x5598b4a387fd - std[fce30c26ee6459b]::panicking::catch_unwind::do_call::<core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<proptest[b103e6066b256e9b]::test_runner::runner::call_test<proptest[b103e6066b256e9b]::sugar::NamedArguments<&str, rustbook[3f46124814f1185b]::query_transformation::QueryBoxed>, &rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#1}, alloc[dad09f3a48280dba]::vec::into_iter::IntoIter<core[d17f6591d688f3bd]::result::Result<(), proptest[b103e6066b256e9b]::test_runner::errors::TestCaseError>>>::{closure#3}>, core[d17f6591d688f3bd]::result::Result<(), proptest[b103e6066b256e9b]::test_runner::errors::TestCaseError>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:581:40
[INFO] [stdout]   26:     0x5598b4a367db - __rust_try
[INFO] [stdout]   27:     0x5598b4a2fe01 - std[fce30c26ee6459b]::panicking::catch_unwind::<core[d17f6591d688f3bd]::result::Result<(), proptest[b103e6066b256e9b]::test_runner::errors::TestCaseError>, core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<proptest[b103e6066b256e9b]::test_runner::runner::call_test<proptest[b103e6066b256e9b]::sugar::NamedArguments<&str, rustbook[3f46124814f1185b]::query_transformation::QueryBoxed>, &rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#1}, alloc[dad09f3a48280dba]::vec::into_iter::IntoIter<core[d17f6591d688f3bd]::result::Result<(), proptest[b103e6066b256e9b]::test_runner::errors::TestCaseError>>>::{closure#3}>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:544:19
[INFO] [stdout]   28:     0x5598b4a2fe01 - std[fce30c26ee6459b]::panic::catch_unwind::<core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<proptest[b103e6066b256e9b]::test_runner::runner::call_test<proptest[b103e6066b256e9b]::sugar::NamedArguments<&str, rustbook[3f46124814f1185b]::query_transformation::QueryBoxed>, &rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#1}, alloc[dad09f3a48280dba]::vec::into_iter::IntoIter<core[d17f6591d688f3bd]::result::Result<(), proptest[b103e6066b256e9b]::test_runner::errors::TestCaseError>>>::{closure#3}>, core[d17f6591d688f3bd]::result::Result<(), proptest[b103e6066b256e9b]::test_runner::errors::TestCaseError>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panic.rs:359:14
[INFO] [stdout]   29:     0x5598b4a2b3a4 - proptest[b103e6066b256e9b]::test_runner::runner::call_test::<proptest[b103e6066b256e9b]::sugar::NamedArguments<&str, rustbook[3f46124814f1185b]::query_transformation::QueryBoxed>, &rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#1}, alloc[dad09f3a48280dba]::vec::into_iter::IntoIter<core[d17f6591d688f3bd]::result::Result<(), proptest[b103e6066b256e9b]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:256:9
[INFO] [stdout]   30:     0x5598b4a297d7 - <proptest[b103e6066b256e9b]::test_runner::runner::TestRunner>::shrink::<proptest[b103e6066b256e9b]::strategy::map::Map<alloc[dad09f3a48280dba]::boxed::Box<dyn proptest[b103e6066b256e9b]::strategy::traits::ValueTree<Value = rustbook[3f46124814f1185b]::query_transformation::QueryBoxed>>, rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#0}>, &rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#1}, alloc[dad09f3a48280dba]::vec::into_iter::IntoIter<core[d17f6591d688f3bd]::result::Result<(), proptest[b103e6066b256e9b]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:845:30
[INFO] [stdout]   31:     0x5598b4a2743e - <proptest[b103e6066b256e9b]::test_runner::runner::TestRunner>::run_one_with_replay::<proptest[b103e6066b256e9b]::strategy::map::Map<alloc[dad09f3a48280dba]::boxed::Box<dyn proptest[b103e6066b256e9b]::strategy::traits::ValueTree<Value = rustbook[3f46124814f1185b]::query_transformation::QueryBoxed>>, rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#0}>, &rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#1}, alloc[dad09f3a48280dba]::vec::into_iter::IntoIter<core[d17f6591d688f3bd]::result::Result<(), proptest[b103e6066b256e9b]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:736:22
[INFO] [stdout]   32:     0x5598b4a26c9a - <proptest[b103e6066b256e9b]::test_runner::runner::TestRunner>::gen_and_run_case::<proptest[b103e6066b256e9b]::strategy::map::Map<proptest[b103e6066b256e9b]::strategy::recursive::Recursive<rustbook[3f46124814f1185b]::query_transformation::QueryBoxed, rustbook[3f46124814f1185b]::query_transformation::tests::arb_query::{closure#1}>, rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#0}>, rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#1}, alloc[dad09f3a48280dba]::vec::into_iter::IntoIter<core[d17f6591d688f3bd]::result::Result<(), proptest[b103e6066b256e9b]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:664:28
[INFO] [stdout]   33:     0x5598b4a28165 - <proptest[b103e6066b256e9b]::test_runner::runner::TestRunner>::run_in_process_with_replay::<proptest[b103e6066b256e9b]::strategy::map::Map<proptest[b103e6066b256e9b]::strategy::recursive::Recursive<rustbook[3f46124814f1185b]::query_transformation::QueryBoxed, rustbook[3f46124814f1185b]::query_transformation::tests::arb_query::{closure#1}>, rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#0}>, rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#1}, alloc[dad09f3a48280dba]::vec::into_iter::IntoIter<core[d17f6591d688f3bd]::result::Result<(), proptest[b103e6066b256e9b]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:613:31
[INFO] [stdout]   34:     0x5598b4a26a10 - <proptest[b103e6066b256e9b]::test_runner::runner::TestRunner>::run_in_process::<proptest[b103e6066b256e9b]::strategy::map::Map<proptest[b103e6066b256e9b]::strategy::recursive::Recursive<rustbook[3f46124814f1185b]::query_transformation::QueryBoxed, rustbook[3f46124814f1185b]::query_transformation::tests::arb_query::{closure#1}>, rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#0}>, rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#1}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:570:14
[INFO] [stdout]   35:     0x5598b4a2914f - <proptest[b103e6066b256e9b]::test_runner::runner::TestRunner>::run::<proptest[b103e6066b256e9b]::strategy::map::Map<proptest[b103e6066b256e9b]::strategy::recursive::Recursive<rustbook[3f46124814f1185b]::query_transformation::QueryBoxed, rustbook[3f46124814f1185b]::query_transformation::tests::arb_query::{closure#1}>, rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#0}>, rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#1}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:413:18
[INFO] [stdout]   36:     0x5598b4a32ffe - rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/sugar.rs:163:17
[INFO] [stdout]   37:     0x5598b4a312d7 - rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/sugar.rs:159:28
[INFO] [stdout]   38:     0x5598b4a24036 - <rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#0} as core[d17f6591d688f3bd]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   39:     0x5598b4a3cd9b - <fn() -> core[d17f6591d688f3bd]::result::Result<(), alloc[dad09f3a48280dba]::string::String> as core[d17f6591d688f3bd]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   40:     0x5598b4a3cd9b - test[9653f4f1d2ca1489]::__rust_begin_short_backtrace::<core[d17f6591d688f3bd]::result::Result<(), alloc[dad09f3a48280dba]::string::String>, fn() -> core[d17f6591d688f3bd]::result::Result<(), alloc[dad09f3a48280dba]::string::String>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/test/src/lib.rs:724:18
[INFO] [stdout]   41:     0x5598b4a4a58b - test[9653f4f1d2ca1489]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/test/src/lib.rs:747:74
[INFO] [stdout]   42:     0x5598b4a4a58b - <core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<test[9653f4f1d2ca1489]::run_test_in_process::{closure#0}> as core[d17f6591d688f3bd]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   43:     0x5598b4a4a58b - std[fce30c26ee6459b]::panicking::catch_unwind::do_call::<core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<test[9653f4f1d2ca1489]::run_test_in_process::{closure#0}>, core[d17f6591d688f3bd]::result::Result<(), alloc[dad09f3a48280dba]::string::String>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:581:40
[INFO] [stdout]   44:     0x5598b4a4a58b - std[fce30c26ee6459b]::panicking::catch_unwind::<core[d17f6591d688f3bd]::result::Result<(), alloc[dad09f3a48280dba]::string::String>, core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<test[9653f4f1d2ca1489]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:544:19
[INFO] [stdout]   45:     0x5598b4a4a58b - std[fce30c26ee6459b]::panic::catch_unwind::<core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<test[9653f4f1d2ca1489]::run_test_in_process::{closure#0}>, core[d17f6591d688f3bd]::result::Result<(), alloc[dad09f3a48280dba]::string::String>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panic.rs:359:14
[INFO] [stdout]   46:     0x5598b4a4a58b - test[9653f4f1d2ca1489]::run_test_in_process
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/test/src/lib.rs:747:27
[INFO] [stdout]   47:     0x5598b4a4a58b - test[9653f4f1d2ca1489]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/test/src/lib.rs:668:43
[INFO] [stdout]   48:     0x5598b4a43ca4 - test[9653f4f1d2ca1489]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/test/src/lib.rs:698:41
[INFO] [stdout]   49:     0x5598b4a43ca4 - std[fce30c26ee6459b]::sys::backtrace::__rust_begin_short_backtrace::<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   50:     0x5598b4a4d192 - std[fce30c26ee6459b]::thread::lifecycle::spawn_unchecked::<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/thread/lifecycle.rs:70:13
[INFO] [stdout]   51:     0x5598b4a4d192 - <core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<std[fce30c26ee6459b]::thread::lifecycle::spawn_unchecked<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[d17f6591d688f3bd]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   52:     0x5598b4a4d192 - std[fce30c26ee6459b]::panicking::catch_unwind::do_call::<core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<std[fce30c26ee6459b]::thread::lifecycle::spawn_unchecked<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:581:40
[INFO] [stdout]   53:     0x5598b4a4d192 - std[fce30c26ee6459b]::panicking::catch_unwind::<(), core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<std[fce30c26ee6459b]::thread::lifecycle::spawn_unchecked<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:544:19
[INFO] [stdout]   54:     0x5598b4a4d192 - std[fce30c26ee6459b]::panic::catch_unwind::<core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<std[fce30c26ee6459b]::thread::lifecycle::spawn_unchecked<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panic.rs:359:14
[INFO] [stdout]   55:     0x5598b4a4d192 - std[fce30c26ee6459b]::thread::lifecycle::spawn_unchecked::<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/thread/lifecycle.rs:68:26
[INFO] [stdout]   56:     0x5598b4a4d192 - <std[fce30c26ee6459b]::thread::lifecycle::spawn_unchecked<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>::{closure#1} as core[d17f6591d688f3bd]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   57:     0x5598b4bbf51f - <alloc[dad09f3a48280dba]::boxed::Box<dyn core[d17f6591d688f3bd]::ops::function::FnOnce<(), Output = ()> + core[d17f6591d688f3bd]::marker::Send> as core[d17f6591d688f3bd]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/alloc/src/boxed.rs:2271:9
[INFO] [stdout]   58:     0x5598b4bbf51f - <std[fce30c26ee6459b]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/sys/thread/unix.rs:118:17
[INFO] [stdout]   59:     0x76e42426eaa4 - <unknown>
[INFO] [stdout]   60:     0x76e4242fba64 - clone
[INFO] [stdout]   61:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] thread 'query_transformation::tests::all_impls_match' (17) panicked at src/query_transformation.rs:224:13:
[INFO] [stdout] assertion `left == right` failed
[INFO] [stdout]   left: Ok("(oe=hmjldfuhrigtymylwjvvzbiocqzt) OR ((a=tnvszuqchqlqiwfhuvqmt) OR (oe=hmjldfuhrigtymylwjvvzbiocqzt))")
[INFO] [stdout]  right: Ok("(a=a) OR ((a=tnvszuqchqlqiwfhuvqmt) OR (oe=hmjldfuhrigtymylwjvvzbiocqzt))")
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x5598b4bbfc0a - std[fce30c26ee6459b]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x5598b4bbfc0a - std[fce30c26ee6459b]::backtrace_rs::backtrace::trace_unsynchronized::<std[fce30c26ee6459b]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x5598b4bbfc0a - std[fce30c26ee6459b]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x5598b4bbfc0a - <<std[fce30c26ee6459b]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[d17f6591d688f3bd]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x5598b4bd51ea - <core[d17f6591d688f3bd]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x5598b4bd51ea - core[d17f6591d688f3bd]::fmt::write
[INFO] [stdout]    6:     0x5598b4bc4852 - std[fce30c26ee6459b]::io::default_write_fmt::<alloc[dad09f3a48280dba]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/io/mod.rs:621:11
[INFO] [stdout]    7:     0x5598b4bc4852 - <alloc[dad09f3a48280dba]::vec::Vec<u8> as std[fce30c26ee6459b]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/io/mod.rs:1976:13
[INFO] [stdout]    8:     0x5598b4b9d45f - <std[fce30c26ee6459b]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x5598b4b9d45f - std[fce30c26ee6459b]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x5598b4bb7f09 - std[fce30c26ee6459b]::panicking::default_hook
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x5598b4a49abc - <alloc[dad09f3a48280dba]::boxed::Box<dyn for<'a, 'b> core[d17f6591d688f3bd]::ops::function::Fn<(&'a std[fce30c26ee6459b]::panic::PanicHookInfo<'b>,), Output = ()> + core[d17f6591d688f3bd]::marker::Sync + core[d17f6591d688f3bd]::marker::Send> as core[d17f6591d688f3bd]::ops::function::Fn<(&std[fce30c26ee6459b]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/alloc/src/boxed.rs:2285:9
[INFO] [stdout]   12:     0x5598b4a49abc - test[9653f4f1d2ca1489]::test_main_inner::<test[9653f4f1d2ca1489]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/test/src/lib.rs:155:21
[INFO] [stdout]   13:     0x5598b4bb80c2 - <alloc[dad09f3a48280dba]::boxed::Box<dyn for<'a, 'b> core[d17f6591d688f3bd]::ops::function::Fn<(&'a std[fce30c26ee6459b]::panic::PanicHookInfo<'b>,), Output = ()> + core[d17f6591d688f3bd]::marker::Sync + core[d17f6591d688f3bd]::marker::Send> as core[d17f6591d688f3bd]::ops::function::Fn<(&std[fce30c26ee6459b]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/alloc/src/boxed.rs:2285:9
[INFO] [stdout]   14:     0x5598b4bb80c2 - std[fce30c26ee6459b]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x5598b4b9d518 - std[fce30c26ee6459b]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:698:13
[INFO] [stdout]   16:     0x5598b4b92619 - std[fce30c26ee6459b]::sys::backtrace::__rust_end_short_backtrace::<std[fce30c26ee6459b]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x5598b4b9e22d - __rustc[de152adb51f02556]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x5598b4bd5a2c - core[d17f6591d688f3bd]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x5598b4bd58e3 - core[d17f6591d688f3bd]::panicking::assert_failed_inner
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/panicking.rs:439:17
[INFO] [stdout]   20:     0x5598b4a3828d - core[d17f6591d688f3bd]::panicking::assert_failed::<core[d17f6591d688f3bd]::result::Result<alloc[dad09f3a48280dba]::string::String, rustbook[3f46124814f1185b]::query_transformation::PrintError>, core[d17f6591d688f3bd]::result::Result<alloc[dad09f3a48280dba]::string::String, rustbook[3f46124814f1185b]::query_transformation::PrintError>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/panicking.rs:394:5
[INFO] [stdout]   21:     0x5598b4a31665 - rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#1}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/query_transformation.rs:224:13
[INFO] [stdout]   22:     0x5598b4a33ef7 - <&rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#1} as core[d17f6591d688f3bd]::ops::function::Fn<(proptest[b103e6066b256e9b]::sugar::NamedArguments<&str, rustbook[3f46124814f1185b]::query_transformation::QueryBoxed>,)>>::call
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/ops/function.rs:263:22
[INFO] [stdout]   23:     0x5598b4a2c767 - proptest[b103e6066b256e9b]::test_runner::runner::call_test::<proptest[b103e6066b256e9b]::sugar::NamedArguments<&str, rustbook[3f46124814f1185b]::query_transformation::QueryBoxed>, &rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#1}, alloc[dad09f3a48280dba]::vec::into_iter::IntoIter<core[d17f6591d688f3bd]::result::Result<(), proptest[b103e6066b256e9b]::test_runner::errors::TestCaseError>>>::{closure#3}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:256:49
[INFO] [stdout]   24:     0x5598b4a23808 - <core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<proptest[b103e6066b256e9b]::test_runner::runner::call_test<proptest[b103e6066b256e9b]::sugar::NamedArguments<&str, rustbook[3f46124814f1185b]::query_transformation::QueryBoxed>, &rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#1}, alloc[dad09f3a48280dba]::vec::into_iter::IntoIter<core[d17f6591d688f3bd]::result::Result<(), proptest[b103e6066b256e9b]::test_runner::errors::TestCaseError>>>::{closure#3}> as core[d17f6591d688f3bd]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   25:     0x5598b4a387fd - std[fce30c26ee6459b]::panicking::catch_unwind::do_call::<core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<proptest[b103e6066b256e9b]::test_runner::runner::call_test<proptest[b103e6066b256e9b]::sugar::NamedArguments<&str, rustbook[3f46124814f1185b]::query_transformation::QueryBoxed>, &rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#1}, alloc[dad09f3a48280dba]::vec::into_iter::IntoIter<core[d17f6591d688f3bd]::result::Result<(), proptest[b103e6066b256e9b]::test_runner::errors::TestCaseError>>>::{closure#3}>, core[d17f6591d688f3bd]::result::Result<(), proptest[b103e6066b256e9b]::test_runner::errors::TestCaseError>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:581:40
[INFO] [stdout]   26:     0x5598b4a367db - __rust_try
[INFO] [stdout]   27:     0x5598b4a2fe01 - std[fce30c26ee6459b]::panicking::catch_unwind::<core[d17f6591d688f3bd]::result::Result<(), proptest[b103e6066b256e9b]::test_runner::errors::TestCaseError>, core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<proptest[b103e6066b256e9b]::test_runner::runner::call_test<proptest[b103e6066b256e9b]::sugar::NamedArguments<&str, rustbook[3f46124814f1185b]::query_transformation::QueryBoxed>, &rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#1}, alloc[dad09f3a48280dba]::vec::into_iter::IntoIter<core[d17f6591d688f3bd]::result::Result<(), proptest[b103e6066b256e9b]::test_runner::errors::TestCaseError>>>::{closure#3}>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:544:19
[INFO] [stdout]   28:     0x5598b4a2fe01 - std[fce30c26ee6459b]::panic::catch_unwind::<core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<proptest[b103e6066b256e9b]::test_runner::runner::call_test<proptest[b103e6066b256e9b]::sugar::NamedArguments<&str, rustbook[3f46124814f1185b]::query_transformation::QueryBoxed>, &rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#1}, alloc[dad09f3a48280dba]::vec::into_iter::IntoIter<core[d17f6591d688f3bd]::result::Result<(), proptest[b103e6066b256e9b]::test_runner::errors::TestCaseError>>>::{closure#3}>, core[d17f6591d688f3bd]::result::Result<(), proptest[b103e6066b256e9b]::test_runner::errors::TestCaseError>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panic.rs:359:14
[INFO] [stdout]   29:     0x5598b4a2b3a4 - proptest[b103e6066b256e9b]::test_runner::runner::call_test::<proptest[b103e6066b256e9b]::sugar::NamedArguments<&str, rustbook[3f46124814f1185b]::query_transformation::QueryBoxed>, &rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#1}, alloc[dad09f3a48280dba]::vec::into_iter::IntoIter<core[d17f6591d688f3bd]::result::Result<(), proptest[b103e6066b256e9b]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:256:9
[INFO] [stdout]   30:     0x5598b4a297d7 - <proptest[b103e6066b256e9b]::test_runner::runner::TestRunner>::shrink::<proptest[b103e6066b256e9b]::strategy::map::Map<alloc[dad09f3a48280dba]::boxed::Box<dyn proptest[b103e6066b256e9b]::strategy::traits::ValueTree<Value = rustbook[3f46124814f1185b]::query_transformation::QueryBoxed>>, rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#0}>, &rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#1}, alloc[dad09f3a48280dba]::vec::into_iter::IntoIter<core[d17f6591d688f3bd]::result::Result<(), proptest[b103e6066b256e9b]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:845:30
[INFO] [stdout]   31:     0x5598b4a2743e - <proptest[b103e6066b256e9b]::test_runner::runner::TestRunner>::run_one_with_replay::<proptest[b103e6066b256e9b]::strategy::map::Map<alloc[dad09f3a48280dba]::boxed::Box<dyn proptest[b103e6066b256e9b]::strategy::traits::ValueTree<Value = rustbook[3f46124814f1185b]::query_transformation::QueryBoxed>>, rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#0}>, &rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#1}, alloc[dad09f3a48280dba]::vec::into_iter::IntoIter<core[d17f6591d688f3bd]::result::Result<(), proptest[b103e6066b256e9b]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:736:22
[INFO] [stdout]   32:     0x5598b4a26c9a - <proptest[b103e6066b256e9b]::test_runner::runner::TestRunner>::gen_and_run_case::<proptest[b103e6066b256e9b]::strategy::map::Map<proptest[b103e6066b256e9b]::strategy::recursive::Recursive<rustbook[3f46124814f1185b]::query_transformation::QueryBoxed, rustbook[3f46124814f1185b]::query_transformation::tests::arb_query::{closure#1}>, rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#0}>, rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#1}, alloc[dad09f3a48280dba]::vec::into_iter::IntoIter<core[d17f6591d688f3bd]::result::Result<(), proptest[b103e6066b256e9b]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:664:28
[INFO] [stdout]   33:     0x5598b4a28165 - <proptest[b103e6066b256e9b]::test_runner::runner::TestRunner>::run_in_process_with_replay::<proptest[b103e6066b256e9b]::strategy::map::Map<proptest[b103e6066b256e9b]::strategy::recursive::Recursive<rustbook[3f46124814f1185b]::query_transformation::QueryBoxed, rustbook[3f46124814f1185b]::query_transformation::tests::arb_query::{closure#1}>, rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#0}>, rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#1}, alloc[dad09f3a48280dba]::vec::into_iter::IntoIter<core[d17f6591d688f3bd]::result::Result<(), proptest[b103e6066b256e9b]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:613:31
[INFO] [stdout]   34:     0x5598b4a26a10 - <proptest[b103e6066b256e9b]::test_runner::runner::TestRunner>::run_in_process::<proptest[b103e6066b256e9b]::strategy::map::Map<proptest[b103e6066b256e9b]::strategy::recursive::Recursive<rustbook[3f46124814f1185b]::query_transformation::QueryBoxed, rustbook[3f46124814f1185b]::query_transformation::tests::arb_query::{closure#1}>, rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#0}>, rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#1}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:570:14
[INFO] [stdout]   35:     0x5598b4a2914f - <proptest[b103e6066b256e9b]::test_runner::runner::TestRunner>::run::<proptest[b103e6066b256e9b]::strategy::map::Map<proptest[b103e6066b256e9b]::strategy::recursive::Recursive<rustbook[3f46124814f1185b]::query_transformation::QueryBoxed, rustbook[3f46124814f1185b]::query_transformation::tests::arb_query::{closure#1}>, rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#0}>, rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#1}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:413:18
[INFO] [stdout]   36:     0x5598b4a32ffe - rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/sugar.rs:163:17
[INFO] [stdout]   37:     0x5598b4a312d7 - rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/sugar.rs:159:28
[INFO] [stdout]   38:     0x5598b4a24036 - <rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#0} as core[d17f6591d688f3bd]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   39:     0x5598b4a3cd9b - <fn() -> core[d17f6591d688f3bd]::result::Result<(), alloc[dad09f3a48280dba]::string::String> as core[d17f6591d688f3bd]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   40:     0x5598b4a3cd9b - test[9653f4f1d2ca1489]::__rust_begin_short_backtrace::<core[d17f6591d688f3bd]::result::Result<(), alloc[dad09f3a48280dba]::string::String>, fn() -> core[d17f6591d688f3bd]::result::Result<(), alloc[dad09f3a48280dba]::string::String>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/test/src/lib.rs:724:18
[INFO] [stdout]   41:     0x5598b4a4a58b - test[9653f4f1d2ca1489]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/test/src/lib.rs:747:74
[INFO] [stdout]   42:     0x5598b4a4a58b - <core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<test[9653f4f1d2ca1489]::run_test_in_process::{closure#0}> as core[d17f6591d688f3bd]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   43:     0x5598b4a4a58b - std[fce30c26ee6459b]::panicking::catch_unwind::do_call::<core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<test[9653f4f1d2ca1489]::run_test_in_process::{closure#0}>, core[d17f6591d688f3bd]::result::Result<(), alloc[dad09f3a48280dba]::string::String>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:581:40
[INFO] [stdout]   44:     0x5598b4a4a58b - std[fce30c26ee6459b]::panicking::catch_unwind::<core[d17f6591d688f3bd]::result::Result<(), alloc[dad09f3a48280dba]::string::String>, core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<test[9653f4f1d2ca1489]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:544:19
[INFO] [stdout]   45:     0x5598b4a4a58b - std[fce30c26ee6459b]::panic::catch_unwind::<core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<test[9653f4f1d2ca1489]::run_test_in_process::{closure#0}>, core[d17f6591d688f3bd]::result::Result<(), alloc[dad09f3a48280dba]::string::String>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panic.rs:359:14
[INFO] [stdout]   46:     0x5598b4a4a58b - test[9653f4f1d2ca1489]::run_test_in_process
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/test/src/lib.rs:747:27
[INFO] [stdout]   47:     0x5598b4a4a58b - test[9653f4f1d2ca1489]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/test/src/lib.rs:668:43
[INFO] [stdout]   48:     0x5598b4a43ca4 - test[9653f4f1d2ca1489]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/test/src/lib.rs:698:41
[INFO] [stdout]   49:     0x5598b4a43ca4 - std[fce30c26ee6459b]::sys::backtrace::__rust_begin_short_backtrace::<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   50:     0x5598b4a4d192 - std[fce30c26ee6459b]::thread::lifecycle::spawn_unchecked::<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/thread/lifecycle.rs:70:13
[INFO] [stdout]   51:     0x5598b4a4d192 - <core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<std[fce30c26ee6459b]::thread::lifecycle::spawn_unchecked<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[d17f6591d688f3bd]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   52:     0x5598b4a4d192 - std[fce30c26ee6459b]::panicking::catch_unwind::do_call::<core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<std[fce30c26ee6459b]::thread::lifecycle::spawn_unchecked<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:581:40
[INFO] [stdout]   53:     0x5598b4a4d192 - std[fce30c26ee6459b]::panicking::catch_unwind::<(), core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<std[fce30c26ee6459b]::thread::lifecycle::spawn_unchecked<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:544:19
[INFO] [stdout]   54:     0x5598b4a4d192 - std[fce30c26ee6459b]::panic::catch_unwind::<core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<std[fce30c26ee6459b]::thread::lifecycle::spawn_unchecked<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panic.rs:359:14
[INFO] [stdout]   55:     0x5598b4a4d192 - std[fce30c26ee6459b]::thread::lifecycle::spawn_unchecked::<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/thread/lifecycle.rs:68:26
[INFO] [stdout]   56:     0x5598b4a4d192 - <std[fce30c26ee6459b]::thread::lifecycle::spawn_unchecked<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>::{closure#1} as core[d17f6591d688f3bd]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   57:     0x5598b4bbf51f - <alloc[dad09f3a48280dba]::boxed::Box<dyn core[d17f6591d688f3bd]::ops::function::FnOnce<(), Output = ()> + core[d17f6591d688f3bd]::marker::Send> as core[d17f6591d688f3bd]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/alloc/src/boxed.rs:2271:9
[INFO] [stdout]   58:     0x5598b4bbf51f - <std[fce30c26ee6459b]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/sys/thread/unix.rs:118:17
[INFO] [stdout]   59:     0x76e42426eaa4 - <unknown>
[INFO] [stdout]   60:     0x76e4242fba64 - clone
[INFO] [stdout]   61:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] thread 'query_transformation::tests::all_impls_match' (17) panicked at src/query_transformation.rs:224:13:
[INFO] [stdout] assertion `left == right` failed
[INFO] [stdout]   left: Ok("(oe=hmjldfuhrigtymylwjvvzbiocqzt) OR ((a=nvszuqchqlqiwfhuvqmt) OR (oe=hmjldfuhrigtymylwjvvzbiocqzt))")
[INFO] [stdout]  right: Ok("(a=a) OR ((a=nvszuqchqlqiwfhuvqmt) OR (oe=hmjldfuhrigtymylwjvvzbiocqzt))")
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x5598b4bbfc0a - std[fce30c26ee6459b]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x5598b4bbfc0a - std[fce30c26ee6459b]::backtrace_rs::backtrace::trace_unsynchronized::<std[fce30c26ee6459b]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x5598b4bbfc0a - std[fce30c26ee6459b]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x5598b4bbfc0a - <<std[fce30c26ee6459b]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[d17f6591d688f3bd]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x5598b4bd51ea - <core[d17f6591d688f3bd]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x5598b4bd51ea - core[d17f6591d688f3bd]::fmt::write
[INFO] [stdout]    6:     0x5598b4bc4852 - std[fce30c26ee6459b]::io::default_write_fmt::<alloc[dad09f3a48280dba]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/io/mod.rs:621:11
[INFO] [stdout]    7:     0x5598b4bc4852 - <alloc[dad09f3a48280dba]::vec::Vec<u8> as std[fce30c26ee6459b]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/io/mod.rs:1976:13
[INFO] [stdout]    8:     0x5598b4b9d45f - <std[fce30c26ee6459b]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x5598b4b9d45f - std[fce30c26ee6459b]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x5598b4bb7f09 - std[fce30c26ee6459b]::panicking::default_hook
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x5598b4a49abc - <alloc[dad09f3a48280dba]::boxed::Box<dyn for<'a, 'b> core[d17f6591d688f3bd]::ops::function::Fn<(&'a std[fce30c26ee6459b]::panic::PanicHookInfo<'b>,), Output = ()> + core[d17f6591d688f3bd]::marker::Sync + core[d17f6591d688f3bd]::marker::Send> as core[d17f6591d688f3bd]::ops::function::Fn<(&std[fce30c26ee6459b]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/alloc/src/boxed.rs:2285:9
[INFO] [stdout]   12:     0x5598b4a49abc - test[9653f4f1d2ca1489]::test_main_inner::<test[9653f4f1d2ca1489]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/test/src/lib.rs:155:21
[INFO] [stdout]   13:     0x5598b4bb80c2 - <alloc[dad09f3a48280dba]::boxed::Box<dyn for<'a, 'b> core[d17f6591d688f3bd]::ops::function::Fn<(&'a std[fce30c26ee6459b]::panic::PanicHookInfo<'b>,), Output = ()> + core[d17f6591d688f3bd]::marker::Sync + core[d17f6591d688f3bd]::marker::Send> as core[d17f6591d688f3bd]::ops::function::Fn<(&std[fce30c26ee6459b]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/alloc/src/boxed.rs:2285:9
[INFO] [stdout]   14:     0x5598b4bb80c2 - std[fce30c26ee6459b]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x5598b4b9d518 - std[fce30c26ee6459b]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:698:13
[INFO] [stdout]   16:     0x5598b4b92619 - std[fce30c26ee6459b]::sys::backtrace::__rust_end_short_backtrace::<std[fce30c26ee6459b]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x5598b4b9e22d - __rustc[de152adb51f02556]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x5598b4bd5a2c - core[d17f6591d688f3bd]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x5598b4bd58e3 - core[d17f6591d688f3bd]::panicking::assert_failed_inner
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/panicking.rs:439:17
[INFO] [stdout]   20:     0x5598b4a3828d - core[d17f6591d688f3bd]::panicking::assert_failed::<core[d17f6591d688f3bd]::result::Result<alloc[dad09f3a48280dba]::string::String, rustbook[3f46124814f1185b]::query_transformation::PrintError>, core[d17f6591d688f3bd]::result::Result<alloc[dad09f3a48280dba]::string::String, rustbook[3f46124814f1185b]::query_transformation::PrintError>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/panicking.rs:394:5
[INFO] [stdout]   21:     0x5598b4a31665 - rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#1}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/query_transformation.rs:224:13
[INFO] [stdout]   22:     0x5598b4a33ef7 - <&rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#1} as core[d17f6591d688f3bd]::ops::function::Fn<(proptest[b103e6066b256e9b]::sugar::NamedArguments<&str, rustbook[3f46124814f1185b]::query_transformation::QueryBoxed>,)>>::call
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/ops/function.rs:263:22
[INFO] [stdout]   23:     0x5598b4a2c767 - proptest[b103e6066b256e9b]::test_runner::runner::call_test::<proptest[b103e6066b256e9b]::sugar::NamedArguments<&str, rustbook[3f46124814f1185b]::query_transformation::QueryBoxed>, &rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#1}, alloc[dad09f3a48280dba]::vec::into_iter::IntoIter<core[d17f6591d688f3bd]::result::Result<(), proptest[b103e6066b256e9b]::test_runner::errors::TestCaseError>>>::{closure#3}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:256:49
[INFO] [stdout]   24:     0x5598b4a23808 - <core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<proptest[b103e6066b256e9b]::test_runner::runner::call_test<proptest[b103e6066b256e9b]::sugar::NamedArguments<&str, rustbook[3f46124814f1185b]::query_transformation::QueryBoxed>, &rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#1}, alloc[dad09f3a48280dba]::vec::into_iter::IntoIter<core[d17f6591d688f3bd]::result::Result<(), proptest[b103e6066b256e9b]::test_runner::errors::TestCaseError>>>::{closure#3}> as core[d17f6591d688f3bd]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   25:     0x5598b4a387fd - std[fce30c26ee6459b]::panicking::catch_unwind::do_call::<core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<proptest[b103e6066b256e9b]::test_runner::runner::call_test<proptest[b103e6066b256e9b]::sugar::NamedArguments<&str, rustbook[3f46124814f1185b]::query_transformation::QueryBoxed>, &rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#1}, alloc[dad09f3a48280dba]::vec::into_iter::IntoIter<core[d17f6591d688f3bd]::result::Result<(), proptest[b103e6066b256e9b]::test_runner::errors::TestCaseError>>>::{closure#3}>, core[d17f6591d688f3bd]::result::Result<(), proptest[b103e6066b256e9b]::test_runner::errors::TestCaseError>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:581:40
[INFO] [stdout]   26:     0x5598b4a367db - __rust_try
[INFO] [stdout]   27:     0x5598b4a2fe01 - std[fce30c26ee6459b]::panicking::catch_unwind::<core[d17f6591d688f3bd]::result::Result<(), proptest[b103e6066b256e9b]::test_runner::errors::TestCaseError>, core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<proptest[b103e6066b256e9b]::test_runner::runner::call_test<proptest[b103e6066b256e9b]::sugar::NamedArguments<&str, rustbook[3f46124814f1185b]::query_transformation::QueryBoxed>, &rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#1}, alloc[dad09f3a48280dba]::vec::into_iter::IntoIter<core[d17f6591d688f3bd]::result::Result<(), proptest[b103e6066b256e9b]::test_runner::errors::TestCaseError>>>::{closure#3}>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:544:19
[INFO] [stdout]   28:     0x5598b4a2fe01 - std[fce30c26ee6459b]::panic::catch_unwind::<core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<proptest[b103e6066b256e9b]::test_runner::runner::call_test<proptest[b103e6066b256e9b]::sugar::NamedArguments<&str, rustbook[3f46124814f1185b]::query_transformation::QueryBoxed>, &rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#1}, alloc[dad09f3a48280dba]::vec::into_iter::IntoIter<core[d17f6591d688f3bd]::result::Result<(), proptest[b103e6066b256e9b]::test_runner::errors::TestCaseError>>>::{closure#3}>, core[d17f6591d688f3bd]::result::Result<(), proptest[b103e6066b256e9b]::test_runner::errors::TestCaseError>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panic.rs:359:14
[INFO] [stdout]   29:     0x5598b4a2b3a4 - proptest[b103e6066b256e9b]::test_runner::runner::call_test::<proptest[b103e6066b256e9b]::sugar::NamedArguments<&str, rustbook[3f46124814f1185b]::query_transformation::QueryBoxed>, &rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#1}, alloc[dad09f3a48280dba]::vec::into_iter::IntoIter<core[d17f6591d688f3bd]::result::Result<(), proptest[b103e6066b256e9b]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:256:9
[INFO] [stdout]   30:     0x5598b4a297d7 - <proptest[b103e6066b256e9b]::test_runner::runner::TestRunner>::shrink::<proptest[b103e6066b256e9b]::strategy::map::Map<alloc[dad09f3a48280dba]::boxed::Box<dyn proptest[b103e6066b256e9b]::strategy::traits::ValueTree<Value = rustbook[3f46124814f1185b]::query_transformation::QueryBoxed>>, rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#0}>, &rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#1}, alloc[dad09f3a48280dba]::vec::into_iter::IntoIter<core[d17f6591d688f3bd]::result::Result<(), proptest[b103e6066b256e9b]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:845:30
[INFO] [stdout]   31:     0x5598b4a2743e - <proptest[b103e6066b256e9b]::test_runner::runner::TestRunner>::run_one_with_replay::<proptest[b103e6066b256e9b]::strategy::map::Map<alloc[dad09f3a48280dba]::boxed::Box<dyn proptest[b103e6066b256e9b]::strategy::traits::ValueTree<Value = rustbook[3f46124814f1185b]::query_transformation::QueryBoxed>>, rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#0}>, &rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#1}, alloc[dad09f3a48280dba]::vec::into_iter::IntoIter<core[d17f6591d688f3bd]::result::Result<(), proptest[b103e6066b256e9b]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:736:22
[INFO] [stdout]   32:     0x5598b4a26c9a - <proptest[b103e6066b256e9b]::test_runner::runner::TestRunner>::gen_and_run_case::<proptest[b103e6066b256e9b]::strategy::map::Map<proptest[b103e6066b256e9b]::strategy::recursive::Recursive<rustbook[3f46124814f1185b]::query_transformation::QueryBoxed, rustbook[3f46124814f1185b]::query_transformation::tests::arb_query::{closure#1}>, rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#0}>, rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#1}, alloc[dad09f3a48280dba]::vec::into_iter::IntoIter<core[d17f6591d688f3bd]::result::Result<(), proptest[b103e6066b256e9b]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:664:28
[INFO] [stdout]   33:     0x5598b4a28165 - <proptest[b103e6066b256e9b]::test_runner::runner::TestRunner>::run_in_process_with_replay::<proptest[b103e6066b256e9b]::strategy::map::Map<proptest[b103e6066b256e9b]::strategy::recursive::Recursive<rustbook[3f46124814f1185b]::query_transformation::QueryBoxed, rustbook[3f46124814f1185b]::query_transformation::tests::arb_query::{closure#1}>, rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#0}>, rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#1}, alloc[dad09f3a48280dba]::vec::into_iter::IntoIter<core[d17f6591d688f3bd]::result::Result<(), proptest[b103e6066b256e9b]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:613:31
[INFO] [stdout]   34:     0x5598b4a26a10 - <proptest[b103e6066b256e9b]::test_runner::runner::TestRunner>::run_in_process::<proptest[b103e6066b256e9b]::strategy::map::Map<proptest[b103e6066b256e9b]::strategy::recursive::Recursive<rustbook[3f46124814f1185b]::query_transformation::QueryBoxed, rustbook[3f46124814f1185b]::query_transformation::tests::arb_query::{closure#1}>, rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#0}>, rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#1}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:570:14
[INFO] [stdout]   35:     0x5598b4a2914f - <proptest[b103e6066b256e9b]::test_runner::runner::TestRunner>::run::<proptest[b103e6066b256e9b]::strategy::map::Map<proptest[b103e6066b256e9b]::strategy::recursive::Recursive<rustbook[3f46124814f1185b]::query_transformation::QueryBoxed, rustbook[3f46124814f1185b]::query_transformation::tests::arb_query::{closure#1}>, rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#0}>, rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#1}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:413:18
[INFO] [stdout]   36:     0x5598b4a32ffe - rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/sugar.rs:163:17
[INFO] [stdout]   37:     0x5598b4a312d7 - rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/sugar.rs:159:28
[INFO] [stdout]   38:     0x5598b4a24036 - <rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#0} as core[d17f6591d688f3bd]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   39:     0x5598b4a3cd9b - <fn() -> core[d17f6591d688f3bd]::result::Result<(), alloc[dad09f3a48280dba]::string::String> as core[d17f6591d688f3bd]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   40:     0x5598b4a3cd9b - test[9653f4f1d2ca1489]::__rust_begin_short_backtrace::<core[d17f6591d688f3bd]::result::Result<(), alloc[dad09f3a48280dba]::string::String>, fn() -> core[d17f6591d688f3bd]::result::Result<(), alloc[dad09f3a48280dba]::string::String>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/test/src/lib.rs:724:18
[INFO] [stdout]   41:     0x5598b4a4a58b - test[9653f4f1d2ca1489]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/test/src/lib.rs:747:74
[INFO] [stdout]   42:     0x5598b4a4a58b - <core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<test[9653f4f1d2ca1489]::run_test_in_process::{closure#0}> as core[d17f6591d688f3bd]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   43:     0x5598b4a4a58b - std[fce30c26ee6459b]::panicking::catch_unwind::do_call::<core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<test[9653f4f1d2ca1489]::run_test_in_process::{closure#0}>, core[d17f6591d688f3bd]::result::Result<(), alloc[dad09f3a48280dba]::string::String>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:581:40
[INFO] [stdout]   44:     0x5598b4a4a58b - std[fce30c26ee6459b]::panicking::catch_unwind::<core[d17f6591d688f3bd]::result::Result<(), alloc[dad09f3a48280dba]::string::String>, core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<test[9653f4f1d2ca1489]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:544:19
[INFO] [stdout]   45:     0x5598b4a4a58b - std[fce30c26ee6459b]::panic::catch_unwind::<core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<test[9653f4f1d2ca1489]::run_test_in_process::{closure#0}>, core[d17f6591d688f3bd]::result::Result<(), alloc[dad09f3a48280dba]::string::String>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panic.rs:359:14
[INFO] [stdout]   46:     0x5598b4a4a58b - test[9653f4f1d2ca1489]::run_test_in_process
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/test/src/lib.rs:747:27
[INFO] [stdout]   47:     0x5598b4a4a58b - test[9653f4f1d2ca1489]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/test/src/lib.rs:668:43
[INFO] [stdout]   48:     0x5598b4a43ca4 - test[9653f4f1d2ca1489]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/test/src/lib.rs:698:41
[INFO] [stdout]   49:     0x5598b4a43ca4 - std[fce30c26ee6459b]::sys::backtrace::__rust_begin_short_backtrace::<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   50:     0x5598b4a4d192 - std[fce30c26ee6459b]::thread::lifecycle::spawn_unchecked::<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/thread/lifecycle.rs:70:13
[INFO] [stdout]   51:     0x5598b4a4d192 - <core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<std[fce30c26ee6459b]::thread::lifecycle::spawn_unchecked<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[d17f6591d688f3bd]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   52:     0x5598b4a4d192 - std[fce30c26ee6459b]::panicking::catch_unwind::do_call::<core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<std[fce30c26ee6459b]::thread::lifecycle::spawn_unchecked<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:581:40
[INFO] [stdout]   53:     0x5598b4a4d192 - std[fce30c26ee6459b]::panicking::catch_unwind::<(), core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<std[fce30c26ee6459b]::thread::lifecycle::spawn_unchecked<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:544:19
[INFO] [stdout]   54:     0x5598b4a4d192 - std[fce30c26ee6459b]::panic::catch_unwind::<core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<std[fce30c26ee6459b]::thread::lifecycle::spawn_unchecked<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panic.rs:359:14
[INFO] [stdout]   55:     0x5598b4a4d192 - std[fce30c26ee6459b]::thread::lifecycle::spawn_unchecked::<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/thread/lifecycle.rs:68:26
[INFO] [stdout]   56:     0x5598b4a4d192 - <std[fce30c26ee6459b]::thread::lifecycle::spawn_unchecked<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>::{closure#1} as core[d17f6591d688f3bd]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   57:     0x5598b4bbf51f - <alloc[dad09f3a48280dba]::boxed::Box<dyn core[d17f6591d688f3bd]::ops::function::FnOnce<(), Output = ()> + core[d17f6591d688f3bd]::marker::Send> as core[d17f6591d688f3bd]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/alloc/src/boxed.rs:2271:9
[INFO] [stdout]   58:     0x5598b4bbf51f - <std[fce30c26ee6459b]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/sys/thread/unix.rs:118:17
[INFO] [stdout]   59:     0x76e42426eaa4 - <unknown>
[INFO] [stdout]   60:     0x76e4242fba64 - clone
[INFO] [stdout]   61:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] thread 'query_transformation::tests::all_impls_match' (17) panicked at src/query_transformation.rs:224:13:
[INFO] [stdout] assertion `left == right` failed
[INFO] [stdout]   left: Ok("(oe=hmjldfuhrigtymylwjvvzbiocqzt) OR ((a=vszuqchqlqiwfhuvqmt) OR (oe=hmjldfuhrigtymylwjvvzbiocqzt))")
[INFO] [stdout]  right: Ok("(a=a) OR ((a=vszuqchqlqiwfhuvqmt) OR (oe=hmjldfuhrigtymylwjvvzbiocqzt))")
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x5598b4bbfc0a - std[fce30c26ee6459b]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x5598b4bbfc0a - std[fce30c26ee6459b]::backtrace_rs::backtrace::trace_unsynchronized::<std[fce30c26ee6459b]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x5598b4bbfc0a - std[fce30c26ee6459b]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x5598b4bbfc0a - <<std[fce30c26ee6459b]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[d17f6591d688f3bd]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x5598b4bd51ea - <core[d17f6591d688f3bd]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x5598b4bd51ea - core[d17f6591d688f3bd]::fmt::write
[INFO] [stdout]    6:     0x5598b4bc4852 - std[fce30c26ee6459b]::io::default_write_fmt::<alloc[dad09f3a48280dba]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/io/mod.rs:621:11
[INFO] [stdout]    7:     0x5598b4bc4852 - <alloc[dad09f3a48280dba]::vec::Vec<u8> as std[fce30c26ee6459b]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/io/mod.rs:1976:13
[INFO] [stdout]    8:     0x5598b4b9d45f - <std[fce30c26ee6459b]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x5598b4b9d45f - std[fce30c26ee6459b]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x5598b4bb7f09 - std[fce30c26ee6459b]::panicking::default_hook
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x5598b4a49abc - <alloc[dad09f3a48280dba]::boxed::Box<dyn for<'a, 'b> core[d17f6591d688f3bd]::ops::function::Fn<(&'a std[fce30c26ee6459b]::panic::PanicHookInfo<'b>,), Output = ()> + core[d17f6591d688f3bd]::marker::Sync + core[d17f6591d688f3bd]::marker::Send> as core[d17f6591d688f3bd]::ops::function::Fn<(&std[fce30c26ee6459b]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/alloc/src/boxed.rs:2285:9
[INFO] [stdout]   12:     0x5598b4a49abc - test[9653f4f1d2ca1489]::test_main_inner::<test[9653f4f1d2ca1489]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/test/src/lib.rs:155:21
[INFO] [stdout]   13:     0x5598b4bb80c2 - <alloc[dad09f3a48280dba]::boxed::Box<dyn for<'a, 'b> core[d17f6591d688f3bd]::ops::function::Fn<(&'a std[fce30c26ee6459b]::panic::PanicHookInfo<'b>,), Output = ()> + core[d17f6591d688f3bd]::marker::Sync + core[d17f6591d688f3bd]::marker::Send> as core[d17f6591d688f3bd]::ops::function::Fn<(&std[fce30c26ee6459b]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/alloc/src/boxed.rs:2285:9
[INFO] [stdout]   14:     0x5598b4bb80c2 - std[fce30c26ee6459b]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x5598b4b9d518 - std[fce30c26ee6459b]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:698:13
[INFO] [stdout]   16:     0x5598b4b92619 - std[fce30c26ee6459b]::sys::backtrace::__rust_end_short_backtrace::<std[fce30c26ee6459b]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x5598b4b9e22d - __rustc[de152adb51f02556]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x5598b4bd5a2c - core[d17f6591d688f3bd]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x5598b4bd58e3 - core[d17f6591d688f3bd]::panicking::assert_failed_inner
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/panicking.rs:439:17
[INFO] [stdout]   20:     0x5598b4a3828d - core[d17f6591d688f3bd]::panicking::assert_failed::<core[d17f6591d688f3bd]::result::Result<alloc[dad09f3a48280dba]::string::String, rustbook[3f46124814f1185b]::query_transformation::PrintError>, core[d17f6591d688f3bd]::result::Result<alloc[dad09f3a48280dba]::string::String, rustbook[3f46124814f1185b]::query_transformation::PrintError>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/panicking.rs:394:5
[INFO] [stdout]   21:     0x5598b4a31665 - rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#1}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/query_transformation.rs:224:13
[INFO] [stdout]   22:     0x5598b4a33ef7 - <&rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#1} as core[d17f6591d688f3bd]::ops::function::Fn<(proptest[b103e6066b256e9b]::sugar::NamedArguments<&str, rustbook[3f46124814f1185b]::query_transformation::QueryBoxed>,)>>::call
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/ops/function.rs:263:22
[INFO] [stdout]   23:     0x5598b4a2c767 - proptest[b103e6066b256e9b]::test_runner::runner::call_test::<proptest[b103e6066b256e9b]::sugar::NamedArguments<&str, rustbook[3f46124814f1185b]::query_transformation::QueryBoxed>, &rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#1}, alloc[dad09f3a48280dba]::vec::into_iter::IntoIter<core[d17f6591d688f3bd]::result::Result<(), proptest[b103e6066b256e9b]::test_runner::errors::TestCaseError>>>::{closure#3}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:256:49
[INFO] [stdout]   24:     0x5598b4a23808 - <core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<proptest[b103e6066b256e9b]::test_runner::runner::call_test<proptest[b103e6066b256e9b]::sugar::NamedArguments<&str, rustbook[3f46124814f1185b]::query_transformation::QueryBoxed>, &rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#1}, alloc[dad09f3a48280dba]::vec::into_iter::IntoIter<core[d17f6591d688f3bd]::result::Result<(), proptest[b103e6066b256e9b]::test_runner::errors::TestCaseError>>>::{closure#3}> as core[d17f6591d688f3bd]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   25:     0x5598b4a387fd - std[fce30c26ee6459b]::panicking::catch_unwind::do_call::<core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<proptest[b103e6066b256e9b]::test_runner::runner::call_test<proptest[b103e6066b256e9b]::sugar::NamedArguments<&str, rustbook[3f46124814f1185b]::query_transformation::QueryBoxed>, &rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#1}, alloc[dad09f3a48280dba]::vec::into_iter::IntoIter<core[d17f6591d688f3bd]::result::Result<(), proptest[b103e6066b256e9b]::test_runner::errors::TestCaseError>>>::{closure#3}>, core[d17f6591d688f3bd]::result::Result<(), proptest[b103e6066b256e9b]::test_runner::errors::TestCaseError>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:581:40
[INFO] [stdout]   26:     0x5598b4a367db - __rust_try
[INFO] [stdout]   27:     0x5598b4a2fe01 - std[fce30c26ee6459b]::panicking::catch_unwind::<core[d17f6591d688f3bd]::result::Result<(), proptest[b103e6066b256e9b]::test_runner::errors::TestCaseError>, core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<proptest[b103e6066b256e9b]::test_runner::runner::call_test<proptest[b103e6066b256e9b]::sugar::NamedArguments<&str, rustbook[3f46124814f1185b]::query_transformation::QueryBoxed>, &rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#1}, alloc[dad09f3a48280dba]::vec::into_iter::IntoIter<core[d17f6591d688f3bd]::result::Result<(), proptest[b103e6066b256e9b]::test_runner::errors::TestCaseError>>>::{closure#3}>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:544:19
[INFO] [stdout]   28:     0x5598b4a2fe01 - std[fce30c26ee6459b]::panic::catch_unwind::<core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<proptest[b103e6066b256e9b]::test_runner::runner::call_test<proptest[b103e6066b256e9b]::sugar::NamedArguments<&str, rustbook[3f46124814f1185b]::query_transformation::QueryBoxed>, &rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#1}, alloc[dad09f3a48280dba]::vec::into_iter::IntoIter<core[d17f6591d688f3bd]::result::Result<(), proptest[b103e6066b256e9b]::test_runner::errors::TestCaseError>>>::{closure#3}>, core[d17f6591d688f3bd]::result::Result<(), proptest[b103e6066b256e9b]::test_runner::errors::TestCaseError>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panic.rs:359:14
[INFO] [stdout]   29:     0x5598b4a2b3a4 - proptest[b103e6066b256e9b]::test_runner::runner::call_test::<proptest[b103e6066b256e9b]::sugar::NamedArguments<&str, rustbook[3f46124814f1185b]::query_transformation::QueryBoxed>, &rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#1}, alloc[dad09f3a48280dba]::vec::into_iter::IntoIter<core[d17f6591d688f3bd]::result::Result<(), proptest[b103e6066b256e9b]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:256:9
[INFO] [stdout]   30:     0x5598b4a297d7 - <proptest[b103e6066b256e9b]::test_runner::runner::TestRunner>::shrink::<proptest[b103e6066b256e9b]::strategy::map::Map<alloc[dad09f3a48280dba]::boxed::Box<dyn proptest[b103e6066b256e9b]::strategy::traits::ValueTree<Value = rustbook[3f46124814f1185b]::query_transformation::QueryBoxed>>, rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#0}>, &rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#1}, alloc[dad09f3a48280dba]::vec::into_iter::IntoIter<core[d17f6591d688f3bd]::result::Result<(), proptest[b103e6066b256e9b]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:845:30
[INFO] [stdout]   31:     0x5598b4a2743e - <proptest[b103e6066b256e9b]::test_runner::runner::TestRunner>::run_one_with_replay::<proptest[b103e6066b256e9b]::strategy::map::Map<alloc[dad09f3a48280dba]::boxed::Box<dyn proptest[b103e6066b256e9b]::strategy::traits::ValueTree<Value = rustbook[3f46124814f1185b]::query_transformation::QueryBoxed>>, rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#0}>, &rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#1}, alloc[dad09f3a48280dba]::vec::into_iter::IntoIter<core[d17f6591d688f3bd]::result::Result<(), proptest[b103e6066b256e9b]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:736:22
[INFO] [stdout]   32:     0x5598b4a26c9a - <proptest[b103e6066b256e9b]::test_runner::runner::TestRunner>::gen_and_run_case::<proptest[b103e6066b256e9b]::strategy::map::Map<proptest[b103e6066b256e9b]::strategy::recursive::Recursive<rustbook[3f46124814f1185b]::query_transformation::QueryBoxed, rustbook[3f46124814f1185b]::query_transformation::tests::arb_query::{closure#1}>, rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#0}>, rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#1}, alloc[dad09f3a48280dba]::vec::into_iter::IntoIter<core[d17f6591d688f3bd]::result::Result<(), proptest[b103e6066b256e9b]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:664:28
[INFO] [stdout]   33:     0x5598b4a28165 - <proptest[b103e6066b256e9b]::test_runner::runner::TestRunner>::run_in_process_with_replay::<proptest[b103e6066b256e9b]::strategy::map::Map<proptest[b103e6066b256e9b]::strategy::recursive::Recursive<rustbook[3f46124814f1185b]::query_transformation::QueryBoxed, rustbook[3f46124814f1185b]::query_transformation::tests::arb_query::{closure#1}>, rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#0}>, rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#1}, alloc[dad09f3a48280dba]::vec::into_iter::IntoIter<core[d17f6591d688f3bd]::result::Result<(), proptest[b103e6066b256e9b]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:613:31
[INFO] [stdout]   34:     0x5598b4a26a10 - <proptest[b103e6066b256e9b]::test_runner::runner::TestRunner>::run_in_process::<proptest[b103e6066b256e9b]::strategy::map::Map<proptest[b103e6066b256e9b]::strategy::recursive::Recursive<rustbook[3f46124814f1185b]::query_transformation::QueryBoxed, rustbook[3f46124814f1185b]::query_transformation::tests::arb_query::{closure#1}>, rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#0}>, rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#1}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:570:14
[INFO] [stdout]   35:     0x5598b4a2914f - <proptest[b103e6066b256e9b]::test_runner::runner::TestRunner>::run::<proptest[b103e6066b256e9b]::strategy::map::Map<proptest[b103e6066b256e9b]::strategy::recursive::Recursive<rustbook[3f46124814f1185b]::query_transformation::QueryBoxed, rustbook[3f46124814f1185b]::query_transformation::tests::arb_query::{closure#1}>, rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#0}>, rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#1}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:413:18
[INFO] [stdout]   36:     0x5598b4a32ffe - rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/sugar.rs:163:17
[INFO] [stdout]   37:     0x5598b4a312d7 - rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/sugar.rs:159:28
[INFO] [stdout]   38:     0x5598b4a24036 - <rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#0} as core[d17f6591d688f3bd]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   39:     0x5598b4a3cd9b - <fn() -> core[d17f6591d688f3bd]::result::Result<(), alloc[dad09f3a48280dba]::string::String> as core[d17f6591d688f3bd]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   40:     0x5598b4a3cd9b - test[9653f4f1d2ca1489]::__rust_begin_short_backtrace::<core[d17f6591d688f3bd]::result::Result<(), alloc[dad09f3a48280dba]::string::String>, fn() -> core[d17f6591d688f3bd]::result::Result<(), alloc[dad09f3a48280dba]::string::String>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/test/src/lib.rs:724:18
[INFO] [stdout]   41:     0x5598b4a4a58b - test[9653f4f1d2ca1489]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/test/src/lib.rs:747:74
[INFO] [stdout]   42:     0x5598b4a4a58b - <core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<test[9653f4f1d2ca1489]::run_test_in_process::{closure#0}> as core[d17f6591d688f3bd]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   43:     0x5598b4a4a58b - std[fce30c26ee6459b]::panicking::catch_unwind::do_call::<core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<test[9653f4f1d2ca1489]::run_test_in_process::{closure#0}>, core[d17f6591d688f3bd]::result::Result<(), alloc[dad09f3a48280dba]::string::String>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:581:40
[INFO] [stdout]   44:     0x5598b4a4a58b - std[fce30c26ee6459b]::panicking::catch_unwind::<core[d17f6591d688f3bd]::result::Result<(), alloc[dad09f3a48280dba]::string::String>, core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<test[9653f4f1d2ca1489]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:544:19
[INFO] [stdout]   45:     0x5598b4a4a58b - std[fce30c26ee6459b]::panic::catch_unwind::<core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<test[9653f4f1d2ca1489]::run_test_in_process::{closure#0}>, core[d17f6591d688f3bd]::result::Result<(), alloc[dad09f3a48280dba]::string::String>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panic.rs:359:14
[INFO] [stdout]   46:     0x5598b4a4a58b - test[9653f4f1d2ca1489]::run_test_in_process
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/test/src/lib.rs:747:27
[INFO] [stdout]   47:     0x5598b4a4a58b - test[9653f4f1d2ca1489]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/test/src/lib.rs:668:43
[INFO] [stdout]   48:     0x5598b4a43ca4 - test[9653f4f1d2ca1489]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/test/src/lib.rs:698:41
[INFO] [stdout]   49:     0x5598b4a43ca4 - std[fce30c26ee6459b]::sys::backtrace::__rust_begin_short_backtrace::<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   50:     0x5598b4a4d192 - std[fce30c26ee6459b]::thread::lifecycle::spawn_unchecked::<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/thread/lifecycle.rs:70:13
[INFO] [stdout]   51:     0x5598b4a4d192 - <core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<std[fce30c26ee6459b]::thread::lifecycle::spawn_unchecked<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[d17f6591d688f3bd]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   52:     0x5598b4a4d192 - std[fce30c26ee6459b]::panicking::catch_unwind::do_call::<core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<std[fce30c26ee6459b]::thread::lifecycle::spawn_unchecked<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:581:40
[INFO] [stdout]   53:     0x5598b4a4d192 - std[fce30c26ee6459b]::panicking::catch_unwind::<(), core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<std[fce30c26ee6459b]::thread::lifecycle::spawn_unchecked<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:544:19
[INFO] [stdout]   54:     0x5598b4a4d192 - std[fce30c26ee6459b]::panic::catch_unwind::<core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<std[fce30c26ee6459b]::thread::lifecycle::spawn_unchecked<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panic.rs:359:14
[INFO] [stdout]   55:     0x5598b4a4d192 - std[fce30c26ee6459b]::thread::lifecycle::spawn_unchecked::<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/thread/lifecycle.rs:68:26
[INFO] [stdout]   56:     0x5598b4a4d192 - <std[fce30c26ee6459b]::thread::lifecycle::spawn_unchecked<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>::{closure#1} as core[d17f6591d688f3bd]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   57:     0x5598b4bbf51f - <alloc[dad09f3a48280dba]::boxed::Box<dyn core[d17f6591d688f3bd]::ops::function::FnOnce<(), Output = ()> + core[d17f6591d688f3bd]::marker::Send> as core[d17f6591d688f3bd]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/alloc/src/boxed.rs:2271:9
[INFO] [stdout]   58:     0x5598b4bbf51f - <std[fce30c26ee6459b]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/sys/thread/unix.rs:118:17
[INFO] [stdout]   59:     0x76e42426eaa4 - <unknown>
[INFO] [stdout]   60:     0x76e4242fba64 - clone
[INFO] [stdout]   61:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] thread 'query_transformation::tests::all_impls_match' (17) panicked at src/query_transformation.rs:224:13:
[INFO] [stdout] assertion `left == right` failed
[INFO] [stdout]   left: Ok("(oe=hmjldfuhrigtymylwjvvzbiocqzt) OR ((a=szuqchqlqiwfhuvqmt) OR (oe=hmjldfuhrigtymylwjvvzbiocqzt))")
[INFO] [stdout]  right: Ok("(a=a) OR ((a=szuqchqlqiwfhuvqmt) OR (oe=hmjldfuhrigtymylwjvvzbiocqzt))")
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x5598b4bbfc0a - std[fce30c26ee6459b]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x5598b4bbfc0a - std[fce30c26ee6459b]::backtrace_rs::backtrace::trace_unsynchronized::<std[fce30c26ee6459b]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x5598b4bbfc0a - std[fce30c26ee6459b]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x5598b4bbfc0a - <<std[fce30c26ee6459b]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[d17f6591d688f3bd]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x5598b4bd51ea - <core[d17f6591d688f3bd]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x5598b4bd51ea - core[d17f6591d688f3bd]::fmt::write
[INFO] [stdout]    6:     0x5598b4bc4852 - std[fce30c26ee6459b]::io::default_write_fmt::<alloc[dad09f3a48280dba]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/io/mod.rs:621:11
[INFO] [stdout]    7:     0x5598b4bc4852 - <alloc[dad09f3a48280dba]::vec::Vec<u8> as std[fce30c26ee6459b]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/io/mod.rs:1976:13
[INFO] [stdout]    8:     0x5598b4b9d45f - <std[fce30c26ee6459b]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x5598b4b9d45f - std[fce30c26ee6459b]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x5598b4bb7f09 - std[fce30c26ee6459b]::panicking::default_hook
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x5598b4a49abc - <alloc[dad09f3a48280dba]::boxed::Box<dyn for<'a, 'b> core[d17f6591d688f3bd]::ops::function::Fn<(&'a std[fce30c26ee6459b]::panic::PanicHookInfo<'b>,), Output = ()> + core[d17f6591d688f3bd]::marker::Sync + core[d17f6591d688f3bd]::marker::Send> as core[d17f6591d688f3bd]::ops::function::Fn<(&std[fce30c26ee6459b]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/alloc/src/boxed.rs:2285:9
[INFO] [stdout]   12:     0x5598b4a49abc - test[9653f4f1d2ca1489]::test_main_inner::<test[9653f4f1d2ca1489]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/test/src/lib.rs:155:21
[INFO] [stdout]   13:     0x5598b4bb80c2 - <alloc[dad09f3a48280dba]::boxed::Box<dyn for<'a, 'b> core[d17f6591d688f3bd]::ops::function::Fn<(&'a std[fce30c26ee6459b]::panic::PanicHookInfo<'b>,), Output = ()> + core[d17f6591d688f3bd]::marker::Sync + core[d17f6591d688f3bd]::marker::Send> as core[d17f6591d688f3bd]::ops::function::Fn<(&std[fce30c26ee6459b]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/alloc/src/boxed.rs:2285:9
[INFO] [stdout]   14:     0x5598b4bb80c2 - std[fce30c26ee6459b]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x5598b4b9d518 - std[fce30c26ee6459b]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:698:13
[INFO] [stdout]   16:     0x5598b4b92619 - std[fce30c26ee6459b]::sys::backtrace::__rust_end_short_backtrace::<std[fce30c26ee6459b]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x5598b4b9e22d - __rustc[de152adb51f02556]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x5598b4bd5a2c - core[d17f6591d688f3bd]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x5598b4bd58e3 - core[d17f6591d688f3bd]::panicking::assert_failed_inner
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/panicking.rs:439:17
[INFO] [stdout]   20:     0x5598b4a3828d - core[d17f6591d688f3bd]::panicking::assert_failed::<core[d17f6591d688f3bd]::result::Result<alloc[dad09f3a48280dba]::string::String, rustbook[3f46124814f1185b]::query_transformation::PrintError>, core[d17f6591d688f3bd]::result::Result<alloc[dad09f3a48280dba]::string::String, rustbook[3f46124814f1185b]::query_transformation::PrintError>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/panicking.rs:394:5
[INFO] [stdout]   21:     0x5598b4a31665 - rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#1}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/query_transformation.rs:224:13
[INFO] [stdout]   22:     0x5598b4a33ef7 - <&rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#1} as core[d17f6591d688f3bd]::ops::function::Fn<(proptest[b103e6066b256e9b]::sugar::NamedArguments<&str, rustbook[3f46124814f1185b]::query_transformation::QueryBoxed>,)>>::call
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/ops/function.rs:263:22
[INFO] [stdout]   23:     0x5598b4a2c767 - proptest[b103e6066b256e9b]::test_runner::runner::call_test::<proptest[b103e6066b256e9b]::sugar::NamedArguments<&str, rustbook[3f46124814f1185b]::query_transformation::QueryBoxed>, &rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#1}, alloc[dad09f3a48280dba]::vec::into_iter::IntoIter<core[d17f6591d688f3bd]::result::Result<(), proptest[b103e6066b256e9b]::test_runner::errors::TestCaseError>>>::{closure#3}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:256:49
[INFO] [stdout]   24:     0x5598b4a23808 - <core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<proptest[b103e6066b256e9b]::test_runner::runner::call_test<proptest[b103e6066b256e9b]::sugar::NamedArguments<&str, rustbook[3f46124814f1185b]::query_transformation::QueryBoxed>, &rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#1}, alloc[dad09f3a48280dba]::vec::into_iter::IntoIter<core[d17f6591d688f3bd]::result::Result<(), proptest[b103e6066b256e9b]::test_runner::errors::TestCaseError>>>::{closure#3}> as core[d17f6591d688f3bd]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   25:     0x5598b4a387fd - std[fce30c26ee6459b]::panicking::catch_unwind::do_call::<core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<proptest[b103e6066b256e9b]::test_runner::runner::call_test<proptest[b103e6066b256e9b]::sugar::NamedArguments<&str, rustbook[3f46124814f1185b]::query_transformation::QueryBoxed>, &rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#1}, alloc[dad09f3a48280dba]::vec::into_iter::IntoIter<core[d17f6591d688f3bd]::result::Result<(), proptest[b103e6066b256e9b]::test_runner::errors::TestCaseError>>>::{closure#3}>, core[d17f6591d688f3bd]::result::Result<(), proptest[b103e6066b256e9b]::test_runner::errors::TestCaseError>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:581:40
[INFO] [stdout]   26:     0x5598b4a367db - __rust_try
[INFO] [stdout]   27:     0x5598b4a2fe01 - std[fce30c26ee6459b]::panicking::catch_unwind::<core[d17f6591d688f3bd]::result::Result<(), proptest[b103e6066b256e9b]::test_runner::errors::TestCaseError>, core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<proptest[b103e6066b256e9b]::test_runner::runner::call_test<proptest[b103e6066b256e9b]::sugar::NamedArguments<&str, rustbook[3f46124814f1185b]::query_transformation::QueryBoxed>, &rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#1}, alloc[dad09f3a48280dba]::vec::into_iter::IntoIter<core[d17f6591d688f3bd]::result::Result<(), proptest[b103e6066b256e9b]::test_runner::errors::TestCaseError>>>::{closure#3}>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:544:19
[INFO] [stdout]   28:     0x5598b4a2fe01 - std[fce30c26ee6459b]::panic::catch_unwind::<core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<proptest[b103e6066b256e9b]::test_runner::runner::call_test<proptest[b103e6066b256e9b]::sugar::NamedArguments<&str, rustbook[3f46124814f1185b]::query_transformation::QueryBoxed>, &rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#1}, alloc[dad09f3a48280dba]::vec::into_iter::IntoIter<core[d17f6591d688f3bd]::result::Result<(), proptest[b103e6066b256e9b]::test_runner::errors::TestCaseError>>>::{closure#3}>, core[d17f6591d688f3bd]::result::Result<(), proptest[b103e6066b256e9b]::test_runner::errors::TestCaseError>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panic.rs:359:14
[INFO] [stdout]   29:     0x5598b4a2b3a4 - proptest[b103e6066b256e9b]::test_runner::runner::call_test::<proptest[b103e6066b256e9b]::sugar::NamedArguments<&str, rustbook[3f46124814f1185b]::query_transformation::QueryBoxed>, &rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#1}, alloc[dad09f3a48280dba]::vec::into_iter::IntoIter<core[d17f6591d688f3bd]::result::Result<(), proptest[b103e6066b256e9b]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:256:9
[INFO] [stdout]   30:     0x5598b4a297d7 - <proptest[b103e6066b256e9b]::test_runner::runner::TestRunner>::shrink::<proptest[b103e6066b256e9b]::strategy::map::Map<alloc[dad09f3a48280dba]::boxed::Box<dyn proptest[b103e6066b256e9b]::strategy::traits::ValueTree<Value = rustbook[3f46124814f1185b]::query_transformation::QueryBoxed>>, rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#0}>, &rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#1}, alloc[dad09f3a48280dba]::vec::into_iter::IntoIter<core[d17f6591d688f3bd]::result::Result<(), proptest[b103e6066b256e9b]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:845:30
[INFO] [stdout]   31:     0x5598b4a2743e - <proptest[b103e6066b256e9b]::test_runner::runner::TestRunner>::run_one_with_replay::<proptest[b103e6066b256e9b]::strategy::map::Map<alloc[dad09f3a48280dba]::boxed::Box<dyn proptest[b103e6066b256e9b]::strategy::traits::ValueTree<Value = rustbook[3f46124814f1185b]::query_transformation::QueryBoxed>>, rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#0}>, &rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#1}, alloc[dad09f3a48280dba]::vec::into_iter::IntoIter<core[d17f6591d688f3bd]::result::Result<(), proptest[b103e6066b256e9b]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:736:22
[INFO] [stdout]   32:     0x5598b4a26c9a - <proptest[b103e6066b256e9b]::test_runner::runner::TestRunner>::gen_and_run_case::<proptest[b103e6066b256e9b]::strategy::map::Map<proptest[b103e6066b256e9b]::strategy::recursive::Recursive<rustbook[3f46124814f1185b]::query_transformation::QueryBoxed, rustbook[3f46124814f1185b]::query_transformation::tests::arb_query::{closure#1}>, rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#0}>, rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#1}, alloc[dad09f3a48280dba]::vec::into_iter::IntoIter<core[d17f6591d688f3bd]::result::Result<(), proptest[b103e6066b256e9b]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:664:28
[INFO] [stdout]   33:     0x5598b4a28165 - <proptest[b103e6066b256e9b]::test_runner::runner::TestRunner>::run_in_process_with_replay::<proptest[b103e6066b256e9b]::strategy::map::Map<proptest[b103e6066b256e9b]::strategy::recursive::Recursive<rustbook[3f46124814f1185b]::query_transformation::QueryBoxed, rustbook[3f46124814f1185b]::query_transformation::tests::arb_query::{closure#1}>, rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#0}>, rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#1}, alloc[dad09f3a48280dba]::vec::into_iter::IntoIter<core[d17f6591d688f3bd]::result::Result<(), proptest[b103e6066b256e9b]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:613:31
[INFO] [stdout]   34:     0x5598b4a26a10 - <proptest[b103e6066b256e9b]::test_runner::runner::TestRunner>::run_in_process::<proptest[b103e6066b256e9b]::strategy::map::Map<proptest[b103e6066b256e9b]::strategy::recursive::Recursive<rustbook[3f46124814f1185b]::query_transformation::QueryBoxed, rustbook[3f46124814f1185b]::query_transformation::tests::arb_query::{closure#1}>, rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#0}>, rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#1}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:570:14
[INFO] [stdout]   35:     0x5598b4a2914f - <proptest[b103e6066b256e9b]::test_runner::runner::TestRunner>::run::<proptest[b103e6066b256e9b]::strategy::map::Map<proptest[b103e6066b256e9b]::strategy::recursive::Recursive<rustbook[3f46124814f1185b]::query_transformation::QueryBoxed, rustbook[3f46124814f1185b]::query_transformation::tests::arb_query::{closure#1}>, rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#0}>, rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#1}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:413:18
[INFO] [stdout]   36:     0x5598b4a32ffe - rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/sugar.rs:163:17
[INFO] [stdout]   37:     0x5598b4a312d7 - rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/sugar.rs:159:28
[INFO] [stdout]   38:     0x5598b4a24036 - <rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#0} as core[d17f6591d688f3bd]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   39:     0x5598b4a3cd9b - <fn() -> core[d17f6591d688f3bd]::result::Result<(), alloc[dad09f3a48280dba]::string::String> as core[d17f6591d688f3bd]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   40:     0x5598b4a3cd9b - test[9653f4f1d2ca1489]::__rust_begin_short_backtrace::<core[d17f6591d688f3bd]::result::Result<(), alloc[dad09f3a48280dba]::string::String>, fn() -> core[d17f6591d688f3bd]::result::Result<(), alloc[dad09f3a48280dba]::string::String>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/test/src/lib.rs:724:18
[INFO] [stdout]   41:     0x5598b4a4a58b - test[9653f4f1d2ca1489]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/test/src/lib.rs:747:74
[INFO] [stdout]   42:     0x5598b4a4a58b - <core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<test[9653f4f1d2ca1489]::run_test_in_process::{closure#0}> as core[d17f6591d688f3bd]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   43:     0x5598b4a4a58b - std[fce30c26ee6459b]::panicking::catch_unwind::do_call::<core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<test[9653f4f1d2ca1489]::run_test_in_process::{closure#0}>, core[d17f6591d688f3bd]::result::Result<(), alloc[dad09f3a48280dba]::string::String>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:581:40
[INFO] [stdout]   44:     0x5598b4a4a58b - std[fce30c26ee6459b]::panicking::catch_unwind::<core[d17f6591d688f3bd]::result::Result<(), alloc[dad09f3a48280dba]::string::String>, core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<test[9653f4f1d2ca1489]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:544:19
[INFO] [stdout]   45:     0x5598b4a4a58b - std[fce30c26ee6459b]::panic::catch_unwind::<core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<test[9653f4f1d2ca1489]::run_test_in_process::{closure#0}>, core[d17f6591d688f3bd]::result::Result<(), alloc[dad09f3a48280dba]::string::String>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panic.rs:359:14
[INFO] [stdout]   46:     0x5598b4a4a58b - test[9653f4f1d2ca1489]::run_test_in_process
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/test/src/lib.rs:747:27
[INFO] [stdout]   47:     0x5598b4a4a58b - test[9653f4f1d2ca1489]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/test/src/lib.rs:668:43
[INFO] [stdout]   48:     0x5598b4a43ca4 - test[9653f4f1d2ca1489]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/test/src/lib.rs:698:41
[INFO] [stdout]   49:     0x5598b4a43ca4 - std[fce30c26ee6459b]::sys::backtrace::__rust_begin_short_backtrace::<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   50:     0x5598b4a4d192 - std[fce30c26ee6459b]::thread::lifecycle::spawn_unchecked::<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/thread/lifecycle.rs:70:13
[INFO] [stdout]   51:     0x5598b4a4d192 - <core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<std[fce30c26ee6459b]::thread::lifecycle::spawn_unchecked<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[d17f6591d688f3bd]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   52:     0x5598b4a4d192 - std[fce30c26ee6459b]::panicking::catch_unwind::do_call::<core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<std[fce30c26ee6459b]::thread::lifecycle::spawn_unchecked<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:581:40
[INFO] [stdout]   53:     0x5598b4a4d192 - std[fce30c26ee6459b]::panicking::catch_unwind::<(), core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<std[fce30c26ee6459b]::thread::lifecycle::spawn_unchecked<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:544:19
[INFO] [stdout]   54:     0x5598b4a4d192 - std[fce30c26ee6459b]::panic::catch_unwind::<core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<std[fce30c26ee6459b]::thread::lifecycle::spawn_unchecked<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panic.rs:359:14
[INFO] [stdout]   55:     0x5598b4a4d192 - std[fce30c26ee6459b]::thread::lifecycle::spawn_unchecked::<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/thread/lifecycle.rs:68:26
[INFO] [stdout]   56:     0x5598b4a4d192 - <std[fce30c26ee6459b]::thread::lifecycle::spawn_unchecked<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>::{closure#1} as core[d17f6591d688f3bd]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   57:     0x5598b4bbf51f - <alloc[dad09f3a48280dba]::boxed::Box<dyn core[d17f6591d688f3bd]::ops::function::FnOnce<(), Output = ()> + core[d17f6591d688f3bd]::marker::Send> as core[d17f6591d688f3bd]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/alloc/src/boxed.rs:2271:9
[INFO] [stdout]   58:     0x5598b4bbf51f - <std[fce30c26ee6459b]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/sys/thread/unix.rs:118:17
[INFO] [stdout]   59:     0x76e42426eaa4 - <unknown>
[INFO] [stdout]   60:     0x76e4242fba64 - clone
[INFO] [stdout]   61:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] thread 'query_transformation::tests::all_impls_match' (17) panicked at src/query_transformation.rs:224:13:
[INFO] [stdout] assertion `left == right` failed
[INFO] [stdout]   left: Ok("(oe=hmjldfuhrigtymylwjvvzbiocqzt) OR ((a=zuqchqlqiwfhuvqmt) OR (oe=hmjldfuhrigtymylwjvvzbiocqzt))")
[INFO] [stdout]  right: Ok("(a=a) OR ((a=zuqchqlqiwfhuvqmt) OR (oe=hmjldfuhrigtymylwjvvzbiocqzt))")
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x5598b4bbfc0a - std[fce30c26ee6459b]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x5598b4bbfc0a - std[fce30c26ee6459b]::backtrace_rs::backtrace::trace_unsynchronized::<std[fce30c26ee6459b]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x5598b4bbfc0a - std[fce30c26ee6459b]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x5598b4bbfc0a - <<std[fce30c26ee6459b]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[d17f6591d688f3bd]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x5598b4bd51ea - <core[d17f6591d688f3bd]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x5598b4bd51ea - core[d17f6591d688f3bd]::fmt::write
[INFO] [stdout]    6:     0x5598b4bc4852 - std[fce30c26ee6459b]::io::default_write_fmt::<alloc[dad09f3a48280dba]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/io/mod.rs:621:11
[INFO] [stdout]    7:     0x5598b4bc4852 - <alloc[dad09f3a48280dba]::vec::Vec<u8> as std[fce30c26ee6459b]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/io/mod.rs:1976:13
[INFO] [stdout]    8:     0x5598b4b9d45f - <std[fce30c26ee6459b]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x5598b4b9d45f - std[fce30c26ee6459b]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x5598b4bb7f09 - std[fce30c26ee6459b]::panicking::default_hook
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x5598b4a49abc - <alloc[dad09f3a48280dba]::boxed::Box<dyn for<'a, 'b> core[d17f6591d688f3bd]::ops::function::Fn<(&'a std[fce30c26ee6459b]::panic::PanicHookInfo<'b>,), Output = ()> + core[d17f6591d688f3bd]::marker::Sync + core[d17f6591d688f3bd]::marker::Send> as core[d17f6591d688f3bd]::ops::function::Fn<(&std[fce30c26ee6459b]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/alloc/src/boxed.rs:2285:9
[INFO] [stdout]   12:     0x5598b4a49abc - test[9653f4f1d2ca1489]::test_main_inner::<test[9653f4f1d2ca1489]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/test/src/lib.rs:155:21
[INFO] [stdout]   13:     0x5598b4bb80c2 - <alloc[dad09f3a48280dba]::boxed::Box<dyn for<'a, 'b> core[d17f6591d688f3bd]::ops::function::Fn<(&'a std[fce30c26ee6459b]::panic::PanicHookInfo<'b>,), Output = ()> + core[d17f6591d688f3bd]::marker::Sync + core[d17f6591d688f3bd]::marker::Send> as core[d17f6591d688f3bd]::ops::function::Fn<(&std[fce30c26ee6459b]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/alloc/src/boxed.rs:2285:9
[INFO] [stdout]   14:     0x5598b4bb80c2 - std[fce30c26ee6459b]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x5598b4b9d518 - std[fce30c26ee6459b]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:698:13
[INFO] [stdout]   16:     0x5598b4b92619 - std[fce30c26ee6459b]::sys::backtrace::__rust_end_short_backtrace::<std[fce30c26ee6459b]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x5598b4b9e22d - __rustc[de152adb51f02556]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x5598b4bd5a2c - core[d17f6591d688f3bd]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x5598b4bd58e3 - core[d17f6591d688f3bd]::panicking::assert_failed_inner
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/panicking.rs:439:17
[INFO] [stdout]   20:     0x5598b4a3828d - core[d17f6591d688f3bd]::panicking::assert_failed::<core[d17f6591d688f3bd]::result::Result<alloc[dad09f3a48280dba]::string::String, rustbook[3f46124814f1185b]::query_transformation::PrintError>, core[d17f6591d688f3bd]::result::Result<alloc[dad09f3a48280dba]::string::String, rustbook[3f46124814f1185b]::query_transformation::PrintError>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/panicking.rs:394:5
[INFO] [stdout]   21:     0x5598b4a31665 - rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#1}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/query_transformation.rs:224:13
[INFO] [stdout]   22:     0x5598b4a33ef7 - <&rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#1} as core[d17f6591d688f3bd]::ops::function::Fn<(proptest[b103e6066b256e9b]::sugar::NamedArguments<&str, rustbook[3f46124814f1185b]::query_transformation::QueryBoxed>,)>>::call
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/ops/function.rs:263:22
[INFO] [stdout]   23:     0x5598b4a2c767 - proptest[b103e6066b256e9b]::test_runner::runner::call_test::<proptest[b103e6066b256e9b]::sugar::NamedArguments<&str, rustbook[3f46124814f1185b]::query_transformation::QueryBoxed>, &rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#1}, alloc[dad09f3a48280dba]::vec::into_iter::IntoIter<core[d17f6591d688f3bd]::result::Result<(), proptest[b103e6066b256e9b]::test_runner::errors::TestCaseError>>>::{closure#3}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:256:49
[INFO] [stdout]   24:     0x5598b4a23808 - <core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<proptest[b103e6066b256e9b]::test_runner::runner::call_test<proptest[b103e6066b256e9b]::sugar::NamedArguments<&str, rustbook[3f46124814f1185b]::query_transformation::QueryBoxed>, &rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#1}, alloc[dad09f3a48280dba]::vec::into_iter::IntoIter<core[d17f6591d688f3bd]::result::Result<(), proptest[b103e6066b256e9b]::test_runner::errors::TestCaseError>>>::{closure#3}> as core[d17f6591d688f3bd]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   25:     0x5598b4a387fd - std[fce30c26ee6459b]::panicking::catch_unwind::do_call::<core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<proptest[b103e6066b256e9b]::test_runner::runner::call_test<proptest[b103e6066b256e9b]::sugar::NamedArguments<&str, rustbook[3f46124814f1185b]::query_transformation::QueryBoxed>, &rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#1}, alloc[dad09f3a48280dba]::vec::into_iter::IntoIter<core[d17f6591d688f3bd]::result::Result<(), proptest[b103e6066b256e9b]::test_runner::errors::TestCaseError>>>::{closure#3}>, core[d17f6591d688f3bd]::result::Result<(), proptest[b103e6066b256e9b]::test_runner::errors::TestCaseError>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:581:40
[INFO] [stdout]   26:     0x5598b4a367db - __rust_try
[INFO] [stdout]   27:     0x5598b4a2fe01 - std[fce30c26ee6459b]::panicking::catch_unwind::<core[d17f6591d688f3bd]::result::Result<(), proptest[b103e6066b256e9b]::test_runner::errors::TestCaseError>, core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<proptest[b103e6066b256e9b]::test_runner::runner::call_test<proptest[b103e6066b256e9b]::sugar::NamedArguments<&str, rustbook[3f46124814f1185b]::query_transformation::QueryBoxed>, &rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#1}, alloc[dad09f3a48280dba]::vec::into_iter::IntoIter<core[d17f6591d688f3bd]::result::Result<(), proptest[b103e6066b256e9b]::test_runner::errors::TestCaseError>>>::{closure#3}>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:544:19
[INFO] [stdout]   28:     0x5598b4a2fe01 - std[fce30c26ee6459b]::panic::catch_unwind::<core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<proptest[b103e6066b256e9b]::test_runner::runner::call_test<proptest[b103e6066b256e9b]::sugar::NamedArguments<&str, rustbook[3f46124814f1185b]::query_transformation::QueryBoxed>, &rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#1}, alloc[dad09f3a48280dba]::vec::into_iter::IntoIter<core[d17f6591d688f3bd]::result::Result<(), proptest[b103e6066b256e9b]::test_runner::errors::TestCaseError>>>::{closure#3}>, core[d17f6591d688f3bd]::result::Result<(), proptest[b103e6066b256e9b]::test_runner::errors::TestCaseError>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panic.rs:359:14
[INFO] [stdout]   29:     0x5598b4a2b3a4 - proptest[b103e6066b256e9b]::test_runner::runner::call_test::<proptest[b103e6066b256e9b]::sugar::NamedArguments<&str, rustbook[3f46124814f1185b]::query_transformation::QueryBoxed>, &rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#1}, alloc[dad09f3a48280dba]::vec::into_iter::IntoIter<core[d17f6591d688f3bd]::result::Result<(), proptest[b103e6066b256e9b]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:256:9
[INFO] [stdout]   30:     0x5598b4a297d7 - <proptest[b103e6066b256e9b]::test_runner::runner::TestRunner>::shrink::<proptest[b103e6066b256e9b]::strategy::map::Map<alloc[dad09f3a48280dba]::boxed::Box<dyn proptest[b103e6066b256e9b]::strategy::traits::ValueTree<Value = rustbook[3f46124814f1185b]::query_transformation::QueryBoxed>>, rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#0}>, &rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#1}, alloc[dad09f3a48280dba]::vec::into_iter::IntoIter<core[d17f6591d688f3bd]::result::Result<(), proptest[b103e6066b256e9b]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:845:30
[INFO] [stdout]   31:     0x5598b4a2743e - <proptest[b103e6066b256e9b]::test_runner::runner::TestRunner>::run_one_with_replay::<proptest[b103e6066b256e9b]::strategy::map::Map<alloc[dad09f3a48280dba]::boxed::Box<dyn proptest[b103e6066b256e9b]::strategy::traits::ValueTree<Value = rustbook[3f46124814f1185b]::query_transformation::QueryBoxed>>, rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#0}>, &rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#1}, alloc[dad09f3a48280dba]::vec::into_iter::IntoIter<core[d17f6591d688f3bd]::result::Result<(), proptest[b103e6066b256e9b]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:736:22
[INFO] [stdout]   32:     0x5598b4a26c9a - <proptest[b103e6066b256e9b]::test_runner::runner::TestRunner>::gen_and_run_case::<proptest[b103e6066b256e9b]::strategy::map::Map<proptest[b103e6066b256e9b]::strategy::recursive::Recursive<rustbook[3f46124814f1185b]::query_transformation::QueryBoxed, rustbook[3f46124814f1185b]::query_transformation::tests::arb_query::{closure#1}>, rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#0}>, rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#1}, alloc[dad09f3a48280dba]::vec::into_iter::IntoIter<core[d17f6591d688f3bd]::result::Result<(), proptest[b103e6066b256e9b]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:664:28
[INFO] [stdout]   33:     0x5598b4a28165 - <proptest[b103e6066b256e9b]::test_runner::runner::TestRunner>::run_in_process_with_replay::<proptest[b103e6066b256e9b]::strategy::map::Map<proptest[b103e6066b256e9b]::strategy::recursive::Recursive<rustbook[3f46124814f1185b]::query_transformation::QueryBoxed, rustbook[3f46124814f1185b]::query_transformation::tests::arb_query::{closure#1}>, rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#0}>, rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#1}, alloc[dad09f3a48280dba]::vec::into_iter::IntoIter<core[d17f6591d688f3bd]::result::Result<(), proptest[b103e6066b256e9b]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:613:31
[INFO] [stdout]   34:     0x5598b4a26a10 - <proptest[b103e6066b256e9b]::test_runner::runner::TestRunner>::run_in_process::<proptest[b103e6066b256e9b]::strategy::map::Map<proptest[b103e6066b256e9b]::strategy::recursive::Recursive<rustbook[3f46124814f1185b]::query_transformation::QueryBoxed, rustbook[3f46124814f1185b]::query_transformation::tests::arb_query::{closure#1}>, rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#0}>, rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#1}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:570:14
[INFO] [stdout]   35:     0x5598b4a2914f - <proptest[b103e6066b256e9b]::test_runner::runner::TestRunner>::run::<proptest[b103e6066b256e9b]::strategy::map::Map<proptest[b103e6066b256e9b]::strategy::recursive::Recursive<rustbook[3f46124814f1185b]::query_transformation::QueryBoxed, rustbook[3f46124814f1185b]::query_transformation::tests::arb_query::{closure#1}>, rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#0}>, rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#1}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:413:18
[INFO] [stdout]   36:     0x5598b4a32ffe - rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/sugar.rs:163:17
[INFO] [stdout]   37:     0x5598b4a312d7 - rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/sugar.rs:159:28
[INFO] [stdout]   38:     0x5598b4a24036 - <rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#0} as core[d17f6591d688f3bd]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   39:     0x5598b4a3cd9b - <fn() -> core[d17f6591d688f3bd]::result::Result<(), alloc[dad09f3a48280dba]::string::String> as core[d17f6591d688f3bd]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   40:     0x5598b4a3cd9b - test[9653f4f1d2ca1489]::__rust_begin_short_backtrace::<core[d17f6591d688f3bd]::result::Result<(), alloc[dad09f3a48280dba]::string::String>, fn() -> core[d17f6591d688f3bd]::result::Result<(), alloc[dad09f3a48280dba]::string::String>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/test/src/lib.rs:724:18
[INFO] [stdout]   41:     0x5598b4a4a58b - test[9653f4f1d2ca1489]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/test/src/lib.rs:747:74
[INFO] [stdout]   42:     0x5598b4a4a58b - <core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<test[9653f4f1d2ca1489]::run_test_in_process::{closure#0}> as core[d17f6591d688f3bd]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   43:     0x5598b4a4a58b - std[fce30c26ee6459b]::panicking::catch_unwind::do_call::<core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<test[9653f4f1d2ca1489]::run_test_in_process::{closure#0}>, core[d17f6591d688f3bd]::result::Result<(), alloc[dad09f3a48280dba]::string::String>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:581:40
[INFO] [stdout]   44:     0x5598b4a4a58b - std[fce30c26ee6459b]::panicking::catch_unwind::<core[d17f6591d688f3bd]::result::Result<(), alloc[dad09f3a48280dba]::string::String>, core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<test[9653f4f1d2ca1489]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:544:19
[INFO] [stdout]   45:     0x5598b4a4a58b - std[fce30c26ee6459b]::panic::catch_unwind::<core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<test[9653f4f1d2ca1489]::run_test_in_process::{closure#0}>, core[d17f6591d688f3bd]::result::Result<(), alloc[dad09f3a48280dba]::string::String>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panic.rs:359:14
[INFO] [stdout]   46:     0x5598b4a4a58b - test[9653f4f1d2ca1489]::run_test_in_process
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/test/src/lib.rs:747:27
[INFO] [stdout]   47:     0x5598b4a4a58b - test[9653f4f1d2ca1489]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/test/src/lib.rs:668:43
[INFO] [stdout]   48:     0x5598b4a43ca4 - test[9653f4f1d2ca1489]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/test/src/lib.rs:698:41
[INFO] [stdout]   49:     0x5598b4a43ca4 - std[fce30c26ee6459b]::sys::backtrace::__rust_begin_short_backtrace::<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   50:     0x5598b4a4d192 - std[fce30c26ee6459b]::thread::lifecycle::spawn_unchecked::<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/thread/lifecycle.rs:70:13
[INFO] [stdout]   51:     0x5598b4a4d192 - <core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<std[fce30c26ee6459b]::thread::lifecycle::spawn_unchecked<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[d17f6591d688f3bd]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   52:     0x5598b4a4d192 - std[fce30c26ee6459b]::panicking::catch_unwind::do_call::<core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<std[fce30c26ee6459b]::thread::lifecycle::spawn_unchecked<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:581:40
[INFO] [stdout]   53:     0x5598b4a4d192 - std[fce30c26ee6459b]::panicking::catch_unwind::<(), core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<std[fce30c26ee6459b]::thread::lifecycle::spawn_unchecked<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:544:19
[INFO] [stdout]   54:     0x5598b4a4d192 - std[fce30c26ee6459b]::panic::catch_unwind::<core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<std[fce30c26ee6459b]::thread::lifecycle::spawn_unchecked<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panic.rs:359:14
[INFO] [stdout]   55:     0x5598b4a4d192 - std[fce30c26ee6459b]::thread::lifecycle::spawn_unchecked::<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/thread/lifecycle.rs:68:26
[INFO] [stdout]   56:     0x5598b4a4d192 - <std[fce30c26ee6459b]::thread::lifecycle::spawn_unchecked<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>::{closure#1} as core[d17f6591d688f3bd]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   57:     0x5598b4bbf51f - <alloc[dad09f3a48280dba]::boxed::Box<dyn core[d17f6591d688f3bd]::ops::function::FnOnce<(), Output = ()> + core[d17f6591d688f3bd]::marker::Send> as core[d17f6591d688f3bd]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/alloc/src/boxed.rs:2271:9
[INFO] [stdout]   58:     0x5598b4bbf51f - <std[fce30c26ee6459b]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/sys/thread/unix.rs:118:17
[INFO] [stdout]   59:     0x76e42426eaa4 - <unknown>
[INFO] [stdout]   60:     0x76e4242fba64 - clone
[INFO] [stdout]   61:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] thread 'query_transformation::tests::all_impls_match' (17) panicked at src/query_transformation.rs:224:13:
[INFO] [stdout] assertion `left == right` failed
[INFO] [stdout]   left: Ok("(oe=hmjldfuhrigtymylwjvvzbiocqzt) OR ((a=uqchqlqiwfhuvqmt) OR (oe=hmjldfuhrigtymylwjvvzbiocqzt))")
[INFO] [stdout]  right: Ok("(a=a) OR ((a=uqchqlqiwfhuvqmt) OR (oe=hmjldfuhrigtymylwjvvzbiocqzt))")
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x5598b4bbfc0a - std[fce30c26ee6459b]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x5598b4bbfc0a - std[fce30c26ee6459b]::backtrace_rs::backtrace::trace_unsynchronized::<std[fce30c26ee6459b]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x5598b4bbfc0a - std[fce30c26ee6459b]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x5598b4bbfc0a - <<std[fce30c26ee6459b]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[d17f6591d688f3bd]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x5598b4bd51ea - <core[d17f6591d688f3bd]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x5598b4bd51ea - core[d17f6591d688f3bd]::fmt::write
[INFO] [stdout]    6:     0x5598b4bc4852 - std[fce30c26ee6459b]::io::default_write_fmt::<alloc[dad09f3a48280dba]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/io/mod.rs:621:11
[INFO] [stdout]    7:     0x5598b4bc4852 - <alloc[dad09f3a48280dba]::vec::Vec<u8> as std[fce30c26ee6459b]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/io/mod.rs:1976:13
[INFO] [stdout]    8:     0x5598b4b9d45f - <std[fce30c26ee6459b]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x5598b4b9d45f - std[fce30c26ee6459b]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x5598b4bb7f09 - std[fce30c26ee6459b]::panicking::default_hook
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x5598b4a49abc - <alloc[dad09f3a48280dba]::boxed::Box<dyn for<'a, 'b> core[d17f6591d688f3bd]::ops::function::Fn<(&'a std[fce30c26ee6459b]::panic::PanicHookInfo<'b>,), Output = ()> + core[d17f6591d688f3bd]::marker::Sync + core[d17f6591d688f3bd]::marker::Send> as core[d17f6591d688f3bd]::ops::function::Fn<(&std[fce30c26ee6459b]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/alloc/src/boxed.rs:2285:9
[INFO] [stdout]   12:     0x5598b4a49abc - test[9653f4f1d2ca1489]::test_main_inner::<test[9653f4f1d2ca1489]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/test/src/lib.rs:155:21
[INFO] [stdout]   13:     0x5598b4bb80c2 - <alloc[dad09f3a48280dba]::boxed::Box<dyn for<'a, 'b> core[d17f6591d688f3bd]::ops::function::Fn<(&'a std[fce30c26ee6459b]::panic::PanicHookInfo<'b>,), Output = ()> + core[d17f6591d688f3bd]::marker::Sync + core[d17f6591d688f3bd]::marker::Send> as core[d17f6591d688f3bd]::ops::function::Fn<(&std[fce30c26ee6459b]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/alloc/src/boxed.rs:2285:9
[INFO] [stdout]   14:     0x5598b4bb80c2 - std[fce30c26ee6459b]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x5598b4b9d518 - std[fce30c26ee6459b]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:698:13
[INFO] [stdout]   16:     0x5598b4b92619 - std[fce30c26ee6459b]::sys::backtrace::__rust_end_short_backtrace::<std[fce30c26ee6459b]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x5598b4b9e22d - __rustc[de152adb51f02556]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x5598b4bd5a2c - core[d17f6591d688f3bd]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x5598b4bd58e3 - core[d17f6591d688f3bd]::panicking::assert_failed_inner
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/panicking.rs:439:17
[INFO] [stdout]   20:     0x5598b4a3828d - core[d17f6591d688f3bd]::panicking::assert_failed::<core[d17f6591d688f3bd]::result::Result<alloc[dad09f3a48280dba]::string::String, rustbook[3f46124814f1185b]::query_transformation::PrintError>, core[d17f6591d688f3bd]::result::Result<alloc[dad09f3a48280dba]::string::String, rustbook[3f46124814f1185b]::query_transformation::PrintError>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/panicking.rs:394:5
[INFO] [stdout]   21:     0x5598b4a31665 - rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#1}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/query_transformation.rs:224:13
[INFO] [stdout]   22:     0x5598b4a33ef7 - <&rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#1} as core[d17f6591d688f3bd]::ops::function::Fn<(proptest[b103e6066b256e9b]::sugar::NamedArguments<&str, rustbook[3f46124814f1185b]::query_transformation::QueryBoxed>,)>>::call
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/ops/function.rs:263:22
[INFO] [stdout]   23:     0x5598b4a2c767 - proptest[b103e6066b256e9b]::test_runner::runner::call_test::<proptest[b103e6066b256e9b]::sugar::NamedArguments<&str, rustbook[3f46124814f1185b]::query_transformation::QueryBoxed>, &rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#1}, alloc[dad09f3a48280dba]::vec::into_iter::IntoIter<core[d17f6591d688f3bd]::result::Result<(), proptest[b103e6066b256e9b]::test_runner::errors::TestCaseError>>>::{closure#3}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:256:49
[INFO] [stdout]   24:     0x5598b4a23808 - <core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<proptest[b103e6066b256e9b]::test_runner::runner::call_test<proptest[b103e6066b256e9b]::sugar::NamedArguments<&str, rustbook[3f46124814f1185b]::query_transformation::QueryBoxed>, &rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#1}, alloc[dad09f3a48280dba]::vec::into_iter::IntoIter<core[d17f6591d688f3bd]::result::Result<(), proptest[b103e6066b256e9b]::test_runner::errors::TestCaseError>>>::{closure#3}> as core[d17f6591d688f3bd]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   25:     0x5598b4a387fd - std[fce30c26ee6459b]::panicking::catch_unwind::do_call::<core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<proptest[b103e6066b256e9b]::test_runner::runner::call_test<proptest[b103e6066b256e9b]::sugar::NamedArguments<&str, rustbook[3f46124814f1185b]::query_transformation::QueryBoxed>, &rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#1}, alloc[dad09f3a48280dba]::vec::into_iter::IntoIter<core[d17f6591d688f3bd]::result::Result<(), proptest[b103e6066b256e9b]::test_runner::errors::TestCaseError>>>::{closure#3}>, core[d17f6591d688f3bd]::result::Result<(), proptest[b103e6066b256e9b]::test_runner::errors::TestCaseError>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:581:40
[INFO] [stdout]   26:     0x5598b4a367db - __rust_try
[INFO] [stdout]   27:     0x5598b4a2fe01 - std[fce30c26ee6459b]::panicking::catch_unwind::<core[d17f6591d688f3bd]::result::Result<(), proptest[b103e6066b256e9b]::test_runner::errors::TestCaseError>, core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<proptest[b103e6066b256e9b]::test_runner::runner::call_test<proptest[b103e6066b256e9b]::sugar::NamedArguments<&str, rustbook[3f46124814f1185b]::query_transformation::QueryBoxed>, &rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#1}, alloc[dad09f3a48280dba]::vec::into_iter::IntoIter<core[d17f6591d688f3bd]::result::Result<(), proptest[b103e6066b256e9b]::test_runner::errors::TestCaseError>>>::{closure#3}>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:544:19
[INFO] [stdout]   28:     0x5598b4a2fe01 - std[fce30c26ee6459b]::panic::catch_unwind::<core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<proptest[b103e6066b256e9b]::test_runner::runner::call_test<proptest[b103e6066b256e9b]::sugar::NamedArguments<&str, rustbook[3f46124814f1185b]::query_transformation::QueryBoxed>, &rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#1}, alloc[dad09f3a48280dba]::vec::into_iter::IntoIter<core[d17f6591d688f3bd]::result::Result<(), proptest[b103e6066b256e9b]::test_runner::errors::TestCaseError>>>::{closure#3}>, core[d17f6591d688f3bd]::result::Result<(), proptest[b103e6066b256e9b]::test_runner::errors::TestCaseError>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panic.rs:359:14
[INFO] [stdout]   29:     0x5598b4a2b3a4 - proptest[b103e6066b256e9b]::test_runner::runner::call_test::<proptest[b103e6066b256e9b]::sugar::NamedArguments<&str, rustbook[3f46124814f1185b]::query_transformation::QueryBoxed>, &rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#1}, alloc[dad09f3a48280dba]::vec::into_iter::IntoIter<core[d17f6591d688f3bd]::result::Result<(), proptest[b103e6066b256e9b]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:256:9
[INFO] [stdout]   30:     0x5598b4a297d7 - <proptest[b103e6066b256e9b]::test_runner::runner::TestRunner>::shrink::<proptest[b103e6066b256e9b]::strategy::map::Map<alloc[dad09f3a48280dba]::boxed::Box<dyn proptest[b103e6066b256e9b]::strategy::traits::ValueTree<Value = rustbook[3f46124814f1185b]::query_transformation::QueryBoxed>>, rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#0}>, &rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#1}, alloc[dad09f3a48280dba]::vec::into_iter::IntoIter<core[d17f6591d688f3bd]::result::Result<(), proptest[b103e6066b256e9b]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:845:30
[INFO] [stdout]   31:     0x5598b4a2743e - <proptest[b103e6066b256e9b]::test_runner::runner::TestRunner>::run_one_with_replay::<proptest[b103e6066b256e9b]::strategy::map::Map<alloc[dad09f3a48280dba]::boxed::Box<dyn proptest[b103e6066b256e9b]::strategy::traits::ValueTree<Value = rustbook[3f46124814f1185b]::query_transformation::QueryBoxed>>, rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#0}>, &rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#1}, alloc[dad09f3a48280dba]::vec::into_iter::IntoIter<core[d17f6591d688f3bd]::result::Result<(), proptest[b103e6066b256e9b]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:736:22
[INFO] [stdout]   32:     0x5598b4a26c9a - <proptest[b103e6066b256e9b]::test_runner::runner::TestRunner>::gen_and_run_case::<proptest[b103e6066b256e9b]::strategy::map::Map<proptest[b103e6066b256e9b]::strategy::recursive::Recursive<rustbook[3f46124814f1185b]::query_transformation::QueryBoxed, rustbook[3f46124814f1185b]::query_transformation::tests::arb_query::{closure#1}>, rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#0}>, rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#1}, alloc[dad09f3a48280dba]::vec::into_iter::IntoIter<core[d17f6591d688f3bd]::result::Result<(), proptest[b103e6066b256e9b]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:664:28
[INFO] [stdout]   33:     0x5598b4a28165 - <proptest[b103e6066b256e9b]::test_runner::runner::TestRunner>::run_in_process_with_replay::<proptest[b103e6066b256e9b]::strategy::map::Map<proptest[b103e6066b256e9b]::strategy::recursive::Recursive<rustbook[3f46124814f1185b]::query_transformation::QueryBoxed, rustbook[3f46124814f1185b]::query_transformation::tests::arb_query::{closure#1}>, rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#0}>, rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#1}, alloc[dad09f3a48280dba]::vec::into_iter::IntoIter<core[d17f6591d688f3bd]::result::Result<(), proptest[b103e6066b256e9b]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:613:31
[INFO] [stdout]   34:     0x5598b4a26a10 - <proptest[b103e6066b256e9b]::test_runner::runner::TestRunner>::run_in_process::<proptest[b103e6066b256e9b]::strategy::map::Map<proptest[b103e6066b256e9b]::strategy::recursive::Recursive<rustbook[3f46124814f1185b]::query_transformation::QueryBoxed, rustbook[3f46124814f1185b]::query_transformation::tests::arb_query::{closure#1}>, rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#0}>, rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#1}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:570:14
[INFO] [stdout]   35:     0x5598b4a2914f - <proptest[b103e6066b256e9b]::test_runner::runner::TestRunner>::run::<proptest[b103e6066b256e9b]::strategy::map::Map<proptest[b103e6066b256e9b]::strategy::recursive::Recursive<rustbook[3f46124814f1185b]::query_transformation::QueryBoxed, rustbook[3f46124814f1185b]::query_transformation::tests::arb_query::{closure#1}>, rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#0}>, rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#1}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:413:18
[INFO] [stdout]   36:     0x5598b4a32ffe - rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/sugar.rs:163:17
[INFO] [stdout]   37:     0x5598b4a312d7 - rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/sugar.rs:159:28
[INFO] [stdout]   38:     0x5598b4a24036 - <rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#0} as core[d17f6591d688f3bd]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   39:     0x5598b4a3cd9b - <fn() -> core[d17f6591d688f3bd]::result::Result<(), alloc[dad09f3a48280dba]::string::String> as core[d17f6591d688f3bd]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   40:     0x5598b4a3cd9b - test[9653f4f1d2ca1489]::__rust_begin_short_backtrace::<core[d17f6591d688f3bd]::result::Result<(), alloc[dad09f3a48280dba]::string::String>, fn() -> core[d17f6591d688f3bd]::result::Result<(), alloc[dad09f3a48280dba]::string::String>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/test/src/lib.rs:724:18
[INFO] [stdout]   41:     0x5598b4a4a58b - test[9653f4f1d2ca1489]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/test/src/lib.rs:747:74
[INFO] [stdout]   42:     0x5598b4a4a58b - <core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<test[9653f4f1d2ca1489]::run_test_in_process::{closure#0}> as core[d17f6591d688f3bd]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   43:     0x5598b4a4a58b - std[fce30c26ee6459b]::panicking::catch_unwind::do_call::<core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<test[9653f4f1d2ca1489]::run_test_in_process::{closure#0}>, core[d17f6591d688f3bd]::result::Result<(), alloc[dad09f3a48280dba]::string::String>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:581:40
[INFO] [stdout]   44:     0x5598b4a4a58b - std[fce30c26ee6459b]::panicking::catch_unwind::<core[d17f6591d688f3bd]::result::Result<(), alloc[dad09f3a48280dba]::string::String>, core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<test[9653f4f1d2ca1489]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:544:19
[INFO] [stdout]   45:     0x5598b4a4a58b - std[fce30c26ee6459b]::panic::catch_unwind::<core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<test[9653f4f1d2ca1489]::run_test_in_process::{closure#0}>, core[d17f6591d688f3bd]::result::Result<(), alloc[dad09f3a48280dba]::string::String>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panic.rs:359:14
[INFO] [stdout]   46:     0x5598b4a4a58b - test[9653f4f1d2ca1489]::run_test_in_process
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/test/src/lib.rs:747:27
[INFO] [stdout]   47:     0x5598b4a4a58b - test[9653f4f1d2ca1489]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/test/src/lib.rs:668:43
[INFO] [stdout]   48:     0x5598b4a43ca4 - test[9653f4f1d2ca1489]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/test/src/lib.rs:698:41
[INFO] [stdout]   49:     0x5598b4a43ca4 - std[fce30c26ee6459b]::sys::backtrace::__rust_begin_short_backtrace::<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   50:     0x5598b4a4d192 - std[fce30c26ee6459b]::thread::lifecycle::spawn_unchecked::<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/thread/lifecycle.rs:70:13
[INFO] [stdout]   51:     0x5598b4a4d192 - <core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<std[fce30c26ee6459b]::thread::lifecycle::spawn_unchecked<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[d17f6591d688f3bd]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   52:     0x5598b4a4d192 - std[fce30c26ee6459b]::panicking::catch_unwind::do_call::<core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<std[fce30c26ee6459b]::thread::lifecycle::spawn_unchecked<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:581:40
[INFO] [stdout]   53:     0x5598b4a4d192 - std[fce30c26ee6459b]::panicking::catch_unwind::<(), core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<std[fce30c26ee6459b]::thread::lifecycle::spawn_unchecked<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:544:19
[INFO] [stdout]   54:     0x5598b4a4d192 - std[fce30c26ee6459b]::panic::catch_unwind::<core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<std[fce30c26ee6459b]::thread::lifecycle::spawn_unchecked<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panic.rs:359:14
[INFO] [stdout]   55:     0x5598b4a4d192 - std[fce30c26ee6459b]::thread::lifecycle::spawn_unchecked::<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/thread/lifecycle.rs:68:26
[INFO] [stdout]   56:     0x5598b4a4d192 - <std[fce30c26ee6459b]::thread::lifecycle::spawn_unchecked<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>::{closure#1} as core[d17f6591d688f3bd]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   57:     0x5598b4bbf51f - <alloc[dad09f3a48280dba]::boxed::Box<dyn core[d17f6591d688f3bd]::ops::function::FnOnce<(), Output = ()> + core[d17f6591d688f3bd]::marker::Send> as core[d17f6591d688f3bd]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/alloc/src/boxed.rs:2271:9
[INFO] [stdout]   58:     0x5598b4bbf51f - <std[fce30c26ee6459b]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/sys/thread/unix.rs:118:17
[INFO] [stdout]   59:     0x76e42426eaa4 - <unknown>
[INFO] [stdout]   60:     0x76e4242fba64 - clone
[INFO] [stdout]   61:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] thread 'query_transformation::tests::all_impls_match' (17) panicked at src/query_transformation.rs:224:13:
[INFO] [stdout] assertion `left == right` failed
[INFO] [stdout]   left: Ok("(oe=hmjldfuhrigtymylwjvvzbiocqzt) OR ((a=qchqlqiwfhuvqmt) OR (oe=hmjldfuhrigtymylwjvvzbiocqzt))")
[INFO] [stdout]  right: Ok("(a=a) OR ((a=qchqlqiwfhuvqmt) OR (oe=hmjldfuhrigtymylwjvvzbiocqzt))")
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x5598b4bbfc0a - std[fce30c26ee6459b]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x5598b4bbfc0a - std[fce30c26ee6459b]::backtrace_rs::backtrace::trace_unsynchronized::<std[fce30c26ee6459b]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x5598b4bbfc0a - std[fce30c26ee6459b]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x5598b4bbfc0a - <<std[fce30c26ee6459b]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[d17f6591d688f3bd]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x5598b4bd51ea - <core[d17f6591d688f3bd]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x5598b4bd51ea - core[d17f6591d688f3bd]::fmt::write
[INFO] [stdout]    6:     0x5598b4bc4852 - std[fce30c26ee6459b]::io::default_write_fmt::<alloc[dad09f3a48280dba]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/io/mod.rs:621:11
[INFO] [stdout]    7:     0x5598b4bc4852 - <alloc[dad09f3a48280dba]::vec::Vec<u8> as std[fce30c26ee6459b]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/io/mod.rs:1976:13
[INFO] [stdout]    8:     0x5598b4b9d45f - <std[fce30c26ee6459b]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x5598b4b9d45f - std[fce30c26ee6459b]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x5598b4bb7f09 - std[fce30c26ee6459b]::panicking::default_hook
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x5598b4a49abc - <alloc[dad09f3a48280dba]::boxed::Box<dyn for<'a, 'b> core[d17f6591d688f3bd]::ops::function::Fn<(&'a std[fce30c26ee6459b]::panic::PanicHookInfo<'b>,), Output = ()> + core[d17f6591d688f3bd]::marker::Sync + core[d17f6591d688f3bd]::marker::Send> as core[d17f6591d688f3bd]::ops::function::Fn<(&std[fce30c26ee6459b]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/alloc/src/boxed.rs:2285:9
[INFO] [stdout]   12:     0x5598b4a49abc - test[9653f4f1d2ca1489]::test_main_inner::<test[9653f4f1d2ca1489]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/test/src/lib.rs:155:21
[INFO] [stdout]   13:     0x5598b4bb80c2 - <alloc[dad09f3a48280dba]::boxed::Box<dyn for<'a, 'b> core[d17f6591d688f3bd]::ops::function::Fn<(&'a std[fce30c26ee6459b]::panic::PanicHookInfo<'b>,), Output = ()> + core[d17f6591d688f3bd]::marker::Sync + core[d17f6591d688f3bd]::marker::Send> as core[d17f6591d688f3bd]::ops::function::Fn<(&std[fce30c26ee6459b]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/alloc/src/boxed.rs:2285:9
[INFO] [stdout]   14:     0x5598b4bb80c2 - std[fce30c26ee6459b]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x5598b4b9d518 - std[fce30c26ee6459b]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:698:13
[INFO] [stdout]   16:     0x5598b4b92619 - std[fce30c26ee6459b]::sys::backtrace::__rust_end_short_backtrace::<std[fce30c26ee6459b]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x5598b4b9e22d - __rustc[de152adb51f02556]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x5598b4bd5a2c - core[d17f6591d688f3bd]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x5598b4bd58e3 - core[d17f6591d688f3bd]::panicking::assert_failed_inner
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/panicking.rs:439:17
[INFO] [stdout]   20:     0x5598b4a3828d - core[d17f6591d688f3bd]::panicking::assert_failed::<core[d17f6591d688f3bd]::result::Result<alloc[dad09f3a48280dba]::string::String, rustbook[3f46124814f1185b]::query_transformation::PrintError>, core[d17f6591d688f3bd]::result::Result<alloc[dad09f3a48280dba]::string::String, rustbook[3f46124814f1185b]::query_transformation::PrintError>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/panicking.rs:394:5
[INFO] [stdout]   21:     0x5598b4a31665 - rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#1}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/query_transformation.rs:224:13
[INFO] [stdout]   22:     0x5598b4a33ef7 - <&rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#1} as core[d17f6591d688f3bd]::ops::function::Fn<(proptest[b103e6066b256e9b]::sugar::NamedArguments<&str, rustbook[3f46124814f1185b]::query_transformation::QueryBoxed>,)>>::call
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/ops/function.rs:263:22
[INFO] [stdout]   23:     0x5598b4a2c767 - proptest[b103e6066b256e9b]::test_runner::runner::call_test::<proptest[b103e6066b256e9b]::sugar::NamedArguments<&str, rustbook[3f46124814f1185b]::query_transformation::QueryBoxed>, &rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#1}, alloc[dad09f3a48280dba]::vec::into_iter::IntoIter<core[d17f6591d688f3bd]::result::Result<(), proptest[b103e6066b256e9b]::test_runner::errors::TestCaseError>>>::{closure#3}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:256:49
[INFO] [stdout]   24:     0x5598b4a23808 - <core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<proptest[b103e6066b256e9b]::test_runner::runner::call_test<proptest[b103e6066b256e9b]::sugar::NamedArguments<&str, rustbook[3f46124814f1185b]::query_transformation::QueryBoxed>, &rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#1}, alloc[dad09f3a48280dba]::vec::into_iter::IntoIter<core[d17f6591d688f3bd]::result::Result<(), proptest[b103e6066b256e9b]::test_runner::errors::TestCaseError>>>::{closure#3}> as core[d17f6591d688f3bd]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   25:     0x5598b4a387fd - std[fce30c26ee6459b]::panicking::catch_unwind::do_call::<core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<proptest[b103e6066b256e9b]::test_runner::runner::call_test<proptest[b103e6066b256e9b]::sugar::NamedArguments<&str, rustbook[3f46124814f1185b]::query_transformation::QueryBoxed>, &rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#1}, alloc[dad09f3a48280dba]::vec::into_iter::IntoIter<core[d17f6591d688f3bd]::result::Result<(), proptest[b103e6066b256e9b]::test_runner::errors::TestCaseError>>>::{closure#3}>, core[d17f6591d688f3bd]::result::Result<(), proptest[b103e6066b256e9b]::test_runner::errors::TestCaseError>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:581:40
[INFO] [stdout]   26:     0x5598b4a367db - __rust_try
[INFO] [stdout]   27:     0x5598b4a2fe01 - std[fce30c26ee6459b]::panicking::catch_unwind::<core[d17f6591d688f3bd]::result::Result<(), proptest[b103e6066b256e9b]::test_runner::errors::TestCaseError>, core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<proptest[b103e6066b256e9b]::test_runner::runner::call_test<proptest[b103e6066b256e9b]::sugar::NamedArguments<&str, rustbook[3f46124814f1185b]::query_transformation::QueryBoxed>, &rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#1}, alloc[dad09f3a48280dba]::vec::into_iter::IntoIter<core[d17f6591d688f3bd]::result::Result<(), proptest[b103e6066b256e9b]::test_runner::errors::TestCaseError>>>::{closure#3}>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:544:19
[INFO] [stdout]   28:     0x5598b4a2fe01 - std[fce30c26ee6459b]::panic::catch_unwind::<core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<proptest[b103e6066b256e9b]::test_runner::runner::call_test<proptest[b103e6066b256e9b]::sugar::NamedArguments<&str, rustbook[3f46124814f1185b]::query_transformation::QueryBoxed>, &rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#1}, alloc[dad09f3a48280dba]::vec::into_iter::IntoIter<core[d17f6591d688f3bd]::result::Result<(), proptest[b103e6066b256e9b]::test_runner::errors::TestCaseError>>>::{closure#3}>, core[d17f6591d688f3bd]::result::Result<(), proptest[b103e6066b256e9b]::test_runner::errors::TestCaseError>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panic.rs:359:14
[INFO] [stdout]   29:     0x5598b4a2b3a4 - proptest[b103e6066b256e9b]::test_runner::runner::call_test::<proptest[b103e6066b256e9b]::sugar::NamedArguments<&str, rustbook[3f46124814f1185b]::query_transformation::QueryBoxed>, &rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#1}, alloc[dad09f3a48280dba]::vec::into_iter::IntoIter<core[d17f6591d688f3bd]::result::Result<(), proptest[b103e6066b256e9b]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:256:9
[INFO] [stdout]   30:     0x5598b4a297d7 - <proptest[b103e6066b256e9b]::test_runner::runner::TestRunner>::shrink::<proptest[b103e6066b256e9b]::strategy::map::Map<alloc[dad09f3a48280dba]::boxed::Box<dyn proptest[b103e6066b256e9b]::strategy::traits::ValueTree<Value = rustbook[3f46124814f1185b]::query_transformation::QueryBoxed>>, rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#0}>, &rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#1}, alloc[dad09f3a48280dba]::vec::into_iter::IntoIter<core[d17f6591d688f3bd]::result::Result<(), proptest[b103e6066b256e9b]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:845:30
[INFO] [stdout]   31:     0x5598b4a2743e - <proptest[b103e6066b256e9b]::test_runner::runner::TestRunner>::run_one_with_replay::<proptest[b103e6066b256e9b]::strategy::map::Map<alloc[dad09f3a48280dba]::boxed::Box<dyn proptest[b103e6066b256e9b]::strategy::traits::ValueTree<Value = rustbook[3f46124814f1185b]::query_transformation::QueryBoxed>>, rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#0}>, &rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#1}, alloc[dad09f3a48280dba]::vec::into_iter::IntoIter<core[d17f6591d688f3bd]::result::Result<(), proptest[b103e6066b256e9b]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:736:22
[INFO] [stdout]   32:     0x5598b4a26c9a - <proptest[b103e6066b256e9b]::test_runner::runner::TestRunner>::gen_and_run_case::<proptest[b103e6066b256e9b]::strategy::map::Map<proptest[b103e6066b256e9b]::strategy::recursive::Recursive<rustbook[3f46124814f1185b]::query_transformation::QueryBoxed, rustbook[3f46124814f1185b]::query_transformation::tests::arb_query::{closure#1}>, rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#0}>, rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#1}, alloc[dad09f3a48280dba]::vec::into_iter::IntoIter<core[d17f6591d688f3bd]::result::Result<(), proptest[b103e6066b256e9b]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:664:28
[INFO] [stdout]   33:     0x5598b4a28165 - <proptest[b103e6066b256e9b]::test_runner::runner::TestRunner>::run_in_process_with_replay::<proptest[b103e6066b256e9b]::strategy::map::Map<proptest[b103e6066b256e9b]::strategy::recursive::Recursive<rustbook[3f46124814f1185b]::query_transformation::QueryBoxed, rustbook[3f46124814f1185b]::query_transformation::tests::arb_query::{closure#1}>, rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#0}>, rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#1}, alloc[dad09f3a48280dba]::vec::into_iter::IntoIter<core[d17f6591d688f3bd]::result::Result<(), proptest[b103e6066b256e9b]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:613:31
[INFO] [stdout]   34:     0x5598b4a26a10 - <proptest[b103e6066b256e9b]::test_runner::runner::TestRunner>::run_in_process::<proptest[b103e6066b256e9b]::strategy::map::Map<proptest[b103e6066b256e9b]::strategy::recursive::Recursive<rustbook[3f46124814f1185b]::query_transformation::QueryBoxed, rustbook[3f46124814f1185b]::query_transformation::tests::arb_query::{closure#1}>, rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#0}>, rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#1}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:570:14
[INFO] [stdout]   35:     0x5598b4a2914f - <proptest[b103e6066b256e9b]::test_runner::runner::TestRunner>::run::<proptest[b103e6066b256e9b]::strategy::map::Map<proptest[b103e6066b256e9b]::strategy::recursive::Recursive<rustbook[3f46124814f1185b]::query_transformation::QueryBoxed, rustbook[3f46124814f1185b]::query_transformation::tests::arb_query::{closure#1}>, rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#0}>, rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#1}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:413:18
[INFO] [stdout]   36:     0x5598b4a32ffe - rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/sugar.rs:163:17
[INFO] [stdout]   37:     0x5598b4a312d7 - rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/sugar.rs:159:28
[INFO] [stdout]   38:     0x5598b4a24036 - <rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#0} as core[d17f6591d688f3bd]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   39:     0x5598b4a3cd9b - <fn() -> core[d17f6591d688f3bd]::result::Result<(), alloc[dad09f3a48280dba]::string::String> as core[d17f6591d688f3bd]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   40:     0x5598b4a3cd9b - test[9653f4f1d2ca1489]::__rust_begin_short_backtrace::<core[d17f6591d688f3bd]::result::Result<(), alloc[dad09f3a48280dba]::string::String>, fn() -> core[d17f6591d688f3bd]::result::Result<(), alloc[dad09f3a48280dba]::string::String>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/test/src/lib.rs:724:18
[INFO] [stdout]   41:     0x5598b4a4a58b - test[9653f4f1d2ca1489]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/test/src/lib.rs:747:74
[INFO] [stdout]   42:     0x5598b4a4a58b - <core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<test[9653f4f1d2ca1489]::run_test_in_process::{closure#0}> as core[d17f6591d688f3bd]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   43:     0x5598b4a4a58b - std[fce30c26ee6459b]::panicking::catch_unwind::do_call::<core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<test[9653f4f1d2ca1489]::run_test_in_process::{closure#0}>, core[d17f6591d688f3bd]::result::Result<(), alloc[dad09f3a48280dba]::string::String>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:581:40
[INFO] [stdout]   44:     0x5598b4a4a58b - std[fce30c26ee6459b]::panicking::catch_unwind::<core[d17f6591d688f3bd]::result::Result<(), alloc[dad09f3a48280dba]::string::String>, core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<test[9653f4f1d2ca1489]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:544:19
[INFO] [stdout]   45:     0x5598b4a4a58b - std[fce30c26ee6459b]::panic::catch_unwind::<core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<test[9653f4f1d2ca1489]::run_test_in_process::{closure#0}>, core[d17f6591d688f3bd]::result::Result<(), alloc[dad09f3a48280dba]::string::String>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panic.rs:359:14
[INFO] [stdout]   46:     0x5598b4a4a58b - test[9653f4f1d2ca1489]::run_test_in_process
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/test/src/lib.rs:747:27
[INFO] [stdout]   47:     0x5598b4a4a58b - test[9653f4f1d2ca1489]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/test/src/lib.rs:668:43
[INFO] [stdout]   48:     0x5598b4a43ca4 - test[9653f4f1d2ca1489]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/test/src/lib.rs:698:41
[INFO] [stdout]   49:     0x5598b4a43ca4 - std[fce30c26ee6459b]::sys::backtrace::__rust_begin_short_backtrace::<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   50:     0x5598b4a4d192 - std[fce30c26ee6459b]::thread::lifecycle::spawn_unchecked::<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/thread/lifecycle.rs:70:13
[INFO] [stdout]   51:     0x5598b4a4d192 - <core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<std[fce30c26ee6459b]::thread::lifecycle::spawn_unchecked<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[d17f6591d688f3bd]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   52:     0x5598b4a4d192 - std[fce30c26ee6459b]::panicking::catch_unwind::do_call::<core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<std[fce30c26ee6459b]::thread::lifecycle::spawn_unchecked<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:581:40
[INFO] [stdout]   53:     0x5598b4a4d192 - std[fce30c26ee6459b]::panicking::catch_unwind::<(), core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<std[fce30c26ee6459b]::thread::lifecycle::spawn_unchecked<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:544:19
[INFO] [stdout]   54:     0x5598b4a4d192 - std[fce30c26ee6459b]::panic::catch_unwind::<core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<std[fce30c26ee6459b]::thread::lifecycle::spawn_unchecked<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panic.rs:359:14
[INFO] [stdout]   55:     0x5598b4a4d192 - std[fce30c26ee6459b]::thread::lifecycle::spawn_unchecked::<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/thread/lifecycle.rs:68:26
[INFO] [stdout]   56:     0x5598b4a4d192 - <std[fce30c26ee6459b]::thread::lifecycle::spawn_unchecked<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>::{closure#1} as core[d17f6591d688f3bd]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   57:     0x5598b4bbf51f - <alloc[dad09f3a48280dba]::boxed::Box<dyn core[d17f6591d688f3bd]::ops::function::FnOnce<(), Output = ()> + core[d17f6591d688f3bd]::marker::Send> as core[d17f6591d688f3bd]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/alloc/src/boxed.rs:2271:9
[INFO] [stdout]   58:     0x5598b4bbf51f - <std[fce30c26ee6459b]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/sys/thread/unix.rs:118:17
[INFO] [stdout]   59:     0x76e42426eaa4 - <unknown>
[INFO] [stdout]   60:     0x76e4242fba64 - clone
[INFO] [stdout]   61:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] thread 'query_transformation::tests::all_impls_match' (17) panicked at src/query_transformation.rs:224:13:
[INFO] [stdout] assertion `left == right` failed
[INFO] [stdout]   left: Ok("(oe=hmjldfuhrigtymylwjvvzbiocqzt) OR ((a=chqlqiwfhuvqmt) OR (oe=hmjldfuhrigtymylwjvvzbiocqzt))")
[INFO] [stdout]  right: Ok("(a=a) OR ((a=chqlqiwfhuvqmt) OR (oe=hmjldfuhrigtymylwjvvzbiocqzt))")
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x5598b4bbfc0a - std[fce30c26ee6459b]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x5598b4bbfc0a - std[fce30c26ee6459b]::backtrace_rs::backtrace::trace_unsynchronized::<std[fce30c26ee6459b]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x5598b4bbfc0a - std[fce30c26ee6459b]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x5598b4bbfc0a - <<std[fce30c26ee6459b]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[d17f6591d688f3bd]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x5598b4bd51ea - <core[d17f6591d688f3bd]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x5598b4bd51ea - core[d17f6591d688f3bd]::fmt::write
[INFO] [stdout]    6:     0x5598b4bc4852 - std[fce30c26ee6459b]::io::default_write_fmt::<alloc[dad09f3a48280dba]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/io/mod.rs:621:11
[INFO] [stdout]    7:     0x5598b4bc4852 - <alloc[dad09f3a48280dba]::vec::Vec<u8> as std[fce30c26ee6459b]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/io/mod.rs:1976:13
[INFO] [stdout]    8:     0x5598b4b9d45f - <std[fce30c26ee6459b]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x5598b4b9d45f - std[fce30c26ee6459b]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x5598b4bb7f09 - std[fce30c26ee6459b]::panicking::default_hook
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x5598b4a49abc - <alloc[dad09f3a48280dba]::boxed::Box<dyn for<'a, 'b> core[d17f6591d688f3bd]::ops::function::Fn<(&'a std[fce30c26ee6459b]::panic::PanicHookInfo<'b>,), Output = ()> + core[d17f6591d688f3bd]::marker::Sync + core[d17f6591d688f3bd]::marker::Send> as core[d17f6591d688f3bd]::ops::function::Fn<(&std[fce30c26ee6459b]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/alloc/src/boxed.rs:2285:9
[INFO] [stdout]   12:     0x5598b4a49abc - test[9653f4f1d2ca1489]::test_main_inner::<test[9653f4f1d2ca1489]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/test/src/lib.rs:155:21
[INFO] [stdout]   13:     0x5598b4bb80c2 - <alloc[dad09f3a48280dba]::boxed::Box<dyn for<'a, 'b> core[d17f6591d688f3bd]::ops::function::Fn<(&'a std[fce30c26ee6459b]::panic::PanicHookInfo<'b>,), Output = ()> + core[d17f6591d688f3bd]::marker::Sync + core[d17f6591d688f3bd]::marker::Send> as core[d17f6591d688f3bd]::ops::function::Fn<(&std[fce30c26ee6459b]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/alloc/src/boxed.rs:2285:9
[INFO] [stdout]   14:     0x5598b4bb80c2 - std[fce30c26ee6459b]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x5598b4b9d518 - std[fce30c26ee6459b]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:698:13
[INFO] [stdout]   16:     0x5598b4b92619 - std[fce30c26ee6459b]::sys::backtrace::__rust_end_short_backtrace::<std[fce30c26ee6459b]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x5598b4b9e22d - __rustc[de152adb51f02556]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x5598b4bd5a2c - core[d17f6591d688f3bd]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x5598b4bd58e3 - core[d17f6591d688f3bd]::panicking::assert_failed_inner
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/panicking.rs:439:17
[INFO] [stdout]   20:     0x5598b4a3828d - core[d17f6591d688f3bd]::panicking::assert_failed::<core[d17f6591d688f3bd]::result::Result<alloc[dad09f3a48280dba]::string::String, rustbook[3f46124814f1185b]::query_transformation::PrintError>, core[d17f6591d688f3bd]::result::Result<alloc[dad09f3a48280dba]::string::String, rustbook[3f46124814f1185b]::query_transformation::PrintError>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/panicking.rs:394:5
[INFO] [stdout]   21:     0x5598b4a31665 - rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#1}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/query_transformation.rs:224:13
[INFO] [stdout]   22:     0x5598b4a33ef7 - <&rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#1} as core[d17f6591d688f3bd]::ops::function::Fn<(proptest[b103e6066b256e9b]::sugar::NamedArguments<&str, rustbook[3f46124814f1185b]::query_transformation::QueryBoxed>,)>>::call
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/ops/function.rs:263:22
[INFO] [stdout]   23:     0x5598b4a2c767 - proptest[b103e6066b256e9b]::test_runner::runner::call_test::<proptest[b103e6066b256e9b]::sugar::NamedArguments<&str, rustbook[3f46124814f1185b]::query_transformation::QueryBoxed>, &rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#1}, alloc[dad09f3a48280dba]::vec::into_iter::IntoIter<core[d17f6591d688f3bd]::result::Result<(), proptest[b103e6066b256e9b]::test_runner::errors::TestCaseError>>>::{closure#3}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:256:49
[INFO] [stdout]   24:     0x5598b4a23808 - <core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<proptest[b103e6066b256e9b]::test_runner::runner::call_test<proptest[b103e6066b256e9b]::sugar::NamedArguments<&str, rustbook[3f46124814f1185b]::query_transformation::QueryBoxed>, &rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#1}, alloc[dad09f3a48280dba]::vec::into_iter::IntoIter<core[d17f6591d688f3bd]::result::Result<(), proptest[b103e6066b256e9b]::test_runner::errors::TestCaseError>>>::{closure#3}> as core[d17f6591d688f3bd]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   25:     0x5598b4a387fd - std[fce30c26ee6459b]::panicking::catch_unwind::do_call::<core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<proptest[b103e6066b256e9b]::test_runner::runner::call_test<proptest[b103e6066b256e9b]::sugar::NamedArguments<&str, rustbook[3f46124814f1185b]::query_transformation::QueryBoxed>, &rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#1}, alloc[dad09f3a48280dba]::vec::into_iter::IntoIter<core[d17f6591d688f3bd]::result::Result<(), proptest[b103e6066b256e9b]::test_runner::errors::TestCaseError>>>::{closure#3}>, core[d17f6591d688f3bd]::result::Result<(), proptest[b103e6066b256e9b]::test_runner::errors::TestCaseError>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:581:40
[INFO] [stdout]   26:     0x5598b4a367db - __rust_try
[INFO] [stdout]   27:     0x5598b4a2fe01 - std[fce30c26ee6459b]::panicking::catch_unwind::<core[d17f6591d688f3bd]::result::Result<(), proptest[b103e6066b256e9b]::test_runner::errors::TestCaseError>, core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<proptest[b103e6066b256e9b]::test_runner::runner::call_test<proptest[b103e6066b256e9b]::sugar::NamedArguments<&str, rustbook[3f46124814f1185b]::query_transformation::QueryBoxed>, &rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#1}, alloc[dad09f3a48280dba]::vec::into_iter::IntoIter<core[d17f6591d688f3bd]::result::Result<(), proptest[b103e6066b256e9b]::test_runner::errors::TestCaseError>>>::{closure#3}>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:544:19
[INFO] [stdout]   28:     0x5598b4a2fe01 - std[fce30c26ee6459b]::panic::catch_unwind::<core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<proptest[b103e6066b256e9b]::test_runner::runner::call_test<proptest[b103e6066b256e9b]::sugar::NamedArguments<&str, rustbook[3f46124814f1185b]::query_transformation::QueryBoxed>, &rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#1}, alloc[dad09f3a48280dba]::vec::into_iter::IntoIter<core[d17f6591d688f3bd]::result::Result<(), proptest[b103e6066b256e9b]::test_runner::errors::TestCaseError>>>::{closure#3}>, core[d17f6591d688f3bd]::result::Result<(), proptest[b103e6066b256e9b]::test_runner::errors::TestCaseError>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panic.rs:359:14
[INFO] [stdout]   29:     0x5598b4a2b3a4 - proptest[b103e6066b256e9b]::test_runner::runner::call_test::<proptest[b103e6066b256e9b]::sugar::NamedArguments<&str, rustbook[3f46124814f1185b]::query_transformation::QueryBoxed>, &rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#1}, alloc[dad09f3a48280dba]::vec::into_iter::IntoIter<core[d17f6591d688f3bd]::result::Result<(), proptest[b103e6066b256e9b]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:256:9
[INFO] [stdout]   30:     0x5598b4a297d7 - <proptest[b103e6066b256e9b]::test_runner::runner::TestRunner>::shrink::<proptest[b103e6066b256e9b]::strategy::map::Map<alloc[dad09f3a48280dba]::boxed::Box<dyn proptest[b103e6066b256e9b]::strategy::traits::ValueTree<Value = rustbook[3f46124814f1185b]::query_transformation::QueryBoxed>>, rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#0}>, &rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#1}, alloc[dad09f3a48280dba]::vec::into_iter::IntoIter<core[d17f6591d688f3bd]::result::Result<(), proptest[b103e6066b256e9b]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:845:30
[INFO] [stdout]   31:     0x5598b4a2743e - <proptest[b103e6066b256e9b]::test_runner::runner::TestRunner>::run_one_with_replay::<proptest[b103e6066b256e9b]::strategy::map::Map<alloc[dad09f3a48280dba]::boxed::Box<dyn proptest[b103e6066b256e9b]::strategy::traits::ValueTree<Value = rustbook[3f46124814f1185b]::query_transformation::QueryBoxed>>, rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#0}>, &rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#1}, alloc[dad09f3a48280dba]::vec::into_iter::IntoIter<core[d17f6591d688f3bd]::result::Result<(), proptest[b103e6066b256e9b]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:736:22
[INFO] [stdout]   32:     0x5598b4a26c9a - <proptest[b103e6066b256e9b]::test_runner::runner::TestRunner>::gen_and_run_case::<proptest[b103e6066b256e9b]::strategy::map::Map<proptest[b103e6066b256e9b]::strategy::recursive::Recursive<rustbook[3f46124814f1185b]::query_transformation::QueryBoxed, rustbook[3f46124814f1185b]::query_transformation::tests::arb_query::{closure#1}>, rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#0}>, rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#1}, alloc[dad09f3a48280dba]::vec::into_iter::IntoIter<core[d17f6591d688f3bd]::result::Result<(), proptest[b103e6066b256e9b]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:664:28
[INFO] [stdout]   33:     0x5598b4a28165 - <proptest[b103e6066b256e9b]::test_runner::runner::TestRunner>::run_in_process_with_replay::<proptest[b103e6066b256e9b]::strategy::map::Map<proptest[b103e6066b256e9b]::strategy::recursive::Recursive<rustbook[3f46124814f1185b]::query_transformation::QueryBoxed, rustbook[3f46124814f1185b]::query_transformation::tests::arb_query::{closure#1}>, rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#0}>, rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#1}, alloc[dad09f3a48280dba]::vec::into_iter::IntoIter<core[d17f6591d688f3bd]::result::Result<(), proptest[b103e6066b256e9b]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:613:31
[INFO] [stdout]   34:     0x5598b4a26a10 - <proptest[b103e6066b256e9b]::test_runner::runner::TestRunner>::run_in_process::<proptest[b103e6066b256e9b]::strategy::map::Map<proptest[b103e6066b256e9b]::strategy::recursive::Recursive<rustbook[3f46124814f1185b]::query_transformation::QueryBoxed, rustbook[3f46124814f1185b]::query_transformation::tests::arb_query::{closure#1}>, rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#0}>, rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#1}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:570:14
[INFO] [stdout]   35:     0x5598b4a2914f - <proptest[b103e6066b256e9b]::test_runner::runner::TestRunner>::run::<proptest[b103e6066b256e9b]::strategy::map::Map<proptest[b103e6066b256e9b]::strategy::recursive::Recursive<rustbook[3f46124814f1185b]::query_transformation::QueryBoxed, rustbook[3f46124814f1185b]::query_transformation::tests::arb_query::{closure#1}>, rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#0}>, rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#1}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:413:18
[INFO] [stdout]   36:     0x5598b4a32ffe - rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/sugar.rs:163:17
[INFO] [stdout]   37:     0x5598b4a312d7 - rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/sugar.rs:159:28
[INFO] [stdout]   38:     0x5598b4a24036 - <rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#0} as core[d17f6591d688f3bd]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   39:     0x5598b4a3cd9b - <fn() -> core[d17f6591d688f3bd]::result::Result<(), alloc[dad09f3a48280dba]::string::String> as core[d17f6591d688f3bd]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   40:     0x5598b4a3cd9b - test[9653f4f1d2ca1489]::__rust_begin_short_backtrace::<core[d17f6591d688f3bd]::result::Result<(), alloc[dad09f3a48280dba]::string::String>, fn() -> core[d17f6591d688f3bd]::result::Result<(), alloc[dad09f3a48280dba]::string::String>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/test/src/lib.rs:724:18
[INFO] [stdout]   41:     0x5598b4a4a58b - test[9653f4f1d2ca1489]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/test/src/lib.rs:747:74
[INFO] [stdout]   42:     0x5598b4a4a58b - <core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<test[9653f4f1d2ca1489]::run_test_in_process::{closure#0}> as core[d17f6591d688f3bd]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   43:     0x5598b4a4a58b - std[fce30c26ee6459b]::panicking::catch_unwind::do_call::<core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<test[9653f4f1d2ca1489]::run_test_in_process::{closure#0}>, core[d17f6591d688f3bd]::result::Result<(), alloc[dad09f3a48280dba]::string::String>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:581:40
[INFO] [stdout]   44:     0x5598b4a4a58b - std[fce30c26ee6459b]::panicking::catch_unwind::<core[d17f6591d688f3bd]::result::Result<(), alloc[dad09f3a48280dba]::string::String>, core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<test[9653f4f1d2ca1489]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:544:19
[INFO] [stdout]   45:     0x5598b4a4a58b - std[fce30c26ee6459b]::panic::catch_unwind::<core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<test[9653f4f1d2ca1489]::run_test_in_process::{closure#0}>, core[d17f6591d688f3bd]::result::Result<(), alloc[dad09f3a48280dba]::string::String>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panic.rs:359:14
[INFO] [stdout]   46:     0x5598b4a4a58b - test[9653f4f1d2ca1489]::run_test_in_process
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/test/src/lib.rs:747:27
[INFO] [stdout]   47:     0x5598b4a4a58b - test[9653f4f1d2ca1489]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/test/src/lib.rs:668:43
[INFO] [stdout]   48:     0x5598b4a43ca4 - test[9653f4f1d2ca1489]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/test/src/lib.rs:698:41
[INFO] [stdout]   49:     0x5598b4a43ca4 - std[fce30c26ee6459b]::sys::backtrace::__rust_begin_short_backtrace::<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   50:     0x5598b4a4d192 - std[fce30c26ee6459b]::thread::lifecycle::spawn_unchecked::<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/thread/lifecycle.rs:70:13
[INFO] [stdout]   51:     0x5598b4a4d192 - <core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<std[fce30c26ee6459b]::thread::lifecycle::spawn_unchecked<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[d17f6591d688f3bd]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   52:     0x5598b4a4d192 - std[fce30c26ee6459b]::panicking::catch_unwind::do_call::<core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<std[fce30c26ee6459b]::thread::lifecycle::spawn_unchecked<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:581:40
[INFO] [stdout]   53:     0x5598b4a4d192 - std[fce30c26ee6459b]::panicking::catch_unwind::<(), core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<std[fce30c26ee6459b]::thread::lifecycle::spawn_unchecked<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:544:19
[INFO] [stdout]   54:     0x5598b4a4d192 - std[fce30c26ee6459b]::panic::catch_unwind::<core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<std[fce30c26ee6459b]::thread::lifecycle::spawn_unchecked<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panic.rs:359:14
[INFO] [stdout]   55:     0x5598b4a4d192 - std[fce30c26ee6459b]::thread::lifecycle::spawn_unchecked::<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/thread/lifecycle.rs:68:26
[INFO] [stdout]   56:     0x5598b4a4d192 - <std[fce30c26ee6459b]::thread::lifecycle::spawn_unchecked<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>::{closure#1} as core[d17f6591d688f3bd]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   57:     0x5598b4bbf51f - <alloc[dad09f3a48280dba]::boxed::Box<dyn core[d17f6591d688f3bd]::ops::function::FnOnce<(), Output = ()> + core[d17f6591d688f3bd]::marker::Send> as core[d17f6591d688f3bd]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/alloc/src/boxed.rs:2271:9
[INFO] [stdout]   58:     0x5598b4bbf51f - <std[fce30c26ee6459b]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/sys/thread/unix.rs:118:17
[INFO] [stdout]   59:     0x76e42426eaa4 - <unknown>
[INFO] [stdout]   60:     0x76e4242fba64 - clone
[INFO] [stdout]   61:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] thread 'query_transformation::tests::all_impls_match' (17) panicked at src/query_transformation.rs:224:13:
[INFO] [stdout] assertion `left == right` failed
[INFO] [stdout]   left: Ok("(oe=hmjldfuhrigtymylwjvvzbiocqzt) OR ((a=hqlqiwfhuvqmt) OR (oe=hmjldfuhrigtymylwjvvzbiocqzt))")
[INFO] [stdout]  right: Ok("(a=a) OR ((a=hqlqiwfhuvqmt) OR (oe=hmjldfuhrigtymylwjvvzbiocqzt))")
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x5598b4bbfc0a - std[fce30c26ee6459b]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x5598b4bbfc0a - std[fce30c26ee6459b]::backtrace_rs::backtrace::trace_unsynchronized::<std[fce30c26ee6459b]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x5598b4bbfc0a - std[fce30c26ee6459b]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x5598b4bbfc0a - <<std[fce30c26ee6459b]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[d17f6591d688f3bd]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x5598b4bd51ea - <core[d17f6591d688f3bd]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x5598b4bd51ea - core[d17f6591d688f3bd]::fmt::write
[INFO] [stdout]    6:     0x5598b4bc4852 - std[fce30c26ee6459b]::io::default_write_fmt::<alloc[dad09f3a48280dba]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/io/mod.rs:621:11
[INFO] [stdout]    7:     0x5598b4bc4852 - <alloc[dad09f3a48280dba]::vec::Vec<u8> as std[fce30c26ee6459b]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/io/mod.rs:1976:13
[INFO] [stdout]    8:     0x5598b4b9d45f - <std[fce30c26ee6459b]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x5598b4b9d45f - std[fce30c26ee6459b]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x5598b4bb7f09 - std[fce30c26ee6459b]::panicking::default_hook
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x5598b4a49abc - <alloc[dad09f3a48280dba]::boxed::Box<dyn for<'a, 'b> core[d17f6591d688f3bd]::ops::function::Fn<(&'a std[fce30c26ee6459b]::panic::PanicHookInfo<'b>,), Output = ()> + core[d17f6591d688f3bd]::marker::Sync + core[d17f6591d688f3bd]::marker::Send> as core[d17f6591d688f3bd]::ops::function::Fn<(&std[fce30c26ee6459b]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/alloc/src/boxed.rs:2285:9
[INFO] [stdout]   12:     0x5598b4a49abc - test[9653f4f1d2ca1489]::test_main_inner::<test[9653f4f1d2ca1489]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/test/src/lib.rs:155:21
[INFO] [stdout]   13:     0x5598b4bb80c2 - <alloc[dad09f3a48280dba]::boxed::Box<dyn for<'a, 'b> core[d17f6591d688f3bd]::ops::function::Fn<(&'a std[fce30c26ee6459b]::panic::PanicHookInfo<'b>,), Output = ()> + core[d17f6591d688f3bd]::marker::Sync + core[d17f6591d688f3bd]::marker::Send> as core[d17f6591d688f3bd]::ops::function::Fn<(&std[fce30c26ee6459b]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/alloc/src/boxed.rs:2285:9
[INFO] [stdout]   14:     0x5598b4bb80c2 - std[fce30c26ee6459b]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x5598b4b9d518 - std[fce30c26ee6459b]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:698:13
[INFO] [stdout]   16:     0x5598b4b92619 - std[fce30c26ee6459b]::sys::backtrace::__rust_end_short_backtrace::<std[fce30c26ee6459b]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x5598b4b9e22d - __rustc[de152adb51f02556]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x5598b4bd5a2c - core[d17f6591d688f3bd]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x5598b4bd58e3 - core[d17f6591d688f3bd]::panicking::assert_failed_inner
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/panicking.rs:439:17
[INFO] [stdout]   20:     0x5598b4a3828d - core[d17f6591d688f3bd]::panicking::assert_failed::<core[d17f6591d688f3bd]::result::Result<alloc[dad09f3a48280dba]::string::String, rustbook[3f46124814f1185b]::query_transformation::PrintError>, core[d17f6591d688f3bd]::result::Result<alloc[dad09f3a48280dba]::string::String, rustbook[3f46124814f1185b]::query_transformation::PrintError>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/panicking.rs:394:5
[INFO] [stdout]   21:     0x5598b4a31665 - rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#1}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/query_transformation.rs:224:13
[INFO] [stdout]   22:     0x5598b4a33ef7 - <&rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#1} as core[d17f6591d688f3bd]::ops::function::Fn<(proptest[b103e6066b256e9b]::sugar::NamedArguments<&str, rustbook[3f46124814f1185b]::query_transformation::QueryBoxed>,)>>::call
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/ops/function.rs:263:22
[INFO] [stdout]   23:     0x5598b4a2c767 - proptest[b103e6066b256e9b]::test_runner::runner::call_test::<proptest[b103e6066b256e9b]::sugar::NamedArguments<&str, rustbook[3f46124814f1185b]::query_transformation::QueryBoxed>, &rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#1}, alloc[dad09f3a48280dba]::vec::into_iter::IntoIter<core[d17f6591d688f3bd]::result::Result<(), proptest[b103e6066b256e9b]::test_runner::errors::TestCaseError>>>::{closure#3}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:256:49
[INFO] [stdout]   24:     0x5598b4a23808 - <core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<proptest[b103e6066b256e9b]::test_runner::runner::call_test<proptest[b103e6066b256e9b]::sugar::NamedArguments<&str, rustbook[3f46124814f1185b]::query_transformation::QueryBoxed>, &rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#1}, alloc[dad09f3a48280dba]::vec::into_iter::IntoIter<core[d17f6591d688f3bd]::result::Result<(), proptest[b103e6066b256e9b]::test_runner::errors::TestCaseError>>>::{closure#3}> as core[d17f6591d688f3bd]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   25:     0x5598b4a387fd - std[fce30c26ee6459b]::panicking::catch_unwind::do_call::<core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<proptest[b103e6066b256e9b]::test_runner::runner::call_test<proptest[b103e6066b256e9b]::sugar::NamedArguments<&str, rustbook[3f46124814f1185b]::query_transformation::QueryBoxed>, &rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#1}, alloc[dad09f3a48280dba]::vec::into_iter::IntoIter<core[d17f6591d688f3bd]::result::Result<(), proptest[b103e6066b256e9b]::test_runner::errors::TestCaseError>>>::{closure#3}>, core[d17f6591d688f3bd]::result::Result<(), proptest[b103e6066b256e9b]::test_runner::errors::TestCaseError>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:581:40
[INFO] [stdout]   26:     0x5598b4a367db - __rust_try
[INFO] [stdout]   27:     0x5598b4a2fe01 - std[fce30c26ee6459b]::panicking::catch_unwind::<core[d17f6591d688f3bd]::result::Result<(), proptest[b103e6066b256e9b]::test_runner::errors::TestCaseError>, core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<proptest[b103e6066b256e9b]::test_runner::runner::call_test<proptest[b103e6066b256e9b]::sugar::NamedArguments<&str, rustbook[3f46124814f1185b]::query_transformation::QueryBoxed>, &rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#1}, alloc[dad09f3a48280dba]::vec::into_iter::IntoIter<core[d17f6591d688f3bd]::result::Result<(), proptest[b103e6066b256e9b]::test_runner::errors::TestCaseError>>>::{closure#3}>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:544:19
[INFO] [stdout]   28:     0x5598b4a2fe01 - std[fce30c26ee6459b]::panic::catch_unwind::<core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<proptest[b103e6066b256e9b]::test_runner::runner::call_test<proptest[b103e6066b256e9b]::sugar::NamedArguments<&str, rustbook[3f46124814f1185b]::query_transformation::QueryBoxed>, &rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#1}, alloc[dad09f3a48280dba]::vec::into_iter::IntoIter<core[d17f6591d688f3bd]::result::Result<(), proptest[b103e6066b256e9b]::test_runner::errors::TestCaseError>>>::{closure#3}>, core[d17f6591d688f3bd]::result::Result<(), proptest[b103e6066b256e9b]::test_runner::errors::TestCaseError>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panic.rs:359:14
[INFO] [stdout]   29:     0x5598b4a2b3a4 - proptest[b103e6066b256e9b]::test_runner::runner::call_test::<proptest[b103e6066b256e9b]::sugar::NamedArguments<&str, rustbook[3f46124814f1185b]::query_transformation::QueryBoxed>, &rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#1}, alloc[dad09f3a48280dba]::vec::into_iter::IntoIter<core[d17f6591d688f3bd]::result::Result<(), proptest[b103e6066b256e9b]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:256:9
[INFO] [stdout]   30:     0x5598b4a297d7 - <proptest[b103e6066b256e9b]::test_runner::runner::TestRunner>::shrink::<proptest[b103e6066b256e9b]::strategy::map::Map<alloc[dad09f3a48280dba]::boxed::Box<dyn proptest[b103e6066b256e9b]::strategy::traits::ValueTree<Value = rustbook[3f46124814f1185b]::query_transformation::QueryBoxed>>, rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#0}>, &rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#1}, alloc[dad09f3a48280dba]::vec::into_iter::IntoIter<core[d17f6591d688f3bd]::result::Result<(), proptest[b103e6066b256e9b]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:845:30
[INFO] [stdout]   31:     0x5598b4a2743e - <proptest[b103e6066b256e9b]::test_runner::runner::TestRunner>::run_one_with_replay::<proptest[b103e6066b256e9b]::strategy::map::Map<alloc[dad09f3a48280dba]::boxed::Box<dyn proptest[b103e6066b256e9b]::strategy::traits::ValueTree<Value = rustbook[3f46124814f1185b]::query_transformation::QueryBoxed>>, rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#0}>, &rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#1}, alloc[dad09f3a48280dba]::vec::into_iter::IntoIter<core[d17f6591d688f3bd]::result::Result<(), proptest[b103e6066b256e9b]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:736:22
[INFO] [stdout]   32:     0x5598b4a26c9a - <proptest[b103e6066b256e9b]::test_runner::runner::TestRunner>::gen_and_run_case::<proptest[b103e6066b256e9b]::strategy::map::Map<proptest[b103e6066b256e9b]::strategy::recursive::Recursive<rustbook[3f46124814f1185b]::query_transformation::QueryBoxed, rustbook[3f46124814f1185b]::query_transformation::tests::arb_query::{closure#1}>, rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#0}>, rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#1}, alloc[dad09f3a48280dba]::vec::into_iter::IntoIter<core[d17f6591d688f3bd]::result::Result<(), proptest[b103e6066b256e9b]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:664:28
[INFO] [stdout]   33:     0x5598b4a28165 - <proptest[b103e6066b256e9b]::test_runner::runner::TestRunner>::run_in_process_with_replay::<proptest[b103e6066b256e9b]::strategy::map::Map<proptest[b103e6066b256e9b]::strategy::recursive::Recursive<rustbook[3f46124814f1185b]::query_transformation::QueryBoxed, rustbook[3f46124814f1185b]::query_transformation::tests::arb_query::{closure#1}>, rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#0}>, rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#1}, alloc[dad09f3a48280dba]::vec::into_iter::IntoIter<core[d17f6591d688f3bd]::result::Result<(), proptest[b103e6066b256e9b]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:613:31
[INFO] [stdout]   34:     0x5598b4a26a10 - <proptest[b103e6066b256e9b]::test_runner::runner::TestRunner>::run_in_process::<proptest[b103e6066b256e9b]::strategy::map::Map<proptest[b103e6066b256e9b]::strategy::recursive::Recursive<rustbook[3f46124814f1185b]::query_transformation::QueryBoxed, rustbook[3f46124814f1185b]::query_transformation::tests::arb_query::{closure#1}>, rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#0}>, rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#1}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:570:14
[INFO] [stdout]   35:     0x5598b4a2914f - <proptest[b103e6066b256e9b]::test_runner::runner::TestRunner>::run::<proptest[b103e6066b256e9b]::strategy::map::Map<proptest[b103e6066b256e9b]::strategy::recursive::Recursive<rustbook[3f46124814f1185b]::query_transformation::QueryBoxed, rustbook[3f46124814f1185b]::query_transformation::tests::arb_query::{closure#1}>, rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#0}>, rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#1}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:413:18
[INFO] [stdout]   36:     0x5598b4a32ffe - rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/sugar.rs:163:17
[INFO] [stdout]   37:     0x5598b4a312d7 - rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/sugar.rs:159:28
[INFO] [stdout]   38:     0x5598b4a24036 - <rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#0} as core[d17f6591d688f3bd]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   39:     0x5598b4a3cd9b - <fn() -> core[d17f6591d688f3bd]::result::Result<(), alloc[dad09f3a48280dba]::string::String> as core[d17f6591d688f3bd]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   40:     0x5598b4a3cd9b - test[9653f4f1d2ca1489]::__rust_begin_short_backtrace::<core[d17f6591d688f3bd]::result::Result<(), alloc[dad09f3a48280dba]::string::String>, fn() -> core[d17f6591d688f3bd]::result::Result<(), alloc[dad09f3a48280dba]::string::String>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/test/src/lib.rs:724:18
[INFO] [stdout]   41:     0x5598b4a4a58b - test[9653f4f1d2ca1489]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/test/src/lib.rs:747:74
[INFO] [stdout]   42:     0x5598b4a4a58b - <core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<test[9653f4f1d2ca1489]::run_test_in_process::{closure#0}> as core[d17f6591d688f3bd]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   43:     0x5598b4a4a58b - std[fce30c26ee6459b]::panicking::catch_unwind::do_call::<core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<test[9653f4f1d2ca1489]::run_test_in_process::{closure#0}>, core[d17f6591d688f3bd]::result::Result<(), alloc[dad09f3a48280dba]::string::String>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:581:40
[INFO] [stdout]   44:     0x5598b4a4a58b - std[fce30c26ee6459b]::panicking::catch_unwind::<core[d17f6591d688f3bd]::result::Result<(), alloc[dad09f3a48280dba]::string::String>, core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<test[9653f4f1d2ca1489]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:544:19
[INFO] [stdout]   45:     0x5598b4a4a58b - std[fce30c26ee6459b]::panic::catch_unwind::<core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<test[9653f4f1d2ca1489]::run_test_in_process::{closure#0}>, core[d17f6591d688f3bd]::result::Result<(), alloc[dad09f3a48280dba]::string::String>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panic.rs:359:14
[INFO] [stdout]   46:     0x5598b4a4a58b - test[9653f4f1d2ca1489]::run_test_in_process
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/test/src/lib.rs:747:27
[INFO] [stdout]   47:     0x5598b4a4a58b - test[9653f4f1d2ca1489]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/test/src/lib.rs:668:43
[INFO] [stdout]   48:     0x5598b4a43ca4 - test[9653f4f1d2ca1489]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/test/src/lib.rs:698:41
[INFO] [stdout]   49:     0x5598b4a43ca4 - std[fce30c26ee6459b]::sys::backtrace::__rust_begin_short_backtrace::<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   50:     0x5598b4a4d192 - std[fce30c26ee6459b]::thread::lifecycle::spawn_unchecked::<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/thread/lifecycle.rs:70:13
[INFO] [stdout]   51:     0x5598b4a4d192 - <core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<std[fce30c26ee6459b]::thread::lifecycle::spawn_unchecked<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[d17f6591d688f3bd]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   52:     0x5598b4a4d192 - std[fce30c26ee6459b]::panicking::catch_unwind::do_call::<core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<std[fce30c26ee6459b]::thread::lifecycle::spawn_unchecked<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:581:40
[INFO] [stdout]   53:     0x5598b4a4d192 - std[fce30c26ee6459b]::panicking::catch_unwind::<(), core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<std[fce30c26ee6459b]::thread::lifecycle::spawn_unchecked<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:544:19
[INFO] [stdout]   54:     0x5598b4a4d192 - std[fce30c26ee6459b]::panic::catch_unwind::<core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<std[fce30c26ee6459b]::thread::lifecycle::spawn_unchecked<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panic.rs:359:14
[INFO] [stdout]   55:     0x5598b4a4d192 - std[fce30c26ee6459b]::thread::lifecycle::spawn_unchecked::<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/thread/lifecycle.rs:68:26
[INFO] [stdout]   56:     0x5598b4a4d192 - <std[fce30c26ee6459b]::thread::lifecycle::spawn_unchecked<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>::{closure#1} as core[d17f6591d688f3bd]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   57:     0x5598b4bbf51f - <alloc[dad09f3a48280dba]::boxed::Box<dyn core[d17f6591d688f3bd]::ops::function::FnOnce<(), Output = ()> + core[d17f6591d688f3bd]::marker::Send> as core[d17f6591d688f3bd]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/alloc/src/boxed.rs:2271:9
[INFO] [stdout]   58:     0x5598b4bbf51f - <std[fce30c26ee6459b]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/sys/thread/unix.rs:118:17
[INFO] [stdout]   59:     0x76e42426eaa4 - <unknown>
[INFO] [stdout]   60:     0x76e4242fba64 - clone
[INFO] [stdout]   61:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] thread 'query_transformation::tests::all_impls_match' (17) panicked at src/query_transformation.rs:224:13:
[INFO] [stdout] assertion `left == right` failed
[INFO] [stdout]   left: Ok("(oe=hmjldfuhrigtymylwjvvzbiocqzt) OR ((a=qlqiwfhuvqmt) OR (oe=hmjldfuhrigtymylwjvvzbiocqzt))")
[INFO] [stdout]  right: Ok("(a=a) OR ((a=qlqiwfhuvqmt) OR (oe=hmjldfuhrigtymylwjvvzbiocqzt))")
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x5598b4bbfc0a - std[fce30c26ee6459b]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x5598b4bbfc0a - std[fce30c26ee6459b]::backtrace_rs::backtrace::trace_unsynchronized::<std[fce30c26ee6459b]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x5598b4bbfc0a - std[fce30c26ee6459b]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x5598b4bbfc0a - <<std[fce30c26ee6459b]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[d17f6591d688f3bd]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x5598b4bd51ea - <core[d17f6591d688f3bd]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x5598b4bd51ea - core[d17f6591d688f3bd]::fmt::write
[INFO] [stdout]    6:     0x5598b4bc4852 - std[fce30c26ee6459b]::io::default_write_fmt::<alloc[dad09f3a48280dba]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/io/mod.rs:621:11
[INFO] [stdout]    7:     0x5598b4bc4852 - <alloc[dad09f3a48280dba]::vec::Vec<u8> as std[fce30c26ee6459b]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/io/mod.rs:1976:13
[INFO] [stdout]    8:     0x5598b4b9d45f - <std[fce30c26ee6459b]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x5598b4b9d45f - std[fce30c26ee6459b]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x5598b4bb7f09 - std[fce30c26ee6459b]::panicking::default_hook
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x5598b4a49abc - <alloc[dad09f3a48280dba]::boxed::Box<dyn for<'a, 'b> core[d17f6591d688f3bd]::ops::function::Fn<(&'a std[fce30c26ee6459b]::panic::PanicHookInfo<'b>,), Output = ()> + core[d17f6591d688f3bd]::marker::Sync + core[d17f6591d688f3bd]::marker::Send> as core[d17f6591d688f3bd]::ops::function::Fn<(&std[fce30c26ee6459b]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/alloc/src/boxed.rs:2285:9
[INFO] [stdout]   12:     0x5598b4a49abc - test[9653f4f1d2ca1489]::test_main_inner::<test[9653f4f1d2ca1489]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/test/src/lib.rs:155:21
[INFO] [stdout]   13:     0x5598b4bb80c2 - <alloc[dad09f3a48280dba]::boxed::Box<dyn for<'a, 'b> core[d17f6591d688f3bd]::ops::function::Fn<(&'a std[fce30c26ee6459b]::panic::PanicHookInfo<'b>,), Output = ()> + core[d17f6591d688f3bd]::marker::Sync + core[d17f6591d688f3bd]::marker::Send> as core[d17f6591d688f3bd]::ops::function::Fn<(&std[fce30c26ee6459b]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/alloc/src/boxed.rs:2285:9
[INFO] [stdout]   14:     0x5598b4bb80c2 - std[fce30c26ee6459b]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x5598b4b9d518 - std[fce30c26ee6459b]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:698:13
[INFO] [stdout]   16:     0x5598b4b92619 - std[fce30c26ee6459b]::sys::backtrace::__rust_end_short_backtrace::<std[fce30c26ee6459b]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x5598b4b9e22d - __rustc[de152adb51f02556]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x5598b4bd5a2c - core[d17f6591d688f3bd]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x5598b4bd58e3 - core[d17f6591d688f3bd]::panicking::assert_failed_inner
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/panicking.rs:439:17
[INFO] [stdout]   20:     0x5598b4a3828d - core[d17f6591d688f3bd]::panicking::assert_failed::<core[d17f6591d688f3bd]::result::Result<alloc[dad09f3a48280dba]::string::String, rustbook[3f46124814f1185b]::query_transformation::PrintError>, core[d17f6591d688f3bd]::result::Result<alloc[dad09f3a48280dba]::string::String, rustbook[3f46124814f1185b]::query_transformation::PrintError>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/panicking.rs:394:5
[INFO] [stdout]   21:     0x5598b4a31665 - rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#1}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/query_transformation.rs:224:13
[INFO] [stdout]   22:     0x5598b4a33ef7 - <&rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#1} as core[d17f6591d688f3bd]::ops::function::Fn<(proptest[b103e6066b256e9b]::sugar::NamedArguments<&str, rustbook[3f46124814f1185b]::query_transformation::QueryBoxed>,)>>::call
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/ops/function.rs:263:22
[INFO] [stdout]   23:     0x5598b4a2c767 - proptest[b103e6066b256e9b]::test_runner::runner::call_test::<proptest[b103e6066b256e9b]::sugar::NamedArguments<&str, rustbook[3f46124814f1185b]::query_transformation::QueryBoxed>, &rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#1}, alloc[dad09f3a48280dba]::vec::into_iter::IntoIter<core[d17f6591d688f3bd]::result::Result<(), proptest[b103e6066b256e9b]::test_runner::errors::TestCaseError>>>::{closure#3}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:256:49
[INFO] [stdout]   24:     0x5598b4a23808 - <core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<proptest[b103e6066b256e9b]::test_runner::runner::call_test<proptest[b103e6066b256e9b]::sugar::NamedArguments<&str, rustbook[3f46124814f1185b]::query_transformation::QueryBoxed>, &rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#1}, alloc[dad09f3a48280dba]::vec::into_iter::IntoIter<core[d17f6591d688f3bd]::result::Result<(), proptest[b103e6066b256e9b]::test_runner::errors::TestCaseError>>>::{closure#3}> as core[d17f6591d688f3bd]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   25:     0x5598b4a387fd - std[fce30c26ee6459b]::panicking::catch_unwind::do_call::<core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<proptest[b103e6066b256e9b]::test_runner::runner::call_test<proptest[b103e6066b256e9b]::sugar::NamedArguments<&str, rustbook[3f46124814f1185b]::query_transformation::QueryBoxed>, &rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#1}, alloc[dad09f3a48280dba]::vec::into_iter::IntoIter<core[d17f6591d688f3bd]::result::Result<(), proptest[b103e6066b256e9b]::test_runner::errors::TestCaseError>>>::{closure#3}>, core[d17f6591d688f3bd]::result::Result<(), proptest[b103e6066b256e9b]::test_runner::errors::TestCaseError>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:581:40
[INFO] [stdout]   26:     0x5598b4a367db - __rust_try
[INFO] [stdout]   27:     0x5598b4a2fe01 - std[fce30c26ee6459b]::panicking::catch_unwind::<core[d17f6591d688f3bd]::result::Result<(), proptest[b103e6066b256e9b]::test_runner::errors::TestCaseError>, core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<proptest[b103e6066b256e9b]::test_runner::runner::call_test<proptest[b103e6066b256e9b]::sugar::NamedArguments<&str, rustbook[3f46124814f1185b]::query_transformation::QueryBoxed>, &rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#1}, alloc[dad09f3a48280dba]::vec::into_iter::IntoIter<core[d17f6591d688f3bd]::result::Result<(), proptest[b103e6066b256e9b]::test_runner::errors::TestCaseError>>>::{closure#3}>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:544:19
[INFO] [stdout]   28:     0x5598b4a2fe01 - std[fce30c26ee6459b]::panic::catch_unwind::<core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<proptest[b103e6066b256e9b]::test_runner::runner::call_test<proptest[b103e6066b256e9b]::sugar::NamedArguments<&str, rustbook[3f46124814f1185b]::query_transformation::QueryBoxed>, &rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#1}, alloc[dad09f3a48280dba]::vec::into_iter::IntoIter<core[d17f6591d688f3bd]::result::Result<(), proptest[b103e6066b256e9b]::test_runner::errors::TestCaseError>>>::{closure#3}>, core[d17f6591d688f3bd]::result::Result<(), proptest[b103e6066b256e9b]::test_runner::errors::TestCaseError>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panic.rs:359:14
[INFO] [stdout]   29:     0x5598b4a2b3a4 - proptest[b103e6066b256e9b]::test_runner::runner::call_test::<proptest[b103e6066b256e9b]::sugar::NamedArguments<&str, rustbook[3f46124814f1185b]::query_transformation::QueryBoxed>, &rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#1}, alloc[dad09f3a48280dba]::vec::into_iter::IntoIter<core[d17f6591d688f3bd]::result::Result<(), proptest[b103e6066b256e9b]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:256:9
[INFO] [stdout]   30:     0x5598b4a297d7 - <proptest[b103e6066b256e9b]::test_runner::runner::TestRunner>::shrink::<proptest[b103e6066b256e9b]::strategy::map::Map<alloc[dad09f3a48280dba]::boxed::Box<dyn proptest[b103e6066b256e9b]::strategy::traits::ValueTree<Value = rustbook[3f46124814f1185b]::query_transformation::QueryBoxed>>, rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#0}>, &rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#1}, alloc[dad09f3a48280dba]::vec::into_iter::IntoIter<core[d17f6591d688f3bd]::result::Result<(), proptest[b103e6066b256e9b]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:845:30
[INFO] [stdout]   31:     0x5598b4a2743e - <proptest[b103e6066b256e9b]::test_runner::runner::TestRunner>::run_one_with_replay::<proptest[b103e6066b256e9b]::strategy::map::Map<alloc[dad09f3a48280dba]::boxed::Box<dyn proptest[b103e6066b256e9b]::strategy::traits::ValueTree<Value = rustbook[3f46124814f1185b]::query_transformation::QueryBoxed>>, rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#0}>, &rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#1}, alloc[dad09f3a48280dba]::vec::into_iter::IntoIter<core[d17f6591d688f3bd]::result::Result<(), proptest[b103e6066b256e9b]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:736:22
[INFO] [stdout]   32:     0x5598b4a26c9a - <proptest[b103e6066b256e9b]::test_runner::runner::TestRunner>::gen_and_run_case::<proptest[b103e6066b256e9b]::strategy::map::Map<proptest[b103e6066b256e9b]::strategy::recursive::Recursive<rustbook[3f46124814f1185b]::query_transformation::QueryBoxed, rustbook[3f46124814f1185b]::query_transformation::tests::arb_query::{closure#1}>, rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#0}>, rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#1}, alloc[dad09f3a48280dba]::vec::into_iter::IntoIter<core[d17f6591d688f3bd]::result::Result<(), proptest[b103e6066b256e9b]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:664:28
[INFO] [stdout]   33:     0x5598b4a28165 - <proptest[b103e6066b256e9b]::test_runner::runner::TestRunner>::run_in_process_with_replay::<proptest[b103e6066b256e9b]::strategy::map::Map<proptest[b103e6066b256e9b]::strategy::recursive::Recursive<rustbook[3f46124814f1185b]::query_transformation::QueryBoxed, rustbook[3f46124814f1185b]::query_transformation::tests::arb_query::{closure#1}>, rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#0}>, rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#1}, alloc[dad09f3a48280dba]::vec::into_iter::IntoIter<core[d17f6591d688f3bd]::result::Result<(), proptest[b103e6066b256e9b]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:613:31
[INFO] [stdout]   34:     0x5598b4a26a10 - <proptest[b103e6066b256e9b]::test_runner::runner::TestRunner>::run_in_process::<proptest[b103e6066b256e9b]::strategy::map::Map<proptest[b103e6066b256e9b]::strategy::recursive::Recursive<rustbook[3f46124814f1185b]::query_transformation::QueryBoxed, rustbook[3f46124814f1185b]::query_transformation::tests::arb_query::{closure#1}>, rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#0}>, rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#1}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:570:14
[INFO] [stdout]   35:     0x5598b4a2914f - <proptest[b103e6066b256e9b]::test_runner::runner::TestRunner>::run::<proptest[b103e6066b256e9b]::strategy::map::Map<proptest[b103e6066b256e9b]::strategy::recursive::Recursive<rustbook[3f46124814f1185b]::query_transformation::QueryBoxed, rustbook[3f46124814f1185b]::query_transformation::tests::arb_query::{closure#1}>, rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#0}>, rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#1}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:413:18
[INFO] [stdout]   36:     0x5598b4a32ffe - rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/sugar.rs:163:17
[INFO] [stdout]   37:     0x5598b4a312d7 - rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/sugar.rs:159:28
[INFO] [stdout]   38:     0x5598b4a24036 - <rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#0} as core[d17f6591d688f3bd]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   39:     0x5598b4a3cd9b - <fn() -> core[d17f6591d688f3bd]::result::Result<(), alloc[dad09f3a48280dba]::string::String> as core[d17f6591d688f3bd]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   40:     0x5598b4a3cd9b - test[9653f4f1d2ca1489]::__rust_begin_short_backtrace::<core[d17f6591d688f3bd]::result::Result<(), alloc[dad09f3a48280dba]::string::String>, fn() -> core[d17f6591d688f3bd]::result::Result<(), alloc[dad09f3a48280dba]::string::String>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/test/src/lib.rs:724:18
[INFO] [stdout]   41:     0x5598b4a4a58b - test[9653f4f1d2ca1489]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/test/src/lib.rs:747:74
[INFO] [stdout]   42:     0x5598b4a4a58b - <core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<test[9653f4f1d2ca1489]::run_test_in_process::{closure#0}> as core[d17f6591d688f3bd]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   43:     0x5598b4a4a58b - std[fce30c26ee6459b]::panicking::catch_unwind::do_call::<core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<test[9653f4f1d2ca1489]::run_test_in_process::{closure#0}>, core[d17f6591d688f3bd]::result::Result<(), alloc[dad09f3a48280dba]::string::String>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:581:40
[INFO] [stdout]   44:     0x5598b4a4a58b - std[fce30c26ee6459b]::panicking::catch_unwind::<core[d17f6591d688f3bd]::result::Result<(), alloc[dad09f3a48280dba]::string::String>, core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<test[9653f4f1d2ca1489]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:544:19
[INFO] [stdout]   45:     0x5598b4a4a58b - std[fce30c26ee6459b]::panic::catch_unwind::<core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<test[9653f4f1d2ca1489]::run_test_in_process::{closure#0}>, core[d17f6591d688f3bd]::result::Result<(), alloc[dad09f3a48280dba]::string::String>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panic.rs:359:14
[INFO] [stdout]   46:     0x5598b4a4a58b - test[9653f4f1d2ca1489]::run_test_in_process
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/test/src/lib.rs:747:27
[INFO] [stdout]   47:     0x5598b4a4a58b - test[9653f4f1d2ca1489]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/test/src/lib.rs:668:43
[INFO] [stdout]   48:     0x5598b4a43ca4 - test[9653f4f1d2ca1489]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/test/src/lib.rs:698:41
[INFO] [stdout]   49:     0x5598b4a43ca4 - std[fce30c26ee6459b]::sys::backtrace::__rust_begin_short_backtrace::<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   50:     0x5598b4a4d192 - std[fce30c26ee6459b]::thread::lifecycle::spawn_unchecked::<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/thread/lifecycle.rs:70:13
[INFO] [stdout]   51:     0x5598b4a4d192 - <core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<std[fce30c26ee6459b]::thread::lifecycle::spawn_unchecked<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[d17f6591d688f3bd]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   52:     0x5598b4a4d192 - std[fce30c26ee6459b]::panicking::catch_unwind::do_call::<core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<std[fce30c26ee6459b]::thread::lifecycle::spawn_unchecked<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:581:40
[INFO] [stdout]   53:     0x5598b4a4d192 - std[fce30c26ee6459b]::panicking::catch_unwind::<(), core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<std[fce30c26ee6459b]::thread::lifecycle::spawn_unchecked<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:544:19
[INFO] [stdout]   54:     0x5598b4a4d192 - std[fce30c26ee6459b]::panic::catch_unwind::<core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<std[fce30c26ee6459b]::thread::lifecycle::spawn_unchecked<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panic.rs:359:14
[INFO] [stdout]   55:     0x5598b4a4d192 - std[fce30c26ee6459b]::thread::lifecycle::spawn_unchecked::<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/thread/lifecycle.rs:68:26
[INFO] [stdout]   56:     0x5598b4a4d192 - <std[fce30c26ee6459b]::thread::lifecycle::spawn_unchecked<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>::{closure#1} as core[d17f6591d688f3bd]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   57:     0x5598b4bbf51f - <alloc[dad09f3a48280dba]::boxed::Box<dyn core[d17f6591d688f3bd]::ops::function::FnOnce<(), Output = ()> + core[d17f6591d688f3bd]::marker::Send> as core[d17f6591d688f3bd]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/alloc/src/boxed.rs:2271:9
[INFO] [stdout]   58:     0x5598b4bbf51f - <std[fce30c26ee6459b]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/sys/thread/unix.rs:118:17
[INFO] [stdout]   59:     0x76e42426eaa4 - <unknown>
[INFO] [stdout]   60:     0x76e4242fba64 - clone
[INFO] [stdout]   61:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] thread 'query_transformation::tests::all_impls_match' (17) panicked at src/query_transformation.rs:224:13:
[INFO] [stdout] assertion `left == right` failed
[INFO] [stdout]   left: Ok("(oe=hmjldfuhrigtymylwjvvzbiocqzt) OR ((a=lqiwfhuvqmt) OR (oe=hmjldfuhrigtymylwjvvzbiocqzt))")
[INFO] [stdout]  right: Ok("(a=a) OR ((a=lqiwfhuvqmt) OR (oe=hmjldfuhrigtymylwjvvzbiocqzt))")
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x5598b4bbfc0a - std[fce30c26ee6459b]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x5598b4bbfc0a - std[fce30c26ee6459b]::backtrace_rs::backtrace::trace_unsynchronized::<std[fce30c26ee6459b]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x5598b4bbfc0a - std[fce30c26ee6459b]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x5598b4bbfc0a - <<std[fce30c26ee6459b]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[d17f6591d688f3bd]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x5598b4bd51ea - <core[d17f6591d688f3bd]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x5598b4bd51ea - core[d17f6591d688f3bd]::fmt::write
[INFO] [stdout]    6:     0x5598b4bc4852 - std[fce30c26ee6459b]::io::default_write_fmt::<alloc[dad09f3a48280dba]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/io/mod.rs:621:11
[INFO] [stdout]    7:     0x5598b4bc4852 - <alloc[dad09f3a48280dba]::vec::Vec<u8> as std[fce30c26ee6459b]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/io/mod.rs:1976:13
[INFO] [stdout]    8:     0x5598b4b9d45f - <std[fce30c26ee6459b]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x5598b4b9d45f - std[fce30c26ee6459b]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x5598b4bb7f09 - std[fce30c26ee6459b]::panicking::default_hook
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x5598b4a49abc - <alloc[dad09f3a48280dba]::boxed::Box<dyn for<'a, 'b> core[d17f6591d688f3bd]::ops::function::Fn<(&'a std[fce30c26ee6459b]::panic::PanicHookInfo<'b>,), Output = ()> + core[d17f6591d688f3bd]::marker::Sync + core[d17f6591d688f3bd]::marker::Send> as core[d17f6591d688f3bd]::ops::function::Fn<(&std[fce30c26ee6459b]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/alloc/src/boxed.rs:2285:9
[INFO] [stdout]   12:     0x5598b4a49abc - test[9653f4f1d2ca1489]::test_main_inner::<test[9653f4f1d2ca1489]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/test/src/lib.rs:155:21
[INFO] [stdout]   13:     0x5598b4bb80c2 - <alloc[dad09f3a48280dba]::boxed::Box<dyn for<'a, 'b> core[d17f6591d688f3bd]::ops::function::Fn<(&'a std[fce30c26ee6459b]::panic::PanicHookInfo<'b>,), Output = ()> + core[d17f6591d688f3bd]::marker::Sync + core[d17f6591d688f3bd]::marker::Send> as core[d17f6591d688f3bd]::ops::function::Fn<(&std[fce30c26ee6459b]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/alloc/src/boxed.rs:2285:9
[INFO] [stdout]   14:     0x5598b4bb80c2 - std[fce30c26ee6459b]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x5598b4b9d518 - std[fce30c26ee6459b]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:698:13
[INFO] [stdout]   16:     0x5598b4b92619 - std[fce30c26ee6459b]::sys::backtrace::__rust_end_short_backtrace::<std[fce30c26ee6459b]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x5598b4b9e22d - __rustc[de152adb51f02556]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x5598b4bd5a2c - core[d17f6591d688f3bd]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x5598b4bd58e3 - core[d17f6591d688f3bd]::panicking::assert_failed_inner
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/panicking.rs:439:17
[INFO] [stdout]   20:     0x5598b4a3828d - core[d17f6591d688f3bd]::panicking::assert_failed::<core[d17f6591d688f3bd]::result::Result<alloc[dad09f3a48280dba]::string::String, rustbook[3f46124814f1185b]::query_transformation::PrintError>, core[d17f6591d688f3bd]::result::Result<alloc[dad09f3a48280dba]::string::String, rustbook[3f46124814f1185b]::query_transformation::PrintError>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/panicking.rs:394:5
[INFO] [stdout]   21:     0x5598b4a31665 - rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#1}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/query_transformation.rs:224:13
[INFO] [stdout]   22:     0x5598b4a33ef7 - <&rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#1} as core[d17f6591d688f3bd]::ops::function::Fn<(proptest[b103e6066b256e9b]::sugar::NamedArguments<&str, rustbook[3f46124814f1185b]::query_transformation::QueryBoxed>,)>>::call
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/ops/function.rs:263:22
[INFO] [stdout]   23:     0x5598b4a2c767 - proptest[b103e6066b256e9b]::test_runner::runner::call_test::<proptest[b103e6066b256e9b]::sugar::NamedArguments<&str, rustbook[3f46124814f1185b]::query_transformation::QueryBoxed>, &rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#1}, alloc[dad09f3a48280dba]::vec::into_iter::IntoIter<core[d17f6591d688f3bd]::result::Result<(), proptest[b103e6066b256e9b]::test_runner::errors::TestCaseError>>>::{closure#3}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:256:49
[INFO] [stdout]   24:     0x5598b4a23808 - <core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<proptest[b103e6066b256e9b]::test_runner::runner::call_test<proptest[b103e6066b256e9b]::sugar::NamedArguments<&str, rustbook[3f46124814f1185b]::query_transformation::QueryBoxed>, &rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#1}, alloc[dad09f3a48280dba]::vec::into_iter::IntoIter<core[d17f6591d688f3bd]::result::Result<(), proptest[b103e6066b256e9b]::test_runner::errors::TestCaseError>>>::{closure#3}> as core[d17f6591d688f3bd]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   25:     0x5598b4a387fd - std[fce30c26ee6459b]::panicking::catch_unwind::do_call::<core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<proptest[b103e6066b256e9b]::test_runner::runner::call_test<proptest[b103e6066b256e9b]::sugar::NamedArguments<&str, rustbook[3f46124814f1185b]::query_transformation::QueryBoxed>, &rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#1}, alloc[dad09f3a48280dba]::vec::into_iter::IntoIter<core[d17f6591d688f3bd]::result::Result<(), proptest[b103e6066b256e9b]::test_runner::errors::TestCaseError>>>::{closure#3}>, core[d17f6591d688f3bd]::result::Result<(), proptest[b103e6066b256e9b]::test_runner::errors::TestCaseError>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:581:40
[INFO] [stdout]   26:     0x5598b4a367db - __rust_try
[INFO] [stdout]   27:     0x5598b4a2fe01 - std[fce30c26ee6459b]::panicking::catch_unwind::<core[d17f6591d688f3bd]::result::Result<(), proptest[b103e6066b256e9b]::test_runner::errors::TestCaseError>, core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<proptest[b103e6066b256e9b]::test_runner::runner::call_test<proptest[b103e6066b256e9b]::sugar::NamedArguments<&str, rustbook[3f46124814f1185b]::query_transformation::QueryBoxed>, &rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#1}, alloc[dad09f3a48280dba]::vec::into_iter::IntoIter<core[d17f6591d688f3bd]::result::Result<(), proptest[b103e6066b256e9b]::test_runner::errors::TestCaseError>>>::{closure#3}>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:544:19
[INFO] [stdout]   28:     0x5598b4a2fe01 - std[fce30c26ee6459b]::panic::catch_unwind::<core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<proptest[b103e6066b256e9b]::test_runner::runner::call_test<proptest[b103e6066b256e9b]::sugar::NamedArguments<&str, rustbook[3f46124814f1185b]::query_transformation::QueryBoxed>, &rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#1}, alloc[dad09f3a48280dba]::vec::into_iter::IntoIter<core[d17f6591d688f3bd]::result::Result<(), proptest[b103e6066b256e9b]::test_runner::errors::TestCaseError>>>::{closure#3}>, core[d17f6591d688f3bd]::result::Result<(), proptest[b103e6066b256e9b]::test_runner::errors::TestCaseError>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panic.rs:359:14
[INFO] [stdout]   29:     0x5598b4a2b3a4 - proptest[b103e6066b256e9b]::test_runner::runner::call_test::<proptest[b103e6066b256e9b]::sugar::NamedArguments<&str, rustbook[3f46124814f1185b]::query_transformation::QueryBoxed>, &rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#1}, alloc[dad09f3a48280dba]::vec::into_iter::IntoIter<core[d17f6591d688f3bd]::result::Result<(), proptest[b103e6066b256e9b]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:256:9
[INFO] [stdout]   30:     0x5598b4a297d7 - <proptest[b103e6066b256e9b]::test_runner::runner::TestRunner>::shrink::<proptest[b103e6066b256e9b]::strategy::map::Map<alloc[dad09f3a48280dba]::boxed::Box<dyn proptest[b103e6066b256e9b]::strategy::traits::ValueTree<Value = rustbook[3f46124814f1185b]::query_transformation::QueryBoxed>>, rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#0}>, &rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#1}, alloc[dad09f3a48280dba]::vec::into_iter::IntoIter<core[d17f6591d688f3bd]::result::Result<(), proptest[b103e6066b256e9b]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:845:30
[INFO] [stdout]   31:     0x5598b4a2743e - <proptest[b103e6066b256e9b]::test_runner::runner::TestRunner>::run_one_with_replay::<proptest[b103e6066b256e9b]::strategy::map::Map<alloc[dad09f3a48280dba]::boxed::Box<dyn proptest[b103e6066b256e9b]::strategy::traits::ValueTree<Value = rustbook[3f46124814f1185b]::query_transformation::QueryBoxed>>, rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#0}>, &rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#1}, alloc[dad09f3a48280dba]::vec::into_iter::IntoIter<core[d17f6591d688f3bd]::result::Result<(), proptest[b103e6066b256e9b]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:736:22
[INFO] [stdout]   32:     0x5598b4a26c9a - <proptest[b103e6066b256e9b]::test_runner::runner::TestRunner>::gen_and_run_case::<proptest[b103e6066b256e9b]::strategy::map::Map<proptest[b103e6066b256e9b]::strategy::recursive::Recursive<rustbook[3f46124814f1185b]::query_transformation::QueryBoxed, rustbook[3f46124814f1185b]::query_transformation::tests::arb_query::{closure#1}>, rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#0}>, rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#1}, alloc[dad09f3a48280dba]::vec::into_iter::IntoIter<core[d17f6591d688f3bd]::result::Result<(), proptest[b103e6066b256e9b]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:664:28
[INFO] [stdout]   33:     0x5598b4a28165 - <proptest[b103e6066b256e9b]::test_runner::runner::TestRunner>::run_in_process_with_replay::<proptest[b103e6066b256e9b]::strategy::map::Map<proptest[b103e6066b256e9b]::strategy::recursive::Recursive<rustbook[3f46124814f1185b]::query_transformation::QueryBoxed, rustbook[3f46124814f1185b]::query_transformation::tests::arb_query::{closure#1}>, rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#0}>, rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#1}, alloc[dad09f3a48280dba]::vec::into_iter::IntoIter<core[d17f6591d688f3bd]::result::Result<(), proptest[b103e6066b256e9b]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:613:31
[INFO] [stdout]   34:     0x5598b4a26a10 - <proptest[b103e6066b256e9b]::test_runner::runner::TestRunner>::run_in_process::<proptest[b103e6066b256e9b]::strategy::map::Map<proptest[b103e6066b256e9b]::strategy::recursive::Recursive<rustbook[3f46124814f1185b]::query_transformation::QueryBoxed, rustbook[3f46124814f1185b]::query_transformation::tests::arb_query::{closure#1}>, rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#0}>, rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#1}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:570:14
[INFO] [stdout]   35:     0x5598b4a2914f - <proptest[b103e6066b256e9b]::test_runner::runner::TestRunner>::run::<proptest[b103e6066b256e9b]::strategy::map::Map<proptest[b103e6066b256e9b]::strategy::recursive::Recursive<rustbook[3f46124814f1185b]::query_transformation::QueryBoxed, rustbook[3f46124814f1185b]::query_transformation::tests::arb_query::{closure#1}>, rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#0}>, rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#1}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:413:18
[INFO] [stdout]   36:     0x5598b4a32ffe - rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/sugar.rs:163:17
[INFO] [stdout]   37:     0x5598b4a312d7 - rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/sugar.rs:159:28
[INFO] [stdout]   38:     0x5598b4a24036 - <rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#0} as core[d17f6591d688f3bd]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   39:     0x5598b4a3cd9b - <fn() -> core[d17f6591d688f3bd]::result::Result<(), alloc[dad09f3a48280dba]::string::String> as core[d17f6591d688f3bd]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   40:     0x5598b4a3cd9b - test[9653f4f1d2ca1489]::__rust_begin_short_backtrace::<core[d17f6591d688f3bd]::result::Result<(), alloc[dad09f3a48280dba]::string::String>, fn() -> core[d17f6591d688f3bd]::result::Result<(), alloc[dad09f3a48280dba]::string::String>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/test/src/lib.rs:724:18
[INFO] [stdout]   41:     0x5598b4a4a58b - test[9653f4f1d2ca1489]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/test/src/lib.rs:747:74
[INFO] [stdout]   42:     0x5598b4a4a58b - <core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<test[9653f4f1d2ca1489]::run_test_in_process::{closure#0}> as core[d17f6591d688f3bd]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   43:     0x5598b4a4a58b - std[fce30c26ee6459b]::panicking::catch_unwind::do_call::<core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<test[9653f4f1d2ca1489]::run_test_in_process::{closure#0}>, core[d17f6591d688f3bd]::result::Result<(), alloc[dad09f3a48280dba]::string::String>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:581:40
[INFO] [stdout]   44:     0x5598b4a4a58b - std[fce30c26ee6459b]::panicking::catch_unwind::<core[d17f6591d688f3bd]::result::Result<(), alloc[dad09f3a48280dba]::string::String>, core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<test[9653f4f1d2ca1489]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:544:19
[INFO] [stdout]   45:     0x5598b4a4a58b - std[fce30c26ee6459b]::panic::catch_unwind::<core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<test[9653f4f1d2ca1489]::run_test_in_process::{closure#0}>, core[d17f6591d688f3bd]::result::Result<(), alloc[dad09f3a48280dba]::string::String>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panic.rs:359:14
[INFO] [stdout]   46:     0x5598b4a4a58b - test[9653f4f1d2ca1489]::run_test_in_process
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/test/src/lib.rs:747:27
[INFO] [stdout]   47:     0x5598b4a4a58b - test[9653f4f1d2ca1489]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/test/src/lib.rs:668:43
[INFO] [stdout]   48:     0x5598b4a43ca4 - test[9653f4f1d2ca1489]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/test/src/lib.rs:698:41
[INFO] [stdout]   49:     0x5598b4a43ca4 - std[fce30c26ee6459b]::sys::backtrace::__rust_begin_short_backtrace::<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   50:     0x5598b4a4d192 - std[fce30c26ee6459b]::thread::lifecycle::spawn_unchecked::<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/thread/lifecycle.rs:70:13
[INFO] [stdout]   51:     0x5598b4a4d192 - <core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<std[fce30c26ee6459b]::thread::lifecycle::spawn_unchecked<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[d17f6591d688f3bd]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   52:     0x5598b4a4d192 - std[fce30c26ee6459b]::panicking::catch_unwind::do_call::<core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<std[fce30c26ee6459b]::thread::lifecycle::spawn_unchecked<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:581:40
[INFO] [stdout]   53:     0x5598b4a4d192 - std[fce30c26ee6459b]::panicking::catch_unwind::<(), core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<std[fce30c26ee6459b]::thread::lifecycle::spawn_unchecked<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:544:19
[INFO] [stdout]   54:     0x5598b4a4d192 - std[fce30c26ee6459b]::panic::catch_unwind::<core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<std[fce30c26ee6459b]::thread::lifecycle::spawn_unchecked<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panic.rs:359:14
[INFO] [stdout]   55:     0x5598b4a4d192 - std[fce30c26ee6459b]::thread::lifecycle::spawn_unchecked::<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/thread/lifecycle.rs:68:26
[INFO] [stdout]   56:     0x5598b4a4d192 - <std[fce30c26ee6459b]::thread::lifecycle::spawn_unchecked<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>::{closure#1} as core[d17f6591d688f3bd]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   57:     0x5598b4bbf51f - <alloc[dad09f3a48280dba]::boxed::Box<dyn core[d17f6591d688f3bd]::ops::function::FnOnce<(), Output = ()> + core[d17f6591d688f3bd]::marker::Send> as core[d17f6591d688f3bd]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/alloc/src/boxed.rs:2271:9
[INFO] [stdout]   58:     0x5598b4bbf51f - <std[fce30c26ee6459b]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/sys/thread/unix.rs:118:17
[INFO] [stdout]   59:     0x76e42426eaa4 - <unknown>
[INFO] [stdout]   60:     0x76e4242fba64 - clone
[INFO] [stdout]   61:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] thread 'query_transformation::tests::all_impls_match' (17) panicked at src/query_transformation.rs:224:13:
[INFO] [stdout] assertion `left == right` failed
[INFO] [stdout]   left: Ok("(oe=hmjldfuhrigtymylwjvvzbiocqzt) OR ((a=qiwfhuvqmt) OR (oe=hmjldfuhrigtymylwjvvzbiocqzt))")
[INFO] [stdout]  right: Ok("(a=a) OR ((a=qiwfhuvqmt) OR (oe=hmjldfuhrigtymylwjvvzbiocqzt))")
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x5598b4bbfc0a - std[fce30c26ee6459b]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x5598b4bbfc0a - std[fce30c26ee6459b]::backtrace_rs::backtrace::trace_unsynchronized::<std[fce30c26ee6459b]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x5598b4bbfc0a - std[fce30c26ee6459b]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x5598b4bbfc0a - <<std[fce30c26ee6459b]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[d17f6591d688f3bd]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x5598b4bd51ea - <core[d17f6591d688f3bd]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x5598b4bd51ea - core[d17f6591d688f3bd]::fmt::write
[INFO] [stdout]    6:     0x5598b4bc4852 - std[fce30c26ee6459b]::io::default_write_fmt::<alloc[dad09f3a48280dba]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/io/mod.rs:621:11
[INFO] [stdout]    7:     0x5598b4bc4852 - <alloc[dad09f3a48280dba]::vec::Vec<u8> as std[fce30c26ee6459b]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/io/mod.rs:1976:13
[INFO] [stdout]    8:     0x5598b4b9d45f - <std[fce30c26ee6459b]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x5598b4b9d45f - std[fce30c26ee6459b]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x5598b4bb7f09 - std[fce30c26ee6459b]::panicking::default_hook
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x5598b4a49abc - <alloc[dad09f3a48280dba]::boxed::Box<dyn for<'a, 'b> core[d17f6591d688f3bd]::ops::function::Fn<(&'a std[fce30c26ee6459b]::panic::PanicHookInfo<'b>,), Output = ()> + core[d17f6591d688f3bd]::marker::Sync + core[d17f6591d688f3bd]::marker::Send> as core[d17f6591d688f3bd]::ops::function::Fn<(&std[fce30c26ee6459b]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/alloc/src/boxed.rs:2285:9
[INFO] [stdout]   12:     0x5598b4a49abc - test[9653f4f1d2ca1489]::test_main_inner::<test[9653f4f1d2ca1489]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/test/src/lib.rs:155:21
[INFO] [stdout]   13:     0x5598b4bb80c2 - <alloc[dad09f3a48280dba]::boxed::Box<dyn for<'a, 'b> core[d17f6591d688f3bd]::ops::function::Fn<(&'a std[fce30c26ee6459b]::panic::PanicHookInfo<'b>,), Output = ()> + core[d17f6591d688f3bd]::marker::Sync + core[d17f6591d688f3bd]::marker::Send> as core[d17f6591d688f3bd]::ops::function::Fn<(&std[fce30c26ee6459b]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/alloc/src/boxed.rs:2285:9
[INFO] [stdout]   14:     0x5598b4bb80c2 - std[fce30c26ee6459b]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x5598b4b9d518 - std[fce30c26ee6459b]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:698:13
[INFO] [stdout]   16:     0x5598b4b92619 - std[fce30c26ee6459b]::sys::backtrace::__rust_end_short_backtrace::<std[fce30c26ee6459b]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x5598b4b9e22d - __rustc[de152adb51f02556]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x5598b4bd5a2c - core[d17f6591d688f3bd]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x5598b4bd58e3 - core[d17f6591d688f3bd]::panicking::assert_failed_inner
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/panicking.rs:439:17
[INFO] [stdout]   20:     0x5598b4a3828d - core[d17f6591d688f3bd]::panicking::assert_failed::<core[d17f6591d688f3bd]::result::Result<alloc[dad09f3a48280dba]::string::String, rustbook[3f46124814f1185b]::query_transformation::PrintError>, core[d17f6591d688f3bd]::result::Result<alloc[dad09f3a48280dba]::string::String, rustbook[3f46124814f1185b]::query_transformation::PrintError>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/panicking.rs:394:5
[INFO] [stdout]   21:     0x5598b4a31665 - rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#1}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/query_transformation.rs:224:13
[INFO] [stdout]   22:     0x5598b4a33ef7 - <&rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#1} as core[d17f6591d688f3bd]::ops::function::Fn<(proptest[b103e6066b256e9b]::sugar::NamedArguments<&str, rustbook[3f46124814f1185b]::query_transformation::QueryBoxed>,)>>::call
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/ops/function.rs:263:22
[INFO] [stdout]   23:     0x5598b4a2c767 - proptest[b103e6066b256e9b]::test_runner::runner::call_test::<proptest[b103e6066b256e9b]::sugar::NamedArguments<&str, rustbook[3f46124814f1185b]::query_transformation::QueryBoxed>, &rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#1}, alloc[dad09f3a48280dba]::vec::into_iter::IntoIter<core[d17f6591d688f3bd]::result::Result<(), proptest[b103e6066b256e9b]::test_runner::errors::TestCaseError>>>::{closure#3}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:256:49
[INFO] [stdout]   24:     0x5598b4a23808 - <core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<proptest[b103e6066b256e9b]::test_runner::runner::call_test<proptest[b103e6066b256e9b]::sugar::NamedArguments<&str, rustbook[3f46124814f1185b]::query_transformation::QueryBoxed>, &rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#1}, alloc[dad09f3a48280dba]::vec::into_iter::IntoIter<core[d17f6591d688f3bd]::result::Result<(), proptest[b103e6066b256e9b]::test_runner::errors::TestCaseError>>>::{closure#3}> as core[d17f6591d688f3bd]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   25:     0x5598b4a387fd - std[fce30c26ee6459b]::panicking::catch_unwind::do_call::<core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<proptest[b103e6066b256e9b]::test_runner::runner::call_test<proptest[b103e6066b256e9b]::sugar::NamedArguments<&str, rustbook[3f46124814f1185b]::query_transformation::QueryBoxed>, &rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#1}, alloc[dad09f3a48280dba]::vec::into_iter::IntoIter<core[d17f6591d688f3bd]::result::Result<(), proptest[b103e6066b256e9b]::test_runner::errors::TestCaseError>>>::{closure#3}>, core[d17f6591d688f3bd]::result::Result<(), proptest[b103e6066b256e9b]::test_runner::errors::TestCaseError>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:581:40
[INFO] [stdout]   26:     0x5598b4a367db - __rust_try
[INFO] [stdout]   27:     0x5598b4a2fe01 - std[fce30c26ee6459b]::panicking::catch_unwind::<core[d17f6591d688f3bd]::result::Result<(), proptest[b103e6066b256e9b]::test_runner::errors::TestCaseError>, core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<proptest[b103e6066b256e9b]::test_runner::runner::call_test<proptest[b103e6066b256e9b]::sugar::NamedArguments<&str, rustbook[3f46124814f1185b]::query_transformation::QueryBoxed>, &rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#1}, alloc[dad09f3a48280dba]::vec::into_iter::IntoIter<core[d17f6591d688f3bd]::result::Result<(), proptest[b103e6066b256e9b]::test_runner::errors::TestCaseError>>>::{closure#3}>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:544:19
[INFO] [stdout]   28:     0x5598b4a2fe01 - std[fce30c26ee6459b]::panic::catch_unwind::<core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<proptest[b103e6066b256e9b]::test_runner::runner::call_test<proptest[b103e6066b256e9b]::sugar::NamedArguments<&str, rustbook[3f46124814f1185b]::query_transformation::QueryBoxed>, &rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#1}, alloc[dad09f3a48280dba]::vec::into_iter::IntoIter<core[d17f6591d688f3bd]::result::Result<(), proptest[b103e6066b256e9b]::test_runner::errors::TestCaseError>>>::{closure#3}>, core[d17f6591d688f3bd]::result::Result<(), proptest[b103e6066b256e9b]::test_runner::errors::TestCaseError>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panic.rs:359:14
[INFO] [stdout]   29:     0x5598b4a2b3a4 - proptest[b103e6066b256e9b]::test_runner::runner::call_test::<proptest[b103e6066b256e9b]::sugar::NamedArguments<&str, rustbook[3f46124814f1185b]::query_transformation::QueryBoxed>, &rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#1}, alloc[dad09f3a48280dba]::vec::into_iter::IntoIter<core[d17f6591d688f3bd]::result::Result<(), proptest[b103e6066b256e9b]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:256:9
[INFO] [stdout]   30:     0x5598b4a297d7 - <proptest[b103e6066b256e9b]::test_runner::runner::TestRunner>::shrink::<proptest[b103e6066b256e9b]::strategy::map::Map<alloc[dad09f3a48280dba]::boxed::Box<dyn proptest[b103e6066b256e9b]::strategy::traits::ValueTree<Value = rustbook[3f46124814f1185b]::query_transformation::QueryBoxed>>, rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#0}>, &rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#1}, alloc[dad09f3a48280dba]::vec::into_iter::IntoIter<core[d17f6591d688f3bd]::result::Result<(), proptest[b103e6066b256e9b]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:845:30
[INFO] [stdout]   31:     0x5598b4a2743e - <proptest[b103e6066b256e9b]::test_runner::runner::TestRunner>::run_one_with_replay::<proptest[b103e6066b256e9b]::strategy::map::Map<alloc[dad09f3a48280dba]::boxed::Box<dyn proptest[b103e6066b256e9b]::strategy::traits::ValueTree<Value = rustbook[3f46124814f1185b]::query_transformation::QueryBoxed>>, rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#0}>, &rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#1}, alloc[dad09f3a48280dba]::vec::into_iter::IntoIter<core[d17f6591d688f3bd]::result::Result<(), proptest[b103e6066b256e9b]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:736:22
[INFO] [stdout]   32:     0x5598b4a26c9a - <proptest[b103e6066b256e9b]::test_runner::runner::TestRunner>::gen_and_run_case::<proptest[b103e6066b256e9b]::strategy::map::Map<proptest[b103e6066b256e9b]::strategy::recursive::Recursive<rustbook[3f46124814f1185b]::query_transformation::QueryBoxed, rustbook[3f46124814f1185b]::query_transformation::tests::arb_query::{closure#1}>, rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#0}>, rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#1}, alloc[dad09f3a48280dba]::vec::into_iter::IntoIter<core[d17f6591d688f3bd]::result::Result<(), proptest[b103e6066b256e9b]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:664:28
[INFO] [stdout]   33:     0x5598b4a28165 - <proptest[b103e6066b256e9b]::test_runner::runner::TestRunner>::run_in_process_with_replay::<proptest[b103e6066b256e9b]::strategy::map::Map<proptest[b103e6066b256e9b]::strategy::recursive::Recursive<rustbook[3f46124814f1185b]::query_transformation::QueryBoxed, rustbook[3f46124814f1185b]::query_transformation::tests::arb_query::{closure#1}>, rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#0}>, rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#1}, alloc[dad09f3a48280dba]::vec::into_iter::IntoIter<core[d17f6591d688f3bd]::result::Result<(), proptest[b103e6066b256e9b]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:613:31
[INFO] [stdout]   34:     0x5598b4a26a10 - <proptest[b103e6066b256e9b]::test_runner::runner::TestRunner>::run_in_process::<proptest[b103e6066b256e9b]::strategy::map::Map<proptest[b103e6066b256e9b]::strategy::recursive::Recursive<rustbook[3f46124814f1185b]::query_transformation::QueryBoxed, rustbook[3f46124814f1185b]::query_transformation::tests::arb_query::{closure#1}>, rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#0}>, rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#1}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:570:14
[INFO] [stdout]   35:     0x5598b4a2914f - <proptest[b103e6066b256e9b]::test_runner::runner::TestRunner>::run::<proptest[b103e6066b256e9b]::strategy::map::Map<proptest[b103e6066b256e9b]::strategy::recursive::Recursive<rustbook[3f46124814f1185b]::query_transformation::QueryBoxed, rustbook[3f46124814f1185b]::query_transformation::tests::arb_query::{closure#1}>, rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#0}>, rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#1}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:413:18
[INFO] [stdout]   36:     0x5598b4a32ffe - rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/sugar.rs:163:17
[INFO] [stdout]   37:     0x5598b4a312d7 - rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/sugar.rs:159:28
[INFO] [stdout]   38:     0x5598b4a24036 - <rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#0} as core[d17f6591d688f3bd]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   39:     0x5598b4a3cd9b - <fn() -> core[d17f6591d688f3bd]::result::Result<(), alloc[dad09f3a48280dba]::string::String> as core[d17f6591d688f3bd]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   40:     0x5598b4a3cd9b - test[9653f4f1d2ca1489]::__rust_begin_short_backtrace::<core[d17f6591d688f3bd]::result::Result<(), alloc[dad09f3a48280dba]::string::String>, fn() -> core[d17f6591d688f3bd]::result::Result<(), alloc[dad09f3a48280dba]::string::String>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/test/src/lib.rs:724:18
[INFO] [stdout]   41:     0x5598b4a4a58b - test[9653f4f1d2ca1489]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/test/src/lib.rs:747:74
[INFO] [stdout]   42:     0x5598b4a4a58b - <core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<test[9653f4f1d2ca1489]::run_test_in_process::{closure#0}> as core[d17f6591d688f3bd]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   43:     0x5598b4a4a58b - std[fce30c26ee6459b]::panicking::catch_unwind::do_call::<core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<test[9653f4f1d2ca1489]::run_test_in_process::{closure#0}>, core[d17f6591d688f3bd]::result::Result<(), alloc[dad09f3a48280dba]::string::String>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:581:40
[INFO] [stdout]   44:     0x5598b4a4a58b - std[fce30c26ee6459b]::panicking::catch_unwind::<core[d17f6591d688f3bd]::result::Result<(), alloc[dad09f3a48280dba]::string::String>, core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<test[9653f4f1d2ca1489]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:544:19
[INFO] [stdout]   45:     0x5598b4a4a58b - std[fce30c26ee6459b]::panic::catch_unwind::<core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<test[9653f4f1d2ca1489]::run_test_in_process::{closure#0}>, core[d17f6591d688f3bd]::result::Result<(), alloc[dad09f3a48280dba]::string::String>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panic.rs:359:14
[INFO] [stdout]   46:     0x5598b4a4a58b - test[9653f4f1d2ca1489]::run_test_in_process
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/test/src/lib.rs:747:27
[INFO] [stdout]   47:     0x5598b4a4a58b - test[9653f4f1d2ca1489]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/test/src/lib.rs:668:43
[INFO] [stdout]   48:     0x5598b4a43ca4 - test[9653f4f1d2ca1489]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/test/src/lib.rs:698:41
[INFO] [stdout]   49:     0x5598b4a43ca4 - std[fce30c26ee6459b]::sys::backtrace::__rust_begin_short_backtrace::<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   50:     0x5598b4a4d192 - std[fce30c26ee6459b]::thread::lifecycle::spawn_unchecked::<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/thread/lifecycle.rs:70:13
[INFO] [stdout]   51:     0x5598b4a4d192 - <core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<std[fce30c26ee6459b]::thread::lifecycle::spawn_unchecked<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[d17f6591d688f3bd]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   52:     0x5598b4a4d192 - std[fce30c26ee6459b]::panicking::catch_unwind::do_call::<core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<std[fce30c26ee6459b]::thread::lifecycle::spawn_unchecked<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:581:40
[INFO] [stdout]   53:     0x5598b4a4d192 - std[fce30c26ee6459b]::panicking::catch_unwind::<(), core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<std[fce30c26ee6459b]::thread::lifecycle::spawn_unchecked<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:544:19
[INFO] [stdout]   54:     0x5598b4a4d192 - std[fce30c26ee6459b]::panic::catch_unwind::<core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<std[fce30c26ee6459b]::thread::lifecycle::spawn_unchecked<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panic.rs:359:14
[INFO] [stdout]   55:     0x5598b4a4d192 - std[fce30c26ee6459b]::thread::lifecycle::spawn_unchecked::<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/thread/lifecycle.rs:68:26
[INFO] [stdout]   56:     0x5598b4a4d192 - <std[fce30c26ee6459b]::thread::lifecycle::spawn_unchecked<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>::{closure#1} as core[d17f6591d688f3bd]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   57:     0x5598b4bbf51f - <alloc[dad09f3a48280dba]::boxed::Box<dyn core[d17f6591d688f3bd]::ops::function::FnOnce<(), Output = ()> + core[d17f6591d688f3bd]::marker::Send> as core[d17f6591d688f3bd]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/alloc/src/boxed.rs:2271:9
[INFO] [stdout]   58:     0x5598b4bbf51f - <std[fce30c26ee6459b]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/sys/thread/unix.rs:118:17
[INFO] [stdout]   59:     0x76e42426eaa4 - <unknown>
[INFO] [stdout]   60:     0x76e4242fba64 - clone
[INFO] [stdout]   61:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] thread 'query_transformation::tests::all_impls_match' (17) panicked at src/query_transformation.rs:224:13:
[INFO] [stdout] assertion `left == right` failed
[INFO] [stdout]   left: Ok("(oe=hmjldfuhrigtymylwjvvzbiocqzt) OR ((a=iwfhuvqmt) OR (oe=hmjldfuhrigtymylwjvvzbiocqzt))")
[INFO] [stdout]  right: Ok("(a=a) OR ((a=iwfhuvqmt) OR (oe=hmjldfuhrigtymylwjvvzbiocqzt))")
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x5598b4bbfc0a - std[fce30c26ee6459b]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x5598b4bbfc0a - std[fce30c26ee6459b]::backtrace_rs::backtrace::trace_unsynchronized::<std[fce30c26ee6459b]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x5598b4bbfc0a - std[fce30c26ee6459b]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x5598b4bbfc0a - <<std[fce30c26ee6459b]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[d17f6591d688f3bd]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x5598b4bd51ea - <core[d17f6591d688f3bd]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x5598b4bd51ea - core[d17f6591d688f3bd]::fmt::write
[INFO] [stdout]    6:     0x5598b4bc4852 - std[fce30c26ee6459b]::io::default_write_fmt::<alloc[dad09f3a48280dba]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/io/mod.rs:621:11
[INFO] [stdout]    7:     0x5598b4bc4852 - <alloc[dad09f3a48280dba]::vec::Vec<u8> as std[fce30c26ee6459b]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/io/mod.rs:1976:13
[INFO] [stdout]    8:     0x5598b4b9d45f - <std[fce30c26ee6459b]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x5598b4b9d45f - std[fce30c26ee6459b]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x5598b4bb7f09 - std[fce30c26ee6459b]::panicking::default_hook
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x5598b4a49abc - <alloc[dad09f3a48280dba]::boxed::Box<dyn for<'a, 'b> core[d17f6591d688f3bd]::ops::function::Fn<(&'a std[fce30c26ee6459b]::panic::PanicHookInfo<'b>,), Output = ()> + core[d17f6591d688f3bd]::marker::Sync + core[d17f6591d688f3bd]::marker::Send> as core[d17f6591d688f3bd]::ops::function::Fn<(&std[fce30c26ee6459b]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/alloc/src/boxed.rs:2285:9
[INFO] [stdout]   12:     0x5598b4a49abc - test[9653f4f1d2ca1489]::test_main_inner::<test[9653f4f1d2ca1489]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/test/src/lib.rs:155:21
[INFO] [stdout]   13:     0x5598b4bb80c2 - <alloc[dad09f3a48280dba]::boxed::Box<dyn for<'a, 'b> core[d17f6591d688f3bd]::ops::function::Fn<(&'a std[fce30c26ee6459b]::panic::PanicHookInfo<'b>,), Output = ()> + core[d17f6591d688f3bd]::marker::Sync + core[d17f6591d688f3bd]::marker::Send> as core[d17f6591d688f3bd]::ops::function::Fn<(&std[fce30c26ee6459b]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/alloc/src/boxed.rs:2285:9
[INFO] [stdout]   14:     0x5598b4bb80c2 - std[fce30c26ee6459b]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x5598b4b9d518 - std[fce30c26ee6459b]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:698:13
[INFO] [stdout]   16:     0x5598b4b92619 - std[fce30c26ee6459b]::sys::backtrace::__rust_end_short_backtrace::<std[fce30c26ee6459b]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x5598b4b9e22d - __rustc[de152adb51f02556]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x5598b4bd5a2c - core[d17f6591d688f3bd]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x5598b4bd58e3 - core[d17f6591d688f3bd]::panicking::assert_failed_inner
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/panicking.rs:439:17
[INFO] [stdout]   20:     0x5598b4a3828d - core[d17f6591d688f3bd]::panicking::assert_failed::<core[d17f6591d688f3bd]::result::Result<alloc[dad09f3a48280dba]::string::String, rustbook[3f46124814f1185b]::query_transformation::PrintError>, core[d17f6591d688f3bd]::result::Result<alloc[dad09f3a48280dba]::string::String, rustbook[3f46124814f1185b]::query_transformation::PrintError>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/panicking.rs:394:5
[INFO] [stdout]   21:     0x5598b4a31665 - rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#1}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/query_transformation.rs:224:13
[INFO] [stdout]   22:     0x5598b4a33ef7 - <&rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#1} as core[d17f6591d688f3bd]::ops::function::Fn<(proptest[b103e6066b256e9b]::sugar::NamedArguments<&str, rustbook[3f46124814f1185b]::query_transformation::QueryBoxed>,)>>::call
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/ops/function.rs:263:22
[INFO] [stdout]   23:     0x5598b4a2c767 - proptest[b103e6066b256e9b]::test_runner::runner::call_test::<proptest[b103e6066b256e9b]::sugar::NamedArguments<&str, rustbook[3f46124814f1185b]::query_transformation::QueryBoxed>, &rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#1}, alloc[dad09f3a48280dba]::vec::into_iter::IntoIter<core[d17f6591d688f3bd]::result::Result<(), proptest[b103e6066b256e9b]::test_runner::errors::TestCaseError>>>::{closure#3}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:256:49
[INFO] [stdout]   24:     0x5598b4a23808 - <core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<proptest[b103e6066b256e9b]::test_runner::runner::call_test<proptest[b103e6066b256e9b]::sugar::NamedArguments<&str, rustbook[3f46124814f1185b]::query_transformation::QueryBoxed>, &rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#1}, alloc[dad09f3a48280dba]::vec::into_iter::IntoIter<core[d17f6591d688f3bd]::result::Result<(), proptest[b103e6066b256e9b]::test_runner::errors::TestCaseError>>>::{closure#3}> as core[d17f6591d688f3bd]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   25:     0x5598b4a387fd - std[fce30c26ee6459b]::panicking::catch_unwind::do_call::<core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<proptest[b103e6066b256e9b]::test_runner::runner::call_test<proptest[b103e6066b256e9b]::sugar::NamedArguments<&str, rustbook[3f46124814f1185b]::query_transformation::QueryBoxed>, &rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#1}, alloc[dad09f3a48280dba]::vec::into_iter::IntoIter<core[d17f6591d688f3bd]::result::Result<(), proptest[b103e6066b256e9b]::test_runner::errors::TestCaseError>>>::{closure#3}>, core[d17f6591d688f3bd]::result::Result<(), proptest[b103e6066b256e9b]::test_runner::errors::TestCaseError>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:581:40
[INFO] [stdout]   26:     0x5598b4a367db - __rust_try
[INFO] [stdout]   27:     0x5598b4a2fe01 - std[fce30c26ee6459b]::panicking::catch_unwind::<core[d17f6591d688f3bd]::result::Result<(), proptest[b103e6066b256e9b]::test_runner::errors::TestCaseError>, core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<proptest[b103e6066b256e9b]::test_runner::runner::call_test<proptest[b103e6066b256e9b]::sugar::NamedArguments<&str, rustbook[3f46124814f1185b]::query_transformation::QueryBoxed>, &rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#1}, alloc[dad09f3a48280dba]::vec::into_iter::IntoIter<core[d17f6591d688f3bd]::result::Result<(), proptest[b103e6066b256e9b]::test_runner::errors::TestCaseError>>>::{closure#3}>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:544:19
[INFO] [stdout]   28:     0x5598b4a2fe01 - std[fce30c26ee6459b]::panic::catch_unwind::<core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<proptest[b103e6066b256e9b]::test_runner::runner::call_test<proptest[b103e6066b256e9b]::sugar::NamedArguments<&str, rustbook[3f46124814f1185b]::query_transformation::QueryBoxed>, &rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#1}, alloc[dad09f3a48280dba]::vec::into_iter::IntoIter<core[d17f6591d688f3bd]::result::Result<(), proptest[b103e6066b256e9b]::test_runner::errors::TestCaseError>>>::{closure#3}>, core[d17f6591d688f3bd]::result::Result<(), proptest[b103e6066b256e9b]::test_runner::errors::TestCaseError>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panic.rs:359:14
[INFO] [stdout]   29:     0x5598b4a2b3a4 - proptest[b103e6066b256e9b]::test_runner::runner::call_test::<proptest[b103e6066b256e9b]::sugar::NamedArguments<&str, rustbook[3f46124814f1185b]::query_transformation::QueryBoxed>, &rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#1}, alloc[dad09f3a48280dba]::vec::into_iter::IntoIter<core[d17f6591d688f3bd]::result::Result<(), proptest[b103e6066b256e9b]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:256:9
[INFO] [stdout]   30:     0x5598b4a297d7 - <proptest[b103e6066b256e9b]::test_runner::runner::TestRunner>::shrink::<proptest[b103e6066b256e9b]::strategy::map::Map<alloc[dad09f3a48280dba]::boxed::Box<dyn proptest[b103e6066b256e9b]::strategy::traits::ValueTree<Value = rustbook[3f46124814f1185b]::query_transformation::QueryBoxed>>, rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#0}>, &rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#1}, alloc[dad09f3a48280dba]::vec::into_iter::IntoIter<core[d17f6591d688f3bd]::result::Result<(), proptest[b103e6066b256e9b]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:845:30
[INFO] [stdout]   31:     0x5598b4a2743e - <proptest[b103e6066b256e9b]::test_runner::runner::TestRunner>::run_one_with_replay::<proptest[b103e6066b256e9b]::strategy::map::Map<alloc[dad09f3a48280dba]::boxed::Box<dyn proptest[b103e6066b256e9b]::strategy::traits::ValueTree<Value = rustbook[3f46124814f1185b]::query_transformation::QueryBoxed>>, rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#0}>, &rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#1}, alloc[dad09f3a48280dba]::vec::into_iter::IntoIter<core[d17f6591d688f3bd]::result::Result<(), proptest[b103e6066b256e9b]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:736:22
[INFO] [stdout]   32:     0x5598b4a26c9a - <proptest[b103e6066b256e9b]::test_runner::runner::TestRunner>::gen_and_run_case::<proptest[b103e6066b256e9b]::strategy::map::Map<proptest[b103e6066b256e9b]::strategy::recursive::Recursive<rustbook[3f46124814f1185b]::query_transformation::QueryBoxed, rustbook[3f46124814f1185b]::query_transformation::tests::arb_query::{closure#1}>, rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#0}>, rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#1}, alloc[dad09f3a48280dba]::vec::into_iter::IntoIter<core[d17f6591d688f3bd]::result::Result<(), proptest[b103e6066b256e9b]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:664:28
[INFO] [stdout]   33:     0x5598b4a28165 - <proptest[b103e6066b256e9b]::test_runner::runner::TestRunner>::run_in_process_with_replay::<proptest[b103e6066b256e9b]::strategy::map::Map<proptest[b103e6066b256e9b]::strategy::recursive::Recursive<rustbook[3f46124814f1185b]::query_transformation::QueryBoxed, rustbook[3f46124814f1185b]::query_transformation::tests::arb_query::{closure#1}>, rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#0}>, rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#1}, alloc[dad09f3a48280dba]::vec::into_iter::IntoIter<core[d17f6591d688f3bd]::result::Result<(), proptest[b103e6066b256e9b]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:613:31
[INFO] [stdout]   34:     0x5598b4a26a10 - <proptest[b103e6066b256e9b]::test_runner::runner::TestRunner>::run_in_process::<proptest[b103e6066b256e9b]::strategy::map::Map<proptest[b103e6066b256e9b]::strategy::recursive::Recursive<rustbook[3f46124814f1185b]::query_transformation::QueryBoxed, rustbook[3f46124814f1185b]::query_transformation::tests::arb_query::{closure#1}>, rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#0}>, rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#1}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:570:14
[INFO] [stdout]   35:     0x5598b4a2914f - <proptest[b103e6066b256e9b]::test_runner::runner::TestRunner>::run::<proptest[b103e6066b256e9b]::strategy::map::Map<proptest[b103e6066b256e9b]::strategy::recursive::Recursive<rustbook[3f46124814f1185b]::query_transformation::QueryBoxed, rustbook[3f46124814f1185b]::query_transformation::tests::arb_query::{closure#1}>, rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#0}>, rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#1}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:413:18
[INFO] [stdout]   36:     0x5598b4a32ffe - rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/sugar.rs:163:17
[INFO] [stdout]   37:     0x5598b4a312d7 - rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/sugar.rs:159:28
[INFO] [stdout]   38:     0x5598b4a24036 - <rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#0} as core[d17f6591d688f3bd]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   39:     0x5598b4a3cd9b - <fn() -> core[d17f6591d688f3bd]::result::Result<(), alloc[dad09f3a48280dba]::string::String> as core[d17f6591d688f3bd]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   40:     0x5598b4a3cd9b - test[9653f4f1d2ca1489]::__rust_begin_short_backtrace::<core[d17f6591d688f3bd]::result::Result<(), alloc[dad09f3a48280dba]::string::String>, fn() -> core[d17f6591d688f3bd]::result::Result<(), alloc[dad09f3a48280dba]::string::String>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/test/src/lib.rs:724:18
[INFO] [stdout]   41:     0x5598b4a4a58b - test[9653f4f1d2ca1489]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/test/src/lib.rs:747:74
[INFO] [stdout]   42:     0x5598b4a4a58b - <core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<test[9653f4f1d2ca1489]::run_test_in_process::{closure#0}> as core[d17f6591d688f3bd]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   43:     0x5598b4a4a58b - std[fce30c26ee6459b]::panicking::catch_unwind::do_call::<core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<test[9653f4f1d2ca1489]::run_test_in_process::{closure#0}>, core[d17f6591d688f3bd]::result::Result<(), alloc[dad09f3a48280dba]::string::String>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:581:40
[INFO] [stdout]   44:     0x5598b4a4a58b - std[fce30c26ee6459b]::panicking::catch_unwind::<core[d17f6591d688f3bd]::result::Result<(), alloc[dad09f3a48280dba]::string::String>, core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<test[9653f4f1d2ca1489]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:544:19
[INFO] [stdout]   45:     0x5598b4a4a58b - std[fce30c26ee6459b]::panic::catch_unwind::<core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<test[9653f4f1d2ca1489]::run_test_in_process::{closure#0}>, core[d17f6591d688f3bd]::result::Result<(), alloc[dad09f3a48280dba]::string::String>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panic.rs:359:14
[INFO] [stdout]   46:     0x5598b4a4a58b - test[9653f4f1d2ca1489]::run_test_in_process
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/test/src/lib.rs:747:27
[INFO] [stdout]   47:     0x5598b4a4a58b - test[9653f4f1d2ca1489]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/test/src/lib.rs:668:43
[INFO] [stdout]   48:     0x5598b4a43ca4 - test[9653f4f1d2ca1489]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/test/src/lib.rs:698:41
[INFO] [stdout]   49:     0x5598b4a43ca4 - std[fce30c26ee6459b]::sys::backtrace::__rust_begin_short_backtrace::<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   50:     0x5598b4a4d192 - std[fce30c26ee6459b]::thread::lifecycle::spawn_unchecked::<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/thread/lifecycle.rs:70:13
[INFO] [stdout]   51:     0x5598b4a4d192 - <core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<std[fce30c26ee6459b]::thread::lifecycle::spawn_unchecked<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[d17f6591d688f3bd]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   52:     0x5598b4a4d192 - std[fce30c26ee6459b]::panicking::catch_unwind::do_call::<core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<std[fce30c26ee6459b]::thread::lifecycle::spawn_unchecked<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:581:40
[INFO] [stdout]   53:     0x5598b4a4d192 - std[fce30c26ee6459b]::panicking::catch_unwind::<(), core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<std[fce30c26ee6459b]::thread::lifecycle::spawn_unchecked<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:544:19
[INFO] [stdout]   54:     0x5598b4a4d192 - std[fce30c26ee6459b]::panic::catch_unwind::<core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<std[fce30c26ee6459b]::thread::lifecycle::spawn_unchecked<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panic.rs:359:14
[INFO] [stdout]   55:     0x5598b4a4d192 - std[fce30c26ee6459b]::thread::lifecycle::spawn_unchecked::<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/thread/lifecycle.rs:68:26
[INFO] [stdout]   56:     0x5598b4a4d192 - <std[fce30c26ee6459b]::thread::lifecycle::spawn_unchecked<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>::{closure#1} as core[d17f6591d688f3bd]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   57:     0x5598b4bbf51f - <alloc[dad09f3a48280dba]::boxed::Box<dyn core[d17f6591d688f3bd]::ops::function::FnOnce<(), Output = ()> + core[d17f6591d688f3bd]::marker::Send> as core[d17f6591d688f3bd]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/alloc/src/boxed.rs:2271:9
[INFO] [stdout]   58:     0x5598b4bbf51f - <std[fce30c26ee6459b]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/sys/thread/unix.rs:118:17
[INFO] [stdout]   59:     0x76e42426eaa4 - <unknown>
[INFO] [stdout]   60:     0x76e4242fba64 - clone
[INFO] [stdout]   61:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] thread 'query_transformation::tests::all_impls_match' (17) panicked at src/query_transformation.rs:224:13:
[INFO] [stdout] assertion `left == right` failed
[INFO] [stdout]   left: Ok("(oe=hmjldfuhrigtymylwjvvzbiocqzt) OR ((a=wfhuvqmt) OR (oe=hmjldfuhrigtymylwjvvzbiocqzt))")
[INFO] [stdout]  right: Ok("(a=a) OR ((a=wfhuvqmt) OR (oe=hmjldfuhrigtymylwjvvzbiocqzt))")
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x5598b4bbfc0a - std[fce30c26ee6459b]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x5598b4bbfc0a - std[fce30c26ee6459b]::backtrace_rs::backtrace::trace_unsynchronized::<std[fce30c26ee6459b]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x5598b4bbfc0a - std[fce30c26ee6459b]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x5598b4bbfc0a - <<std[fce30c26ee6459b]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[d17f6591d688f3bd]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x5598b4bd51ea - <core[d17f6591d688f3bd]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x5598b4bd51ea - core[d17f6591d688f3bd]::fmt::write
[INFO] [stdout]    6:     0x5598b4bc4852 - std[fce30c26ee6459b]::io::default_write_fmt::<alloc[dad09f3a48280dba]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/io/mod.rs:621:11
[INFO] [stdout]    7:     0x5598b4bc4852 - <alloc[dad09f3a48280dba]::vec::Vec<u8> as std[fce30c26ee6459b]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/io/mod.rs:1976:13
[INFO] [stdout]    8:     0x5598b4b9d45f - <std[fce30c26ee6459b]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x5598b4b9d45f - std[fce30c26ee6459b]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x5598b4bb7f09 - std[fce30c26ee6459b]::panicking::default_hook
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x5598b4a49abc - <alloc[dad09f3a48280dba]::boxed::Box<dyn for<'a, 'b> core[d17f6591d688f3bd]::ops::function::Fn<(&'a std[fce30c26ee6459b]::panic::PanicHookInfo<'b>,), Output = ()> + core[d17f6591d688f3bd]::marker::Sync + core[d17f6591d688f3bd]::marker::Send> as core[d17f6591d688f3bd]::ops::function::Fn<(&std[fce30c26ee6459b]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/alloc/src/boxed.rs:2285:9
[INFO] [stdout]   12:     0x5598b4a49abc - test[9653f4f1d2ca1489]::test_main_inner::<test[9653f4f1d2ca1489]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/test/src/lib.rs:155:21
[INFO] [stdout]   13:     0x5598b4bb80c2 - <alloc[dad09f3a48280dba]::boxed::Box<dyn for<'a, 'b> core[d17f6591d688f3bd]::ops::function::Fn<(&'a std[fce30c26ee6459b]::panic::PanicHookInfo<'b>,), Output = ()> + core[d17f6591d688f3bd]::marker::Sync + core[d17f6591d688f3bd]::marker::Send> as core[d17f6591d688f3bd]::ops::function::Fn<(&std[fce30c26ee6459b]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/alloc/src/boxed.rs:2285:9
[INFO] [stdout]   14:     0x5598b4bb80c2 - std[fce30c26ee6459b]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x5598b4b9d518 - std[fce30c26ee6459b]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:698:13
[INFO] [stdout]   16:     0x5598b4b92619 - std[fce30c26ee6459b]::sys::backtrace::__rust_end_short_backtrace::<std[fce30c26ee6459b]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x5598b4b9e22d - __rustc[de152adb51f02556]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x5598b4bd5a2c - core[d17f6591d688f3bd]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x5598b4bd58e3 - core[d17f6591d688f3bd]::panicking::assert_failed_inner
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/panicking.rs:439:17
[INFO] [stdout]   20:     0x5598b4a3828d - core[d17f6591d688f3bd]::panicking::assert_failed::<core[d17f6591d688f3bd]::result::Result<alloc[dad09f3a48280dba]::string::String, rustbook[3f46124814f1185b]::query_transformation::PrintError>, core[d17f6591d688f3bd]::result::Result<alloc[dad09f3a48280dba]::string::String, rustbook[3f46124814f1185b]::query_transformation::PrintError>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/panicking.rs:394:5
[INFO] [stdout]   21:     0x5598b4a31665 - rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#1}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/query_transformation.rs:224:13
[INFO] [stdout]   22:     0x5598b4a33ef7 - <&rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#1} as core[d17f6591d688f3bd]::ops::function::Fn<(proptest[b103e6066b256e9b]::sugar::NamedArguments<&str, rustbook[3f46124814f1185b]::query_transformation::QueryBoxed>,)>>::call
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/ops/function.rs:263:22
[INFO] [stdout]   23:     0x5598b4a2c767 - proptest[b103e6066b256e9b]::test_runner::runner::call_test::<proptest[b103e6066b256e9b]::sugar::NamedArguments<&str, rustbook[3f46124814f1185b]::query_transformation::QueryBoxed>, &rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#1}, alloc[dad09f3a48280dba]::vec::into_iter::IntoIter<core[d17f6591d688f3bd]::result::Result<(), proptest[b103e6066b256e9b]::test_runner::errors::TestCaseError>>>::{closure#3}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:256:49
[INFO] [stdout]   24:     0x5598b4a23808 - <core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<proptest[b103e6066b256e9b]::test_runner::runner::call_test<proptest[b103e6066b256e9b]::sugar::NamedArguments<&str, rustbook[3f46124814f1185b]::query_transformation::QueryBoxed>, &rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#1}, alloc[dad09f3a48280dba]::vec::into_iter::IntoIter<core[d17f6591d688f3bd]::result::Result<(), proptest[b103e6066b256e9b]::test_runner::errors::TestCaseError>>>::{closure#3}> as core[d17f6591d688f3bd]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   25:     0x5598b4a387fd - std[fce30c26ee6459b]::panicking::catch_unwind::do_call::<core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<proptest[b103e6066b256e9b]::test_runner::runner::call_test<proptest[b103e6066b256e9b]::sugar::NamedArguments<&str, rustbook[3f46124814f1185b]::query_transformation::QueryBoxed>, &rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#1}, alloc[dad09f3a48280dba]::vec::into_iter::IntoIter<core[d17f6591d688f3bd]::result::Result<(), proptest[b103e6066b256e9b]::test_runner::errors::TestCaseError>>>::{closure#3}>, core[d17f6591d688f3bd]::result::Result<(), proptest[b103e6066b256e9b]::test_runner::errors::TestCaseError>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:581:40
[INFO] [stdout]   26:     0x5598b4a367db - __rust_try
[INFO] [stdout]   27:     0x5598b4a2fe01 - std[fce30c26ee6459b]::panicking::catch_unwind::<core[d17f6591d688f3bd]::result::Result<(), proptest[b103e6066b256e9b]::test_runner::errors::TestCaseError>, core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<proptest[b103e6066b256e9b]::test_runner::runner::call_test<proptest[b103e6066b256e9b]::sugar::NamedArguments<&str, rustbook[3f46124814f1185b]::query_transformation::QueryBoxed>, &rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#1}, alloc[dad09f3a48280dba]::vec::into_iter::IntoIter<core[d17f6591d688f3bd]::result::Result<(), proptest[b103e6066b256e9b]::test_runner::errors::TestCaseError>>>::{closure#3}>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:544:19
[INFO] [stdout]   28:     0x5598b4a2fe01 - std[fce30c26ee6459b]::panic::catch_unwind::<core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<proptest[b103e6066b256e9b]::test_runner::runner::call_test<proptest[b103e6066b256e9b]::sugar::NamedArguments<&str, rustbook[3f46124814f1185b]::query_transformation::QueryBoxed>, &rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#1}, alloc[dad09f3a48280dba]::vec::into_iter::IntoIter<core[d17f6591d688f3bd]::result::Result<(), proptest[b103e6066b256e9b]::test_runner::errors::TestCaseError>>>::{closure#3}>, core[d17f6591d688f3bd]::result::Result<(), proptest[b103e6066b256e9b]::test_runner::errors::TestCaseError>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panic.rs:359:14
[INFO] [stdout]   29:     0x5598b4a2b3a4 - proptest[b103e6066b256e9b]::test_runner::runner::call_test::<proptest[b103e6066b256e9b]::sugar::NamedArguments<&str, rustbook[3f46124814f1185b]::query_transformation::QueryBoxed>, &rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#1}, alloc[dad09f3a48280dba]::vec::into_iter::IntoIter<core[d17f6591d688f3bd]::result::Result<(), proptest[b103e6066b256e9b]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:256:9
[INFO] [stdout]   30:     0x5598b4a297d7 - <proptest[b103e6066b256e9b]::test_runner::runner::TestRunner>::shrink::<proptest[b103e6066b256e9b]::strategy::map::Map<alloc[dad09f3a48280dba]::boxed::Box<dyn proptest[b103e6066b256e9b]::strategy::traits::ValueTree<Value = rustbook[3f46124814f1185b]::query_transformation::QueryBoxed>>, rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#0}>, &rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#1}, alloc[dad09f3a48280dba]::vec::into_iter::IntoIter<core[d17f6591d688f3bd]::result::Result<(), proptest[b103e6066b256e9b]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:845:30
[INFO] [stdout]   31:     0x5598b4a2743e - <proptest[b103e6066b256e9b]::test_runner::runner::TestRunner>::run_one_with_replay::<proptest[b103e6066b256e9b]::strategy::map::Map<alloc[dad09f3a48280dba]::boxed::Box<dyn proptest[b103e6066b256e9b]::strategy::traits::ValueTree<Value = rustbook[3f46124814f1185b]::query_transformation::QueryBoxed>>, rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#0}>, &rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#1}, alloc[dad09f3a48280dba]::vec::into_iter::IntoIter<core[d17f6591d688f3bd]::result::Result<(), proptest[b103e6066b256e9b]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:736:22
[INFO] [stdout]   32:     0x5598b4a26c9a - <proptest[b103e6066b256e9b]::test_runner::runner::TestRunner>::gen_and_run_case::<proptest[b103e6066b256e9b]::strategy::map::Map<proptest[b103e6066b256e9b]::strategy::recursive::Recursive<rustbook[3f46124814f1185b]::query_transformation::QueryBoxed, rustbook[3f46124814f1185b]::query_transformation::tests::arb_query::{closure#1}>, rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#0}>, rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#1}, alloc[dad09f3a48280dba]::vec::into_iter::IntoIter<core[d17f6591d688f3bd]::result::Result<(), proptest[b103e6066b256e9b]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:664:28
[INFO] [stdout]   33:     0x5598b4a28165 - <proptest[b103e6066b256e9b]::test_runner::runner::TestRunner>::run_in_process_with_replay::<proptest[b103e6066b256e9b]::strategy::map::Map<proptest[b103e6066b256e9b]::strategy::recursive::Recursive<rustbook[3f46124814f1185b]::query_transformation::QueryBoxed, rustbook[3f46124814f1185b]::query_transformation::tests::arb_query::{closure#1}>, rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#0}>, rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#1}, alloc[dad09f3a48280dba]::vec::into_iter::IntoIter<core[d17f6591d688f3bd]::result::Result<(), proptest[b103e6066b256e9b]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:613:31
[INFO] [stdout]   34:     0x5598b4a26a10 - <proptest[b103e6066b256e9b]::test_runner::runner::TestRunner>::run_in_process::<proptest[b103e6066b256e9b]::strategy::map::Map<proptest[b103e6066b256e9b]::strategy::recursive::Recursive<rustbook[3f46124814f1185b]::query_transformation::QueryBoxed, rustbook[3f46124814f1185b]::query_transformation::tests::arb_query::{closure#1}>, rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#0}>, rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#1}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:570:14
[INFO] [stdout]   35:     0x5598b4a2914f - <proptest[b103e6066b256e9b]::test_runner::runner::TestRunner>::run::<proptest[b103e6066b256e9b]::strategy::map::Map<proptest[b103e6066b256e9b]::strategy::recursive::Recursive<rustbook[3f46124814f1185b]::query_transformation::QueryBoxed, rustbook[3f46124814f1185b]::query_transformation::tests::arb_query::{closure#1}>, rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#0}>, rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#1}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:413:18
[INFO] [stdout]   36:     0x5598b4a32ffe - rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/sugar.rs:163:17
[INFO] [stdout]   37:     0x5598b4a312d7 - rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/sugar.rs:159:28
[INFO] [stdout]   38:     0x5598b4a24036 - <rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#0} as core[d17f6591d688f3bd]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   39:     0x5598b4a3cd9b - <fn() -> core[d17f6591d688f3bd]::result::Result<(), alloc[dad09f3a48280dba]::string::String> as core[d17f6591d688f3bd]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   40:     0x5598b4a3cd9b - test[9653f4f1d2ca1489]::__rust_begin_short_backtrace::<core[d17f6591d688f3bd]::result::Result<(), alloc[dad09f3a48280dba]::string::String>, fn() -> core[d17f6591d688f3bd]::result::Result<(), alloc[dad09f3a48280dba]::string::String>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/test/src/lib.rs:724:18
[INFO] [stdout]   41:     0x5598b4a4a58b - test[9653f4f1d2ca1489]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/test/src/lib.rs:747:74
[INFO] [stdout]   42:     0x5598b4a4a58b - <core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<test[9653f4f1d2ca1489]::run_test_in_process::{closure#0}> as core[d17f6591d688f3bd]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   43:     0x5598b4a4a58b - std[fce30c26ee6459b]::panicking::catch_unwind::do_call::<core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<test[9653f4f1d2ca1489]::run_test_in_process::{closure#0}>, core[d17f6591d688f3bd]::result::Result<(), alloc[dad09f3a48280dba]::string::String>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:581:40
[INFO] [stdout]   44:     0x5598b4a4a58b - std[fce30c26ee6459b]::panicking::catch_unwind::<core[d17f6591d688f3bd]::result::Result<(), alloc[dad09f3a48280dba]::string::String>, core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<test[9653f4f1d2ca1489]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:544:19
[INFO] [stdout]   45:     0x5598b4a4a58b - std[fce30c26ee6459b]::panic::catch_unwind::<core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<test[9653f4f1d2ca1489]::run_test_in_process::{closure#0}>, core[d17f6591d688f3bd]::result::Result<(), alloc[dad09f3a48280dba]::string::String>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panic.rs:359:14
[INFO] [stdout]   46:     0x5598b4a4a58b - test[9653f4f1d2ca1489]::run_test_in_process
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/test/src/lib.rs:747:27
[INFO] [stdout]   47:     0x5598b4a4a58b - test[9653f4f1d2ca1489]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/test/src/lib.rs:668:43
[INFO] [stdout]   48:     0x5598b4a43ca4 - test[9653f4f1d2ca1489]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/test/src/lib.rs:698:41
[INFO] [stdout]   49:     0x5598b4a43ca4 - std[fce30c26ee6459b]::sys::backtrace::__rust_begin_short_backtrace::<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   50:     0x5598b4a4d192 - std[fce30c26ee6459b]::thread::lifecycle::spawn_unchecked::<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/thread/lifecycle.rs:70:13
[INFO] [stdout]   51:     0x5598b4a4d192 - <core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<std[fce30c26ee6459b]::thread::lifecycle::spawn_unchecked<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[d17f6591d688f3bd]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   52:     0x5598b4a4d192 - std[fce30c26ee6459b]::panicking::catch_unwind::do_call::<core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<std[fce30c26ee6459b]::thread::lifecycle::spawn_unchecked<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:581:40
[INFO] [stdout]   53:     0x5598b4a4d192 - std[fce30c26ee6459b]::panicking::catch_unwind::<(), core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<std[fce30c26ee6459b]::thread::lifecycle::spawn_unchecked<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:544:19
[INFO] [stdout]   54:     0x5598b4a4d192 - std[fce30c26ee6459b]::panic::catch_unwind::<core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<std[fce30c26ee6459b]::thread::lifecycle::spawn_unchecked<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panic.rs:359:14
[INFO] [stdout]   55:     0x5598b4a4d192 - std[fce30c26ee6459b]::thread::lifecycle::spawn_unchecked::<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/thread/lifecycle.rs:68:26
[INFO] [stdout]   56:     0x5598b4a4d192 - <std[fce30c26ee6459b]::thread::lifecycle::spawn_unchecked<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>::{closure#1} as core[d17f6591d688f3bd]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   57:     0x5598b4bbf51f - <alloc[dad09f3a48280dba]::boxed::Box<dyn core[d17f6591d688f3bd]::ops::function::FnOnce<(), Output = ()> + core[d17f6591d688f3bd]::marker::Send> as core[d17f6591d688f3bd]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/alloc/src/boxed.rs:2271:9
[INFO] [stdout]   58:     0x5598b4bbf51f - <std[fce30c26ee6459b]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/sys/thread/unix.rs:118:17
[INFO] [stdout]   59:     0x76e42426eaa4 - <unknown>
[INFO] [stdout]   60:     0x76e4242fba64 - clone
[INFO] [stdout]   61:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] thread 'query_transformation::tests::all_impls_match' (17) panicked at src/query_transformation.rs:224:13:
[INFO] [stdout] assertion `left == right` failed
[INFO] [stdout]   left: Ok("(oe=hmjldfuhrigtymylwjvvzbiocqzt) OR ((a=fhuvqmt) OR (oe=hmjldfuhrigtymylwjvvzbiocqzt))")
[INFO] [stdout]  right: Ok("(a=a) OR ((a=fhuvqmt) OR (oe=hmjldfuhrigtymylwjvvzbiocqzt))")
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x5598b4bbfc0a - std[fce30c26ee6459b]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x5598b4bbfc0a - std[fce30c26ee6459b]::backtrace_rs::backtrace::trace_unsynchronized::<std[fce30c26ee6459b]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x5598b4bbfc0a - std[fce30c26ee6459b]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x5598b4bbfc0a - <<std[fce30c26ee6459b]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[d17f6591d688f3bd]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x5598b4bd51ea - <core[d17f6591d688f3bd]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x5598b4bd51ea - core[d17f6591d688f3bd]::fmt::write
[INFO] [stdout]    6:     0x5598b4bc4852 - std[fce30c26ee6459b]::io::default_write_fmt::<alloc[dad09f3a48280dba]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/io/mod.rs:621:11
[INFO] [stdout]    7:     0x5598b4bc4852 - <alloc[dad09f3a48280dba]::vec::Vec<u8> as std[fce30c26ee6459b]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/io/mod.rs:1976:13
[INFO] [stdout]    8:     0x5598b4b9d45f - <std[fce30c26ee6459b]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x5598b4b9d45f - std[fce30c26ee6459b]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x5598b4bb7f09 - std[fce30c26ee6459b]::panicking::default_hook
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x5598b4a49abc - <alloc[dad09f3a48280dba]::boxed::Box<dyn for<'a, 'b> core[d17f6591d688f3bd]::ops::function::Fn<(&'a std[fce30c26ee6459b]::panic::PanicHookInfo<'b>,), Output = ()> + core[d17f6591d688f3bd]::marker::Sync + core[d17f6591d688f3bd]::marker::Send> as core[d17f6591d688f3bd]::ops::function::Fn<(&std[fce30c26ee6459b]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/alloc/src/boxed.rs:2285:9
[INFO] [stdout]   12:     0x5598b4a49abc - test[9653f4f1d2ca1489]::test_main_inner::<test[9653f4f1d2ca1489]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/test/src/lib.rs:155:21
[INFO] [stdout]   13:     0x5598b4bb80c2 - <alloc[dad09f3a48280dba]::boxed::Box<dyn for<'a, 'b> core[d17f6591d688f3bd]::ops::function::Fn<(&'a std[fce30c26ee6459b]::panic::PanicHookInfo<'b>,), Output = ()> + core[d17f6591d688f3bd]::marker::Sync + core[d17f6591d688f3bd]::marker::Send> as core[d17f6591d688f3bd]::ops::function::Fn<(&std[fce30c26ee6459b]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/alloc/src/boxed.rs:2285:9
[INFO] [stdout]   14:     0x5598b4bb80c2 - std[fce30c26ee6459b]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x5598b4b9d518 - std[fce30c26ee6459b]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:698:13
[INFO] [stdout]   16:     0x5598b4b92619 - std[fce30c26ee6459b]::sys::backtrace::__rust_end_short_backtrace::<std[fce30c26ee6459b]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x5598b4b9e22d - __rustc[de152adb51f02556]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x5598b4bd5a2c - core[d17f6591d688f3bd]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x5598b4bd58e3 - core[d17f6591d688f3bd]::panicking::assert_failed_inner
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/panicking.rs:439:17
[INFO] [stdout]   20:     0x5598b4a3828d - core[d17f6591d688f3bd]::panicking::assert_failed::<core[d17f6591d688f3bd]::result::Result<alloc[dad09f3a48280dba]::string::String, rustbook[3f46124814f1185b]::query_transformation::PrintError>, core[d17f6591d688f3bd]::result::Result<alloc[dad09f3a48280dba]::string::String, rustbook[3f46124814f1185b]::query_transformation::PrintError>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/panicking.rs:394:5
[INFO] [stdout]   21:     0x5598b4a31665 - rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#1}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/query_transformation.rs:224:13
[INFO] [stdout]   22:     0x5598b4a33ef7 - <&rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#1} as core[d17f6591d688f3bd]::ops::function::Fn<(proptest[b103e6066b256e9b]::sugar::NamedArguments<&str, rustbook[3f46124814f1185b]::query_transformation::QueryBoxed>,)>>::call
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/ops/function.rs:263:22
[INFO] [stdout]   23:     0x5598b4a2c767 - proptest[b103e6066b256e9b]::test_runner::runner::call_test::<proptest[b103e6066b256e9b]::sugar::NamedArguments<&str, rustbook[3f46124814f1185b]::query_transformation::QueryBoxed>, &rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#1}, alloc[dad09f3a48280dba]::vec::into_iter::IntoIter<core[d17f6591d688f3bd]::result::Result<(), proptest[b103e6066b256e9b]::test_runner::errors::TestCaseError>>>::{closure#3}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:256:49
[INFO] [stdout]   24:     0x5598b4a23808 - <core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<proptest[b103e6066b256e9b]::test_runner::runner::call_test<proptest[b103e6066b256e9b]::sugar::NamedArguments<&str, rustbook[3f46124814f1185b]::query_transformation::QueryBoxed>, &rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#1}, alloc[dad09f3a48280dba]::vec::into_iter::IntoIter<core[d17f6591d688f3bd]::result::Result<(), proptest[b103e6066b256e9b]::test_runner::errors::TestCaseError>>>::{closure#3}> as core[d17f6591d688f3bd]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   25:     0x5598b4a387fd - std[fce30c26ee6459b]::panicking::catch_unwind::do_call::<core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<proptest[b103e6066b256e9b]::test_runner::runner::call_test<proptest[b103e6066b256e9b]::sugar::NamedArguments<&str, rustbook[3f46124814f1185b]::query_transformation::QueryBoxed>, &rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#1}, alloc[dad09f3a48280dba]::vec::into_iter::IntoIter<core[d17f6591d688f3bd]::result::Result<(), proptest[b103e6066b256e9b]::test_runner::errors::TestCaseError>>>::{closure#3}>, core[d17f6591d688f3bd]::result::Result<(), proptest[b103e6066b256e9b]::test_runner::errors::TestCaseError>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:581:40
[INFO] [stdout]   26:     0x5598b4a367db - __rust_try
[INFO] [stdout]   27:     0x5598b4a2fe01 - std[fce30c26ee6459b]::panicking::catch_unwind::<core[d17f6591d688f3bd]::result::Result<(), proptest[b103e6066b256e9b]::test_runner::errors::TestCaseError>, core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<proptest[b103e6066b256e9b]::test_runner::runner::call_test<proptest[b103e6066b256e9b]::sugar::NamedArguments<&str, rustbook[3f46124814f1185b]::query_transformation::QueryBoxed>, &rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#1}, alloc[dad09f3a48280dba]::vec::into_iter::IntoIter<core[d17f6591d688f3bd]::result::Result<(), proptest[b103e6066b256e9b]::test_runner::errors::TestCaseError>>>::{closure#3}>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:544:19
[INFO] [stdout]   28:     0x5598b4a2fe01 - std[fce30c26ee6459b]::panic::catch_unwind::<core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<proptest[b103e6066b256e9b]::test_runner::runner::call_test<proptest[b103e6066b256e9b]::sugar::NamedArguments<&str, rustbook[3f46124814f1185b]::query_transformation::QueryBoxed>, &rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#1}, alloc[dad09f3a48280dba]::vec::into_iter::IntoIter<core[d17f6591d688f3bd]::result::Result<(), proptest[b103e6066b256e9b]::test_runner::errors::TestCaseError>>>::{closure#3}>, core[d17f6591d688f3bd]::result::Result<(), proptest[b103e6066b256e9b]::test_runner::errors::TestCaseError>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panic.rs:359:14
[INFO] [stdout]   29:     0x5598b4a2b3a4 - proptest[b103e6066b256e9b]::test_runner::runner::call_test::<proptest[b103e6066b256e9b]::sugar::NamedArguments<&str, rustbook[3f46124814f1185b]::query_transformation::QueryBoxed>, &rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#1}, alloc[dad09f3a48280dba]::vec::into_iter::IntoIter<core[d17f6591d688f3bd]::result::Result<(), proptest[b103e6066b256e9b]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:256:9
[INFO] [stdout]   30:     0x5598b4a297d7 - <proptest[b103e6066b256e9b]::test_runner::runner::TestRunner>::shrink::<proptest[b103e6066b256e9b]::strategy::map::Map<alloc[dad09f3a48280dba]::boxed::Box<dyn proptest[b103e6066b256e9b]::strategy::traits::ValueTree<Value = rustbook[3f46124814f1185b]::query_transformation::QueryBoxed>>, rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#0}>, &rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#1}, alloc[dad09f3a48280dba]::vec::into_iter::IntoIter<core[d17f6591d688f3bd]::result::Result<(), proptest[b103e6066b256e9b]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:845:30
[INFO] [stdout]   31:     0x5598b4a2743e - <proptest[b103e6066b256e9b]::test_runner::runner::TestRunner>::run_one_with_replay::<proptest[b103e6066b256e9b]::strategy::map::Map<alloc[dad09f3a48280dba]::boxed::Box<dyn proptest[b103e6066b256e9b]::strategy::traits::ValueTree<Value = rustbook[3f46124814f1185b]::query_transformation::QueryBoxed>>, rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#0}>, &rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#1}, alloc[dad09f3a48280dba]::vec::into_iter::IntoIter<core[d17f6591d688f3bd]::result::Result<(), proptest[b103e6066b256e9b]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:736:22
[INFO] [stdout]   32:     0x5598b4a26c9a - <proptest[b103e6066b256e9b]::test_runner::runner::TestRunner>::gen_and_run_case::<proptest[b103e6066b256e9b]::strategy::map::Map<proptest[b103e6066b256e9b]::strategy::recursive::Recursive<rustbook[3f46124814f1185b]::query_transformation::QueryBoxed, rustbook[3f46124814f1185b]::query_transformation::tests::arb_query::{closure#1}>, rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#0}>, rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#1}, alloc[dad09f3a48280dba]::vec::into_iter::IntoIter<core[d17f6591d688f3bd]::result::Result<(), proptest[b103e6066b256e9b]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:664:28
[INFO] [stdout]   33:     0x5598b4a28165 - <proptest[b103e6066b256e9b]::test_runner::runner::TestRunner>::run_in_process_with_replay::<proptest[b103e6066b256e9b]::strategy::map::Map<proptest[b103e6066b256e9b]::strategy::recursive::Recursive<rustbook[3f46124814f1185b]::query_transformation::QueryBoxed, rustbook[3f46124814f1185b]::query_transformation::tests::arb_query::{closure#1}>, rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#0}>, rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#1}, alloc[dad09f3a48280dba]::vec::into_iter::IntoIter<core[d17f6591d688f3bd]::result::Result<(), proptest[b103e6066b256e9b]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:613:31
[INFO] [stdout]   34:     0x5598b4a26a10 - <proptest[b103e6066b256e9b]::test_runner::runner::TestRunner>::run_in_process::<proptest[b103e6066b256e9b]::strategy::map::Map<proptest[b103e6066b256e9b]::strategy::recursive::Recursive<rustbook[3f46124814f1185b]::query_transformation::QueryBoxed, rustbook[3f46124814f1185b]::query_transformation::tests::arb_query::{closure#1}>, rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#0}>, rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#1}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:570:14
[INFO] [stdout]   35:     0x5598b4a2914f - <proptest[b103e6066b256e9b]::test_runner::runner::TestRunner>::run::<proptest[b103e6066b256e9b]::strategy::map::Map<proptest[b103e6066b256e9b]::strategy::recursive::Recursive<rustbook[3f46124814f1185b]::query_transformation::QueryBoxed, rustbook[3f46124814f1185b]::query_transformation::tests::arb_query::{closure#1}>, rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#0}>, rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#1}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:413:18
[INFO] [stdout]   36:     0x5598b4a32ffe - rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/sugar.rs:163:17
[INFO] [stdout]   37:     0x5598b4a312d7 - rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/sugar.rs:159:28
[INFO] [stdout]   38:     0x5598b4a24036 - <rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#0} as core[d17f6591d688f3bd]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   39:     0x5598b4a3cd9b - <fn() -> core[d17f6591d688f3bd]::result::Result<(), alloc[dad09f3a48280dba]::string::String> as core[d17f6591d688f3bd]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   40:     0x5598b4a3cd9b - test[9653f4f1d2ca1489]::__rust_begin_short_backtrace::<core[d17f6591d688f3bd]::result::Result<(), alloc[dad09f3a48280dba]::string::String>, fn() -> core[d17f6591d688f3bd]::result::Result<(), alloc[dad09f3a48280dba]::string::String>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/test/src/lib.rs:724:18
[INFO] [stdout]   41:     0x5598b4a4a58b - test[9653f4f1d2ca1489]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/test/src/lib.rs:747:74
[INFO] [stdout]   42:     0x5598b4a4a58b - <core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<test[9653f4f1d2ca1489]::run_test_in_process::{closure#0}> as core[d17f6591d688f3bd]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   43:     0x5598b4a4a58b - std[fce30c26ee6459b]::panicking::catch_unwind::do_call::<core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<test[9653f4f1d2ca1489]::run_test_in_process::{closure#0}>, core[d17f6591d688f3bd]::result::Result<(), alloc[dad09f3a48280dba]::string::String>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:581:40
[INFO] [stdout]   44:     0x5598b4a4a58b - std[fce30c26ee6459b]::panicking::catch_unwind::<core[d17f6591d688f3bd]::result::Result<(), alloc[dad09f3a48280dba]::string::String>, core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<test[9653f4f1d2ca1489]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:544:19
[INFO] [stdout]   45:     0x5598b4a4a58b - std[fce30c26ee6459b]::panic::catch_unwind::<core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<test[9653f4f1d2ca1489]::run_test_in_process::{closure#0}>, core[d17f6591d688f3bd]::result::Result<(), alloc[dad09f3a48280dba]::string::String>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panic.rs:359:14
[INFO] [stdout]   46:     0x5598b4a4a58b - test[9653f4f1d2ca1489]::run_test_in_process
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/test/src/lib.rs:747:27
[INFO] [stdout]   47:     0x5598b4a4a58b - test[9653f4f1d2ca1489]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/test/src/lib.rs:668:43
[INFO] [stdout]   48:     0x5598b4a43ca4 - test[9653f4f1d2ca1489]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/test/src/lib.rs:698:41
[INFO] [stdout]   49:     0x5598b4a43ca4 - std[fce30c26ee6459b]::sys::backtrace::__rust_begin_short_backtrace::<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   50:     0x5598b4a4d192 - std[fce30c26ee6459b]::thread::lifecycle::spawn_unchecked::<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/thread/lifecycle.rs:70:13
[INFO] [stdout]   51:     0x5598b4a4d192 - <core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<std[fce30c26ee6459b]::thread::lifecycle::spawn_unchecked<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[d17f6591d688f3bd]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   52:     0x5598b4a4d192 - std[fce30c26ee6459b]::panicking::catch_unwind::do_call::<core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<std[fce30c26ee6459b]::thread::lifecycle::spawn_unchecked<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:581:40
[INFO] [stdout]   53:     0x5598b4a4d192 - std[fce30c26ee6459b]::panicking::catch_unwind::<(), core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<std[fce30c26ee6459b]::thread::lifecycle::spawn_unchecked<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:544:19
[INFO] [stdout]   54:     0x5598b4a4d192 - std[fce30c26ee6459b]::panic::catch_unwind::<core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<std[fce30c26ee6459b]::thread::lifecycle::spawn_unchecked<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panic.rs:359:14
[INFO] [stdout]   55:     0x5598b4a4d192 - std[fce30c26ee6459b]::thread::lifecycle::spawn_unchecked::<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/thread/lifecycle.rs:68:26
[INFO] [stdout]   56:     0x5598b4a4d192 - <std[fce30c26ee6459b]::thread::lifecycle::spawn_unchecked<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>::{closure#1} as core[d17f6591d688f3bd]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   57:     0x5598b4bbf51f - <alloc[dad09f3a48280dba]::boxed::Box<dyn core[d17f6591d688f3bd]::ops::function::FnOnce<(), Output = ()> + core[d17f6591d688f3bd]::marker::Send> as core[d17f6591d688f3bd]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/alloc/src/boxed.rs:2271:9
[INFO] [stdout]   58:     0x5598b4bbf51f - <std[fce30c26ee6459b]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/sys/thread/unix.rs:118:17
[INFO] [stdout]   59:     0x76e42426eaa4 - <unknown>
[INFO] [stdout]   60:     0x76e4242fba64 - clone
[INFO] [stdout]   61:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] thread 'query_transformation::tests::all_impls_match' (17) panicked at src/query_transformation.rs:224:13:
[INFO] [stdout] assertion `left == right` failed
[INFO] [stdout]   left: Ok("(oe=hmjldfuhrigtymylwjvvzbiocqzt) OR ((a=huvqmt) OR (oe=hmjldfuhrigtymylwjvvzbiocqzt))")
[INFO] [stdout]  right: Ok("(a=a) OR ((a=huvqmt) OR (oe=hmjldfuhrigtymylwjvvzbiocqzt))")
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x5598b4bbfc0a - std[fce30c26ee6459b]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x5598b4bbfc0a - std[fce30c26ee6459b]::backtrace_rs::backtrace::trace_unsynchronized::<std[fce30c26ee6459b]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x5598b4bbfc0a - std[fce30c26ee6459b]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x5598b4bbfc0a - <<std[fce30c26ee6459b]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[d17f6591d688f3bd]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x5598b4bd51ea - <core[d17f6591d688f3bd]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x5598b4bd51ea - core[d17f6591d688f3bd]::fmt::write
[INFO] [stdout]    6:     0x5598b4bc4852 - std[fce30c26ee6459b]::io::default_write_fmt::<alloc[dad09f3a48280dba]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/io/mod.rs:621:11
[INFO] [stdout]    7:     0x5598b4bc4852 - <alloc[dad09f3a48280dba]::vec::Vec<u8> as std[fce30c26ee6459b]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/io/mod.rs:1976:13
[INFO] [stdout]    8:     0x5598b4b9d45f - <std[fce30c26ee6459b]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x5598b4b9d45f - std[fce30c26ee6459b]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x5598b4bb7f09 - std[fce30c26ee6459b]::panicking::default_hook
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x5598b4a49abc - <alloc[dad09f3a48280dba]::boxed::Box<dyn for<'a, 'b> core[d17f6591d688f3bd]::ops::function::Fn<(&'a std[fce30c26ee6459b]::panic::PanicHookInfo<'b>,), Output = ()> + core[d17f6591d688f3bd]::marker::Sync + core[d17f6591d688f3bd]::marker::Send> as core[d17f6591d688f3bd]::ops::function::Fn<(&std[fce30c26ee6459b]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/alloc/src/boxed.rs:2285:9
[INFO] [stdout]   12:     0x5598b4a49abc - test[9653f4f1d2ca1489]::test_main_inner::<test[9653f4f1d2ca1489]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/test/src/lib.rs:155:21
[INFO] [stdout]   13:     0x5598b4bb80c2 - <alloc[dad09f3a48280dba]::boxed::Box<dyn for<'a, 'b> core[d17f6591d688f3bd]::ops::function::Fn<(&'a std[fce30c26ee6459b]::panic::PanicHookInfo<'b>,), Output = ()> + core[d17f6591d688f3bd]::marker::Sync + core[d17f6591d688f3bd]::marker::Send> as core[d17f6591d688f3bd]::ops::function::Fn<(&std[fce30c26ee6459b]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/alloc/src/boxed.rs:2285:9
[INFO] [stdout]   14:     0x5598b4bb80c2 - std[fce30c26ee6459b]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x5598b4b9d518 - std[fce30c26ee6459b]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:698:13
[INFO] [stdout]   16:     0x5598b4b92619 - std[fce30c26ee6459b]::sys::backtrace::__rust_end_short_backtrace::<std[fce30c26ee6459b]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x5598b4b9e22d - __rustc[de152adb51f02556]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x5598b4bd5a2c - core[d17f6591d688f3bd]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x5598b4bd58e3 - core[d17f6591d688f3bd]::panicking::assert_failed_inner
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/panicking.rs:439:17
[INFO] [stdout]   20:     0x5598b4a3828d - core[d17f6591d688f3bd]::panicking::assert_failed::<core[d17f6591d688f3bd]::result::Result<alloc[dad09f3a48280dba]::string::String, rustbook[3f46124814f1185b]::query_transformation::PrintError>, core[d17f6591d688f3bd]::result::Result<alloc[dad09f3a48280dba]::string::String, rustbook[3f46124814f1185b]::query_transformation::PrintError>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/panicking.rs:394:5
[INFO] [stdout]   21:     0x5598b4a31665 - rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#1}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/query_transformation.rs:224:13
[INFO] [stdout]   22:     0x5598b4a33ef7 - <&rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#1} as core[d17f6591d688f3bd]::ops::function::Fn<(proptest[b103e6066b256e9b]::sugar::NamedArguments<&str, rustbook[3f46124814f1185b]::query_transformation::QueryBoxed>,)>>::call
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/ops/function.rs:263:22
[INFO] [stdout]   23:     0x5598b4a2c767 - proptest[b103e6066b256e9b]::test_runner::runner::call_test::<proptest[b103e6066b256e9b]::sugar::NamedArguments<&str, rustbook[3f46124814f1185b]::query_transformation::QueryBoxed>, &rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#1}, alloc[dad09f3a48280dba]::vec::into_iter::IntoIter<core[d17f6591d688f3bd]::result::Result<(), proptest[b103e6066b256e9b]::test_runner::errors::TestCaseError>>>::{closure#3}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:256:49
[INFO] [stdout]   24:     0x5598b4a23808 - <core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<proptest[b103e6066b256e9b]::test_runner::runner::call_test<proptest[b103e6066b256e9b]::sugar::NamedArguments<&str, rustbook[3f46124814f1185b]::query_transformation::QueryBoxed>, &rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#1}, alloc[dad09f3a48280dba]::vec::into_iter::IntoIter<core[d17f6591d688f3bd]::result::Result<(), proptest[b103e6066b256e9b]::test_runner::errors::TestCaseError>>>::{closure#3}> as core[d17f6591d688f3bd]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   25:     0x5598b4a387fd - std[fce30c26ee6459b]::panicking::catch_unwind::do_call::<core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<proptest[b103e6066b256e9b]::test_runner::runner::call_test<proptest[b103e6066b256e9b]::sugar::NamedArguments<&str, rustbook[3f46124814f1185b]::query_transformation::QueryBoxed>, &rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#1}, alloc[dad09f3a48280dba]::vec::into_iter::IntoIter<core[d17f6591d688f3bd]::result::Result<(), proptest[b103e6066b256e9b]::test_runner::errors::TestCaseError>>>::{closure#3}>, core[d17f6591d688f3bd]::result::Result<(), proptest[b103e6066b256e9b]::test_runner::errors::TestCaseError>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:581:40
[INFO] [stdout]   26:     0x5598b4a367db - __rust_try
[INFO] [stdout]   27:     0x5598b4a2fe01 - std[fce30c26ee6459b]::panicking::catch_unwind::<core[d17f6591d688f3bd]::result::Result<(), proptest[b103e6066b256e9b]::test_runner::errors::TestCaseError>, core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<proptest[b103e6066b256e9b]::test_runner::runner::call_test<proptest[b103e6066b256e9b]::sugar::NamedArguments<&str, rustbook[3f46124814f1185b]::query_transformation::QueryBoxed>, &rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#1}, alloc[dad09f3a48280dba]::vec::into_iter::IntoIter<core[d17f6591d688f3bd]::result::Result<(), proptest[b103e6066b256e9b]::test_runner::errors::TestCaseError>>>::{closure#3}>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:544:19
[INFO] [stdout]   28:     0x5598b4a2fe01 - std[fce30c26ee6459b]::panic::catch_unwind::<core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<proptest[b103e6066b256e9b]::test_runner::runner::call_test<proptest[b103e6066b256e9b]::sugar::NamedArguments<&str, rustbook[3f46124814f1185b]::query_transformation::QueryBoxed>, &rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#1}, alloc[dad09f3a48280dba]::vec::into_iter::IntoIter<core[d17f6591d688f3bd]::result::Result<(), proptest[b103e6066b256e9b]::test_runner::errors::TestCaseError>>>::{closure#3}>, core[d17f6591d688f3bd]::result::Result<(), proptest[b103e6066b256e9b]::test_runner::errors::TestCaseError>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panic.rs:359:14
[INFO] [stdout]   29:     0x5598b4a2b3a4 - proptest[b103e6066b256e9b]::test_runner::runner::call_test::<proptest[b103e6066b256e9b]::sugar::NamedArguments<&str, rustbook[3f46124814f1185b]::query_transformation::QueryBoxed>, &rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#1}, alloc[dad09f3a48280dba]::vec::into_iter::IntoIter<core[d17f6591d688f3bd]::result::Result<(), proptest[b103e6066b256e9b]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:256:9
[INFO] [stdout]   30:     0x5598b4a297d7 - <proptest[b103e6066b256e9b]::test_runner::runner::TestRunner>::shrink::<proptest[b103e6066b256e9b]::strategy::map::Map<alloc[dad09f3a48280dba]::boxed::Box<dyn proptest[b103e6066b256e9b]::strategy::traits::ValueTree<Value = rustbook[3f46124814f1185b]::query_transformation::QueryBoxed>>, rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#0}>, &rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#1}, alloc[dad09f3a48280dba]::vec::into_iter::IntoIter<core[d17f6591d688f3bd]::result::Result<(), proptest[b103e6066b256e9b]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:845:30
[INFO] [stdout]   31:     0x5598b4a2743e - <proptest[b103e6066b256e9b]::test_runner::runner::TestRunner>::run_one_with_replay::<proptest[b103e6066b256e9b]::strategy::map::Map<alloc[dad09f3a48280dba]::boxed::Box<dyn proptest[b103e6066b256e9b]::strategy::traits::ValueTree<Value = rustbook[3f46124814f1185b]::query_transformation::QueryBoxed>>, rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#0}>, &rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#1}, alloc[dad09f3a48280dba]::vec::into_iter::IntoIter<core[d17f6591d688f3bd]::result::Result<(), proptest[b103e6066b256e9b]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:736:22
[INFO] [stdout]   32:     0x5598b4a26c9a - <proptest[b103e6066b256e9b]::test_runner::runner::TestRunner>::gen_and_run_case::<proptest[b103e6066b256e9b]::strategy::map::Map<proptest[b103e6066b256e9b]::strategy::recursive::Recursive<rustbook[3f46124814f1185b]::query_transformation::QueryBoxed, rustbook[3f46124814f1185b]::query_transformation::tests::arb_query::{closure#1}>, rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#0}>, rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#1}, alloc[dad09f3a48280dba]::vec::into_iter::IntoIter<core[d17f6591d688f3bd]::result::Result<(), proptest[b103e6066b256e9b]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:664:28
[INFO] [stdout]   33:     0x5598b4a28165 - <proptest[b103e6066b256e9b]::test_runner::runner::TestRunner>::run_in_process_with_replay::<proptest[b103e6066b256e9b]::strategy::map::Map<proptest[b103e6066b256e9b]::strategy::recursive::Recursive<rustbook[3f46124814f1185b]::query_transformation::QueryBoxed, rustbook[3f46124814f1185b]::query_transformation::tests::arb_query::{closure#1}>, rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#0}>, rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#1}, alloc[dad09f3a48280dba]::vec::into_iter::IntoIter<core[d17f6591d688f3bd]::result::Result<(), proptest[b103e6066b256e9b]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:613:31
[INFO] [stdout]   34:     0x5598b4a26a10 - <proptest[b103e6066b256e9b]::test_runner::runner::TestRunner>::run_in_process::<proptest[b103e6066b256e9b]::strategy::map::Map<proptest[b103e6066b256e9b]::strategy::recursive::Recursive<rustbook[3f46124814f1185b]::query_transformation::QueryBoxed, rustbook[3f46124814f1185b]::query_transformation::tests::arb_query::{closure#1}>, rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#0}>, rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#1}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:570:14
[INFO] [stdout]   35:     0x5598b4a2914f - <proptest[b103e6066b256e9b]::test_runner::runner::TestRunner>::run::<proptest[b103e6066b256e9b]::strategy::map::Map<proptest[b103e6066b256e9b]::strategy::recursive::Recursive<rustbook[3f46124814f1185b]::query_transformation::QueryBoxed, rustbook[3f46124814f1185b]::query_transformation::tests::arb_query::{closure#1}>, rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#0}>, rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#1}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:413:18
[INFO] [stdout]   36:     0x5598b4a32ffe - rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/sugar.rs:163:17
[INFO] [stdout]   37:     0x5598b4a312d7 - rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/sugar.rs:159:28
[INFO] [stdout]   38:     0x5598b4a24036 - <rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#0} as core[d17f6591d688f3bd]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   39:     0x5598b4a3cd9b - <fn() -> core[d17f6591d688f3bd]::result::Result<(), alloc[dad09f3a48280dba]::string::String> as core[d17f6591d688f3bd]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   40:     0x5598b4a3cd9b - test[9653f4f1d2ca1489]::__rust_begin_short_backtrace::<core[d17f6591d688f3bd]::result::Result<(), alloc[dad09f3a48280dba]::string::String>, fn() -> core[d17f6591d688f3bd]::result::Result<(), alloc[dad09f3a48280dba]::string::String>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/test/src/lib.rs:724:18
[INFO] [stdout]   41:     0x5598b4a4a58b - test[9653f4f1d2ca1489]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/test/src/lib.rs:747:74
[INFO] [stdout]   42:     0x5598b4a4a58b - <core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<test[9653f4f1d2ca1489]::run_test_in_process::{closure#0}> as core[d17f6591d688f3bd]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   43:     0x5598b4a4a58b - std[fce30c26ee6459b]::panicking::catch_unwind::do_call::<core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<test[9653f4f1d2ca1489]::run_test_in_process::{closure#0}>, core[d17f6591d688f3bd]::result::Result<(), alloc[dad09f3a48280dba]::string::String>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:581:40
[INFO] [stdout]   44:     0x5598b4a4a58b - std[fce30c26ee6459b]::panicking::catch_unwind::<core[d17f6591d688f3bd]::result::Result<(), alloc[dad09f3a48280dba]::string::String>, core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<test[9653f4f1d2ca1489]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:544:19
[INFO] [stdout]   45:     0x5598b4a4a58b - std[fce30c26ee6459b]::panic::catch_unwind::<core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<test[9653f4f1d2ca1489]::run_test_in_process::{closure#0}>, core[d17f6591d688f3bd]::result::Result<(), alloc[dad09f3a48280dba]::string::String>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panic.rs:359:14
[INFO] [stdout]   46:     0x5598b4a4a58b - test[9653f4f1d2ca1489]::run_test_in_process
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/test/src/lib.rs:747:27
[INFO] [stdout]   47:     0x5598b4a4a58b - test[9653f4f1d2ca1489]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/test/src/lib.rs:668:43
[INFO] [stdout]   48:     0x5598b4a43ca4 - test[9653f4f1d2ca1489]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/test/src/lib.rs:698:41
[INFO] [stdout]   49:     0x5598b4a43ca4 - std[fce30c26ee6459b]::sys::backtrace::__rust_begin_short_backtrace::<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   50:     0x5598b4a4d192 - std[fce30c26ee6459b]::thread::lifecycle::spawn_unchecked::<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/thread/lifecycle.rs:70:13
[INFO] [stdout]   51:     0x5598b4a4d192 - <core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<std[fce30c26ee6459b]::thread::lifecycle::spawn_unchecked<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[d17f6591d688f3bd]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   52:     0x5598b4a4d192 - std[fce30c26ee6459b]::panicking::catch_unwind::do_call::<core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<std[fce30c26ee6459b]::thread::lifecycle::spawn_unchecked<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:581:40
[INFO] [stdout]   53:     0x5598b4a4d192 - std[fce30c26ee6459b]::panicking::catch_unwind::<(), core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<std[fce30c26ee6459b]::thread::lifecycle::spawn_unchecked<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:544:19
[INFO] [stdout]   54:     0x5598b4a4d192 - std[fce30c26ee6459b]::panic::catch_unwind::<core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<std[fce30c26ee6459b]::thread::lifecycle::spawn_unchecked<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panic.rs:359:14
[INFO] [stdout]   55:     0x5598b4a4d192 - std[fce30c26ee6459b]::thread::lifecycle::spawn_unchecked::<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/thread/lifecycle.rs:68:26
[INFO] [stdout]   56:     0x5598b4a4d192 - <std[fce30c26ee6459b]::thread::lifecycle::spawn_unchecked<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>::{closure#1} as core[d17f6591d688f3bd]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   57:     0x5598b4bbf51f - <alloc[dad09f3a48280dba]::boxed::Box<dyn core[d17f6591d688f3bd]::ops::function::FnOnce<(), Output = ()> + core[d17f6591d688f3bd]::marker::Send> as core[d17f6591d688f3bd]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/alloc/src/boxed.rs:2271:9
[INFO] [stdout]   58:     0x5598b4bbf51f - <std[fce30c26ee6459b]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/sys/thread/unix.rs:118:17
[INFO] [stdout]   59:     0x76e42426eaa4 - <unknown>
[INFO] [stdout]   60:     0x76e4242fba64 - clone
[INFO] [stdout]   61:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] thread 'query_transformation::tests::all_impls_match' (17) panicked at src/query_transformation.rs:224:13:
[INFO] [stdout] assertion `left == right` failed
[INFO] [stdout]   left: Ok("(oe=hmjldfuhrigtymylwjvvzbiocqzt) OR ((a=uvqmt) OR (oe=hmjldfuhrigtymylwjvvzbiocqzt))")
[INFO] [stdout]  right: Ok("(a=a) OR ((a=uvqmt) OR (oe=hmjldfuhrigtymylwjvvzbiocqzt))")
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x5598b4bbfc0a - std[fce30c26ee6459b]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x5598b4bbfc0a - std[fce30c26ee6459b]::backtrace_rs::backtrace::trace_unsynchronized::<std[fce30c26ee6459b]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x5598b4bbfc0a - std[fce30c26ee6459b]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x5598b4bbfc0a - <<std[fce30c26ee6459b]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[d17f6591d688f3bd]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x5598b4bd51ea - <core[d17f6591d688f3bd]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x5598b4bd51ea - core[d17f6591d688f3bd]::fmt::write
[INFO] [stdout]    6:     0x5598b4bc4852 - std[fce30c26ee6459b]::io::default_write_fmt::<alloc[dad09f3a48280dba]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/io/mod.rs:621:11
[INFO] [stdout]    7:     0x5598b4bc4852 - <alloc[dad09f3a48280dba]::vec::Vec<u8> as std[fce30c26ee6459b]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/io/mod.rs:1976:13
[INFO] [stdout]    8:     0x5598b4b9d45f - <std[fce30c26ee6459b]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x5598b4b9d45f - std[fce30c26ee6459b]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x5598b4bb7f09 - std[fce30c26ee6459b]::panicking::default_hook
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x5598b4a49abc - <alloc[dad09f3a48280dba]::boxed::Box<dyn for<'a, 'b> core[d17f6591d688f3bd]::ops::function::Fn<(&'a std[fce30c26ee6459b]::panic::PanicHookInfo<'b>,), Output = ()> + core[d17f6591d688f3bd]::marker::Sync + core[d17f6591d688f3bd]::marker::Send> as core[d17f6591d688f3bd]::ops::function::Fn<(&std[fce30c26ee6459b]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/alloc/src/boxed.rs:2285:9
[INFO] [stdout]   12:     0x5598b4a49abc - test[9653f4f1d2ca1489]::test_main_inner::<test[9653f4f1d2ca1489]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/test/src/lib.rs:155:21
[INFO] [stdout]   13:     0x5598b4bb80c2 - <alloc[dad09f3a48280dba]::boxed::Box<dyn for<'a, 'b> core[d17f6591d688f3bd]::ops::function::Fn<(&'a std[fce30c26ee6459b]::panic::PanicHookInfo<'b>,), Output = ()> + core[d17f6591d688f3bd]::marker::Sync + core[d17f6591d688f3bd]::marker::Send> as core[d17f6591d688f3bd]::ops::function::Fn<(&std[fce30c26ee6459b]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/alloc/src/boxed.rs:2285:9
[INFO] [stdout]   14:     0x5598b4bb80c2 - std[fce30c26ee6459b]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x5598b4b9d518 - std[fce30c26ee6459b]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:698:13
[INFO] [stdout]   16:     0x5598b4b92619 - std[fce30c26ee6459b]::sys::backtrace::__rust_end_short_backtrace::<std[fce30c26ee6459b]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x5598b4b9e22d - __rustc[de152adb51f02556]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x5598b4bd5a2c - core[d17f6591d688f3bd]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x5598b4bd58e3 - core[d17f6591d688f3bd]::panicking::assert_failed_inner
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/panicking.rs:439:17
[INFO] [stdout]   20:     0x5598b4a3828d - core[d17f6591d688f3bd]::panicking::assert_failed::<core[d17f6591d688f3bd]::result::Result<alloc[dad09f3a48280dba]::string::String, rustbook[3f46124814f1185b]::query_transformation::PrintError>, core[d17f6591d688f3bd]::result::Result<alloc[dad09f3a48280dba]::string::String, rustbook[3f46124814f1185b]::query_transformation::PrintError>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/panicking.rs:394:5
[INFO] [stdout]   21:     0x5598b4a31665 - rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#1}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/query_transformation.rs:224:13
[INFO] [stdout]   22:     0x5598b4a33ef7 - <&rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#1} as core[d17f6591d688f3bd]::ops::function::Fn<(proptest[b103e6066b256e9b]::sugar::NamedArguments<&str, rustbook[3f46124814f1185b]::query_transformation::QueryBoxed>,)>>::call
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/ops/function.rs:263:22
[INFO] [stdout]   23:     0x5598b4a2c767 - proptest[b103e6066b256e9b]::test_runner::runner::call_test::<proptest[b103e6066b256e9b]::sugar::NamedArguments<&str, rustbook[3f46124814f1185b]::query_transformation::QueryBoxed>, &rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#1}, alloc[dad09f3a48280dba]::vec::into_iter::IntoIter<core[d17f6591d688f3bd]::result::Result<(), proptest[b103e6066b256e9b]::test_runner::errors::TestCaseError>>>::{closure#3}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:256:49
[INFO] [stdout]   24:     0x5598b4a23808 - <core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<proptest[b103e6066b256e9b]::test_runner::runner::call_test<proptest[b103e6066b256e9b]::sugar::NamedArguments<&str, rustbook[3f46124814f1185b]::query_transformation::QueryBoxed>, &rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#1}, alloc[dad09f3a48280dba]::vec::into_iter::IntoIter<core[d17f6591d688f3bd]::result::Result<(), proptest[b103e6066b256e9b]::test_runner::errors::TestCaseError>>>::{closure#3}> as core[d17f6591d688f3bd]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   25:     0x5598b4a387fd - std[fce30c26ee6459b]::panicking::catch_unwind::do_call::<core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<proptest[b103e6066b256e9b]::test_runner::runner::call_test<proptest[b103e6066b256e9b]::sugar::NamedArguments<&str, rustbook[3f46124814f1185b]::query_transformation::QueryBoxed>, &rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#1}, alloc[dad09f3a48280dba]::vec::into_iter::IntoIter<core[d17f6591d688f3bd]::result::Result<(), proptest[b103e6066b256e9b]::test_runner::errors::TestCaseError>>>::{closure#3}>, core[d17f6591d688f3bd]::result::Result<(), proptest[b103e6066b256e9b]::test_runner::errors::TestCaseError>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:581:40
[INFO] [stdout]   26:     0x5598b4a367db - __rust_try
[INFO] [stdout]   27:     0x5598b4a2fe01 - std[fce30c26ee6459b]::panicking::catch_unwind::<core[d17f6591d688f3bd]::result::Result<(), proptest[b103e6066b256e9b]::test_runner::errors::TestCaseError>, core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<proptest[b103e6066b256e9b]::test_runner::runner::call_test<proptest[b103e6066b256e9b]::sugar::NamedArguments<&str, rustbook[3f46124814f1185b]::query_transformation::QueryBoxed>, &rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#1}, alloc[dad09f3a48280dba]::vec::into_iter::IntoIter<core[d17f6591d688f3bd]::result::Result<(), proptest[b103e6066b256e9b]::test_runner::errors::TestCaseError>>>::{closure#3}>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:544:19
[INFO] [stdout]   28:     0x5598b4a2fe01 - std[fce30c26ee6459b]::panic::catch_unwind::<core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<proptest[b103e6066b256e9b]::test_runner::runner::call_test<proptest[b103e6066b256e9b]::sugar::NamedArguments<&str, rustbook[3f46124814f1185b]::query_transformation::QueryBoxed>, &rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#1}, alloc[dad09f3a48280dba]::vec::into_iter::IntoIter<core[d17f6591d688f3bd]::result::Result<(), proptest[b103e6066b256e9b]::test_runner::errors::TestCaseError>>>::{closure#3}>, core[d17f6591d688f3bd]::result::Result<(), proptest[b103e6066b256e9b]::test_runner::errors::TestCaseError>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panic.rs:359:14
[INFO] [stdout]   29:     0x5598b4a2b3a4 - proptest[b103e6066b256e9b]::test_runner::runner::call_test::<proptest[b103e6066b256e9b]::sugar::NamedArguments<&str, rustbook[3f46124814f1185b]::query_transformation::QueryBoxed>, &rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#1}, alloc[dad09f3a48280dba]::vec::into_iter::IntoIter<core[d17f6591d688f3bd]::result::Result<(), proptest[b103e6066b256e9b]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:256:9
[INFO] [stdout]   30:     0x5598b4a297d7 - <proptest[b103e6066b256e9b]::test_runner::runner::TestRunner>::shrink::<proptest[b103e6066b256e9b]::strategy::map::Map<alloc[dad09f3a48280dba]::boxed::Box<dyn proptest[b103e6066b256e9b]::strategy::traits::ValueTree<Value = rustbook[3f46124814f1185b]::query_transformation::QueryBoxed>>, rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#0}>, &rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#1}, alloc[dad09f3a48280dba]::vec::into_iter::IntoIter<core[d17f6591d688f3bd]::result::Result<(), proptest[b103e6066b256e9b]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:845:30
[INFO] [stdout]   31:     0x5598b4a2743e - <proptest[b103e6066b256e9b]::test_runner::runner::TestRunner>::run_one_with_replay::<proptest[b103e6066b256e9b]::strategy::map::Map<alloc[dad09f3a48280dba]::boxed::Box<dyn proptest[b103e6066b256e9b]::strategy::traits::ValueTree<Value = rustbook[3f46124814f1185b]::query_transformation::QueryBoxed>>, rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#0}>, &rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#1}, alloc[dad09f3a48280dba]::vec::into_iter::IntoIter<core[d17f6591d688f3bd]::result::Result<(), proptest[b103e6066b256e9b]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:736:22
[INFO] [stdout]   32:     0x5598b4a26c9a - <proptest[b103e6066b256e9b]::test_runner::runner::TestRunner>::gen_and_run_case::<proptest[b103e6066b256e9b]::strategy::map::Map<proptest[b103e6066b256e9b]::strategy::recursive::Recursive<rustbook[3f46124814f1185b]::query_transformation::QueryBoxed, rustbook[3f46124814f1185b]::query_transformation::tests::arb_query::{closure#1}>, rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#0}>, rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#1}, alloc[dad09f3a48280dba]::vec::into_iter::IntoIter<core[d17f6591d688f3bd]::result::Result<(), proptest[b103e6066b256e9b]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:664:28
[INFO] [stdout]   33:     0x5598b4a28165 - <proptest[b103e6066b256e9b]::test_runner::runner::TestRunner>::run_in_process_with_replay::<proptest[b103e6066b256e9b]::strategy::map::Map<proptest[b103e6066b256e9b]::strategy::recursive::Recursive<rustbook[3f46124814f1185b]::query_transformation::QueryBoxed, rustbook[3f46124814f1185b]::query_transformation::tests::arb_query::{closure#1}>, rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#0}>, rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#1}, alloc[dad09f3a48280dba]::vec::into_iter::IntoIter<core[d17f6591d688f3bd]::result::Result<(), proptest[b103e6066b256e9b]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:613:31
[INFO] [stdout]   34:     0x5598b4a26a10 - <proptest[b103e6066b256e9b]::test_runner::runner::TestRunner>::run_in_process::<proptest[b103e6066b256e9b]::strategy::map::Map<proptest[b103e6066b256e9b]::strategy::recursive::Recursive<rustbook[3f46124814f1185b]::query_transformation::QueryBoxed, rustbook[3f46124814f1185b]::query_transformation::tests::arb_query::{closure#1}>, rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#0}>, rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#1}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:570:14
[INFO] [stdout]   35:     0x5598b4a2914f - <proptest[b103e6066b256e9b]::test_runner::runner::TestRunner>::run::<proptest[b103e6066b256e9b]::strategy::map::Map<proptest[b103e6066b256e9b]::strategy::recursive::Recursive<rustbook[3f46124814f1185b]::query_transformation::QueryBoxed, rustbook[3f46124814f1185b]::query_transformation::tests::arb_query::{closure#1}>, rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#0}>, rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#1}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:413:18
[INFO] [stdout]   36:     0x5598b4a32ffe - rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/sugar.rs:163:17
[INFO] [stdout]   37:     0x5598b4a312d7 - rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/sugar.rs:159:28
[INFO] [stdout]   38:     0x5598b4a24036 - <rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#0} as core[d17f6591d688f3bd]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   39:     0x5598b4a3cd9b - <fn() -> core[d17f6591d688f3bd]::result::Result<(), alloc[dad09f3a48280dba]::string::String> as core[d17f6591d688f3bd]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   40:     0x5598b4a3cd9b - test[9653f4f1d2ca1489]::__rust_begin_short_backtrace::<core[d17f6591d688f3bd]::result::Result<(), alloc[dad09f3a48280dba]::string::String>, fn() -> core[d17f6591d688f3bd]::result::Result<(), alloc[dad09f3a48280dba]::string::String>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/test/src/lib.rs:724:18
[INFO] [stdout]   41:     0x5598b4a4a58b - test[9653f4f1d2ca1489]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/test/src/lib.rs:747:74
[INFO] [stdout]   42:     0x5598b4a4a58b - <core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<test[9653f4f1d2ca1489]::run_test_in_process::{closure#0}> as core[d17f6591d688f3bd]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   43:     0x5598b4a4a58b - std[fce30c26ee6459b]::panicking::catch_unwind::do_call::<core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<test[9653f4f1d2ca1489]::run_test_in_process::{closure#0}>, core[d17f6591d688f3bd]::result::Result<(), alloc[dad09f3a48280dba]::string::String>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:581:40
[INFO] [stdout]   44:     0x5598b4a4a58b - std[fce30c26ee6459b]::panicking::catch_unwind::<core[d17f6591d688f3bd]::result::Result<(), alloc[dad09f3a48280dba]::string::String>, core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<test[9653f4f1d2ca1489]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:544:19
[INFO] [stdout]   45:     0x5598b4a4a58b - std[fce30c26ee6459b]::panic::catch_unwind::<core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<test[9653f4f1d2ca1489]::run_test_in_process::{closure#0}>, core[d17f6591d688f3bd]::result::Result<(), alloc[dad09f3a48280dba]::string::String>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panic.rs:359:14
[INFO] [stdout]   46:     0x5598b4a4a58b - test[9653f4f1d2ca1489]::run_test_in_process
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/test/src/lib.rs:747:27
[INFO] [stdout]   47:     0x5598b4a4a58b - test[9653f4f1d2ca1489]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/test/src/lib.rs:668:43
[INFO] [stdout]   48:     0x5598b4a43ca4 - test[9653f4f1d2ca1489]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/test/src/lib.rs:698:41
[INFO] [stdout]   49:     0x5598b4a43ca4 - std[fce30c26ee6459b]::sys::backtrace::__rust_begin_short_backtrace::<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   50:     0x5598b4a4d192 - std[fce30c26ee6459b]::thread::lifecycle::spawn_unchecked::<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/thread/lifecycle.rs:70:13
[INFO] [stdout]   51:     0x5598b4a4d192 - <core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<std[fce30c26ee6459b]::thread::lifecycle::spawn_unchecked<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[d17f6591d688f3bd]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   52:     0x5598b4a4d192 - std[fce30c26ee6459b]::panicking::catch_unwind::do_call::<core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<std[fce30c26ee6459b]::thread::lifecycle::spawn_unchecked<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:581:40
[INFO] [stdout]   53:     0x5598b4a4d192 - std[fce30c26ee6459b]::panicking::catch_unwind::<(), core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<std[fce30c26ee6459b]::thread::lifecycle::spawn_unchecked<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:544:19
[INFO] [stdout]   54:     0x5598b4a4d192 - std[fce30c26ee6459b]::panic::catch_unwind::<core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<std[fce30c26ee6459b]::thread::lifecycle::spawn_unchecked<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panic.rs:359:14
[INFO] [stdout]   55:     0x5598b4a4d192 - std[fce30c26ee6459b]::thread::lifecycle::spawn_unchecked::<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/thread/lifecycle.rs:68:26
[INFO] [stdout]   56:     0x5598b4a4d192 - <std[fce30c26ee6459b]::thread::lifecycle::spawn_unchecked<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>::{closure#1} as core[d17f6591d688f3bd]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   57:     0x5598b4bbf51f - <alloc[dad09f3a48280dba]::boxed::Box<dyn core[d17f6591d688f3bd]::ops::function::FnOnce<(), Output = ()> + core[d17f6591d688f3bd]::marker::Send> as core[d17f6591d688f3bd]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/alloc/src/boxed.rs:2271:9
[INFO] [stdout]   58:     0x5598b4bbf51f - <std[fce30c26ee6459b]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/sys/thread/unix.rs:118:17
[INFO] [stdout]   59:     0x76e42426eaa4 - <unknown>
[INFO] [stdout]   60:     0x76e4242fba64 - clone
[INFO] [stdout]   61:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] thread 'query_transformation::tests::all_impls_match' (17) panicked at src/query_transformation.rs:224:13:
[INFO] [stdout] assertion `left == right` failed
[INFO] [stdout]   left: Ok("(oe=hmjldfuhrigtymylwjvvzbiocqzt) OR ((a=vqmt) OR (oe=hmjldfuhrigtymylwjvvzbiocqzt))")
[INFO] [stdout]  right: Ok("(a=a) OR ((a=vqmt) OR (oe=hmjldfuhrigtymylwjvvzbiocqzt))")
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x5598b4bbfc0a - std[fce30c26ee6459b]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x5598b4bbfc0a - std[fce30c26ee6459b]::backtrace_rs::backtrace::trace_unsynchronized::<std[fce30c26ee6459b]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x5598b4bbfc0a - std[fce30c26ee6459b]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x5598b4bbfc0a - <<std[fce30c26ee6459b]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[d17f6591d688f3bd]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x5598b4bd51ea - <core[d17f6591d688f3bd]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x5598b4bd51ea - core[d17f6591d688f3bd]::fmt::write
[INFO] [stdout]    6:     0x5598b4bc4852 - std[fce30c26ee6459b]::io::default_write_fmt::<alloc[dad09f3a48280dba]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/io/mod.rs:621:11
[INFO] [stdout]    7:     0x5598b4bc4852 - <alloc[dad09f3a48280dba]::vec::Vec<u8> as std[fce30c26ee6459b]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/io/mod.rs:1976:13
[INFO] [stdout]    8:     0x5598b4b9d45f - <std[fce30c26ee6459b]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x5598b4b9d45f - std[fce30c26ee6459b]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x5598b4bb7f09 - std[fce30c26ee6459b]::panicking::default_hook
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x5598b4a49abc - <alloc[dad09f3a48280dba]::boxed::Box<dyn for<'a, 'b> core[d17f6591d688f3bd]::ops::function::Fn<(&'a std[fce30c26ee6459b]::panic::PanicHookInfo<'b>,), Output = ()> + core[d17f6591d688f3bd]::marker::Sync + core[d17f6591d688f3bd]::marker::Send> as core[d17f6591d688f3bd]::ops::function::Fn<(&std[fce30c26ee6459b]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/alloc/src/boxed.rs:2285:9
[INFO] [stdout]   12:     0x5598b4a49abc - test[9653f4f1d2ca1489]::test_main_inner::<test[9653f4f1d2ca1489]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/test/src/lib.rs:155:21
[INFO] [stdout]   13:     0x5598b4bb80c2 - <alloc[dad09f3a48280dba]::boxed::Box<dyn for<'a, 'b> core[d17f6591d688f3bd]::ops::function::Fn<(&'a std[fce30c26ee6459b]::panic::PanicHookInfo<'b>,), Output = ()> + core[d17f6591d688f3bd]::marker::Sync + core[d17f6591d688f3bd]::marker::Send> as core[d17f6591d688f3bd]::ops::function::Fn<(&std[fce30c26ee6459b]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/alloc/src/boxed.rs:2285:9
[INFO] [stdout]   14:     0x5598b4bb80c2 - std[fce30c26ee6459b]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x5598b4b9d518 - std[fce30c26ee6459b]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:698:13
[INFO] [stdout]   16:     0x5598b4b92619 - std[fce30c26ee6459b]::sys::backtrace::__rust_end_short_backtrace::<std[fce30c26ee6459b]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x5598b4b9e22d - __rustc[de152adb51f02556]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x5598b4bd5a2c - core[d17f6591d688f3bd]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x5598b4bd58e3 - core[d17f6591d688f3bd]::panicking::assert_failed_inner
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/panicking.rs:439:17
[INFO] [stdout]   20:     0x5598b4a3828d - core[d17f6591d688f3bd]::panicking::assert_failed::<core[d17f6591d688f3bd]::result::Result<alloc[dad09f3a48280dba]::string::String, rustbook[3f46124814f1185b]::query_transformation::PrintError>, core[d17f6591d688f3bd]::result::Result<alloc[dad09f3a48280dba]::string::String, rustbook[3f46124814f1185b]::query_transformation::PrintError>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/panicking.rs:394:5
[INFO] [stdout]   21:     0x5598b4a31665 - rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#1}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/query_transformation.rs:224:13
[INFO] [stdout]   22:     0x5598b4a33ef7 - <&rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#1} as core[d17f6591d688f3bd]::ops::function::Fn<(proptest[b103e6066b256e9b]::sugar::NamedArguments<&str, rustbook[3f46124814f1185b]::query_transformation::QueryBoxed>,)>>::call
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/ops/function.rs:263:22
[INFO] [stdout]   23:     0x5598b4a2c767 - proptest[b103e6066b256e9b]::test_runner::runner::call_test::<proptest[b103e6066b256e9b]::sugar::NamedArguments<&str, rustbook[3f46124814f1185b]::query_transformation::QueryBoxed>, &rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#1}, alloc[dad09f3a48280dba]::vec::into_iter::IntoIter<core[d17f6591d688f3bd]::result::Result<(), proptest[b103e6066b256e9b]::test_runner::errors::TestCaseError>>>::{closure#3}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:256:49
[INFO] [stdout]   24:     0x5598b4a23808 - <core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<proptest[b103e6066b256e9b]::test_runner::runner::call_test<proptest[b103e6066b256e9b]::sugar::NamedArguments<&str, rustbook[3f46124814f1185b]::query_transformation::QueryBoxed>, &rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#1}, alloc[dad09f3a48280dba]::vec::into_iter::IntoIter<core[d17f6591d688f3bd]::result::Result<(), proptest[b103e6066b256e9b]::test_runner::errors::TestCaseError>>>::{closure#3}> as core[d17f6591d688f3bd]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   25:     0x5598b4a387fd - std[fce30c26ee6459b]::panicking::catch_unwind::do_call::<core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<proptest[b103e6066b256e9b]::test_runner::runner::call_test<proptest[b103e6066b256e9b]::sugar::NamedArguments<&str, rustbook[3f46124814f1185b]::query_transformation::QueryBoxed>, &rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#1}, alloc[dad09f3a48280dba]::vec::into_iter::IntoIter<core[d17f6591d688f3bd]::result::Result<(), proptest[b103e6066b256e9b]::test_runner::errors::TestCaseError>>>::{closure#3}>, core[d17f6591d688f3bd]::result::Result<(), proptest[b103e6066b256e9b]::test_runner::errors::TestCaseError>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:581:40
[INFO] [stdout]   26:     0x5598b4a367db - __rust_try
[INFO] [stdout]   27:     0x5598b4a2fe01 - std[fce30c26ee6459b]::panicking::catch_unwind::<core[d17f6591d688f3bd]::result::Result<(), proptest[b103e6066b256e9b]::test_runner::errors::TestCaseError>, core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<proptest[b103e6066b256e9b]::test_runner::runner::call_test<proptest[b103e6066b256e9b]::sugar::NamedArguments<&str, rustbook[3f46124814f1185b]::query_transformation::QueryBoxed>, &rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#1}, alloc[dad09f3a48280dba]::vec::into_iter::IntoIter<core[d17f6591d688f3bd]::result::Result<(), proptest[b103e6066b256e9b]::test_runner::errors::TestCaseError>>>::{closure#3}>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:544:19
[INFO] [stdout]   28:     0x5598b4a2fe01 - std[fce30c26ee6459b]::panic::catch_unwind::<core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<proptest[b103e6066b256e9b]::test_runner::runner::call_test<proptest[b103e6066b256e9b]::sugar::NamedArguments<&str, rustbook[3f46124814f1185b]::query_transformation::QueryBoxed>, &rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#1}, alloc[dad09f3a48280dba]::vec::into_iter::IntoIter<core[d17f6591d688f3bd]::result::Result<(), proptest[b103e6066b256e9b]::test_runner::errors::TestCaseError>>>::{closure#3}>, core[d17f6591d688f3bd]::result::Result<(), proptest[b103e6066b256e9b]::test_runner::errors::TestCaseError>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panic.rs:359:14
[INFO] [stdout]   29:     0x5598b4a2b3a4 - proptest[b103e6066b256e9b]::test_runner::runner::call_test::<proptest[b103e6066b256e9b]::sugar::NamedArguments<&str, rustbook[3f46124814f1185b]::query_transformation::QueryBoxed>, &rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#1}, alloc[dad09f3a48280dba]::vec::into_iter::IntoIter<core[d17f6591d688f3bd]::result::Result<(), proptest[b103e6066b256e9b]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:256:9
[INFO] [stdout]   30:     0x5598b4a297d7 - <proptest[b103e6066b256e9b]::test_runner::runner::TestRunner>::shrink::<proptest[b103e6066b256e9b]::strategy::map::Map<alloc[dad09f3a48280dba]::boxed::Box<dyn proptest[b103e6066b256e9b]::strategy::traits::ValueTree<Value = rustbook[3f46124814f1185b]::query_transformation::QueryBoxed>>, rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#0}>, &rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#1}, alloc[dad09f3a48280dba]::vec::into_iter::IntoIter<core[d17f6591d688f3bd]::result::Result<(), proptest[b103e6066b256e9b]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:845:30
[INFO] [stdout]   31:     0x5598b4a2743e - <proptest[b103e6066b256e9b]::test_runner::runner::TestRunner>::run_one_with_replay::<proptest[b103e6066b256e9b]::strategy::map::Map<alloc[dad09f3a48280dba]::boxed::Box<dyn proptest[b103e6066b256e9b]::strategy::traits::ValueTree<Value = rustbook[3f46124814f1185b]::query_transformation::QueryBoxed>>, rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#0}>, &rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#1}, alloc[dad09f3a48280dba]::vec::into_iter::IntoIter<core[d17f6591d688f3bd]::result::Result<(), proptest[b103e6066b256e9b]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:736:22
[INFO] [stdout]   32:     0x5598b4a26c9a - <proptest[b103e6066b256e9b]::test_runner::runner::TestRunner>::gen_and_run_case::<proptest[b103e6066b256e9b]::strategy::map::Map<proptest[b103e6066b256e9b]::strategy::recursive::Recursive<rustbook[3f46124814f1185b]::query_transformation::QueryBoxed, rustbook[3f46124814f1185b]::query_transformation::tests::arb_query::{closure#1}>, rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#0}>, rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#1}, alloc[dad09f3a48280dba]::vec::into_iter::IntoIter<core[d17f6591d688f3bd]::result::Result<(), proptest[b103e6066b256e9b]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:664:28
[INFO] [stdout]   33:     0x5598b4a28165 - <proptest[b103e6066b256e9b]::test_runner::runner::TestRunner>::run_in_process_with_replay::<proptest[b103e6066b256e9b]::strategy::map::Map<proptest[b103e6066b256e9b]::strategy::recursive::Recursive<rustbook[3f46124814f1185b]::query_transformation::QueryBoxed, rustbook[3f46124814f1185b]::query_transformation::tests::arb_query::{closure#1}>, rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#0}>, rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#1}, alloc[dad09f3a48280dba]::vec::into_iter::IntoIter<core[d17f6591d688f3bd]::result::Result<(), proptest[b103e6066b256e9b]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:613:31
[INFO] [stdout]   34:     0x5598b4a26a10 - <proptest[b103e6066b256e9b]::test_runner::runner::TestRunner>::run_in_process::<proptest[b103e6066b256e9b]::strategy::map::Map<proptest[b103e6066b256e9b]::strategy::recursive::Recursive<rustbook[3f46124814f1185b]::query_transformation::QueryBoxed, rustbook[3f46124814f1185b]::query_transformation::tests::arb_query::{closure#1}>, rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#0}>, rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#1}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:570:14
[INFO] [stdout]   35:     0x5598b4a2914f - <proptest[b103e6066b256e9b]::test_runner::runner::TestRunner>::run::<proptest[b103e6066b256e9b]::strategy::map::Map<proptest[b103e6066b256e9b]::strategy::recursive::Recursive<rustbook[3f46124814f1185b]::query_transformation::QueryBoxed, rustbook[3f46124814f1185b]::query_transformation::tests::arb_query::{closure#1}>, rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#0}>, rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#1}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:413:18
[INFO] [stdout]   36:     0x5598b4a32ffe - rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/sugar.rs:163:17
[INFO] [stdout]   37:     0x5598b4a312d7 - rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/sugar.rs:159:28
[INFO] [stdout]   38:     0x5598b4a24036 - <rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#0} as core[d17f6591d688f3bd]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   39:     0x5598b4a3cd9b - <fn() -> core[d17f6591d688f3bd]::result::Result<(), alloc[dad09f3a48280dba]::string::String> as core[d17f6591d688f3bd]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   40:     0x5598b4a3cd9b - test[9653f4f1d2ca1489]::__rust_begin_short_backtrace::<core[d17f6591d688f3bd]::result::Result<(), alloc[dad09f3a48280dba]::string::String>, fn() -> core[d17f6591d688f3bd]::result::Result<(), alloc[dad09f3a48280dba]::string::String>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/test/src/lib.rs:724:18
[INFO] [stdout]   41:     0x5598b4a4a58b - test[9653f4f1d2ca1489]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/test/src/lib.rs:747:74
[INFO] [stdout]   42:     0x5598b4a4a58b - <core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<test[9653f4f1d2ca1489]::run_test_in_process::{closure#0}> as core[d17f6591d688f3bd]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   43:     0x5598b4a4a58b - std[fce30c26ee6459b]::panicking::catch_unwind::do_call::<core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<test[9653f4f1d2ca1489]::run_test_in_process::{closure#0}>, core[d17f6591d688f3bd]::result::Result<(), alloc[dad09f3a48280dba]::string::String>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:581:40
[INFO] [stdout]   44:     0x5598b4a4a58b - std[fce30c26ee6459b]::panicking::catch_unwind::<core[d17f6591d688f3bd]::result::Result<(), alloc[dad09f3a48280dba]::string::String>, core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<test[9653f4f1d2ca1489]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:544:19
[INFO] [stdout]   45:     0x5598b4a4a58b - std[fce30c26ee6459b]::panic::catch_unwind::<core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<test[9653f4f1d2ca1489]::run_test_in_process::{closure#0}>, core[d17f6591d688f3bd]::result::Result<(), alloc[dad09f3a48280dba]::string::String>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panic.rs:359:14
[INFO] [stdout]   46:     0x5598b4a4a58b - test[9653f4f1d2ca1489]::run_test_in_process
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/test/src/lib.rs:747:27
[INFO] [stdout]   47:     0x5598b4a4a58b - test[9653f4f1d2ca1489]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/test/src/lib.rs:668:43
[INFO] [stdout]   48:     0x5598b4a43ca4 - test[9653f4f1d2ca1489]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/test/src/lib.rs:698:41
[INFO] [stdout]   49:     0x5598b4a43ca4 - std[fce30c26ee6459b]::sys::backtrace::__rust_begin_short_backtrace::<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   50:     0x5598b4a4d192 - std[fce30c26ee6459b]::thread::lifecycle::spawn_unchecked::<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/thread/lifecycle.rs:70:13
[INFO] [stdout]   51:     0x5598b4a4d192 - <core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<std[fce30c26ee6459b]::thread::lifecycle::spawn_unchecked<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[d17f6591d688f3bd]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   52:     0x5598b4a4d192 - std[fce30c26ee6459b]::panicking::catch_unwind::do_call::<core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<std[fce30c26ee6459b]::thread::lifecycle::spawn_unchecked<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:581:40
[INFO] [stdout]   53:     0x5598b4a4d192 - std[fce30c26ee6459b]::panicking::catch_unwind::<(), core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<std[fce30c26ee6459b]::thread::lifecycle::spawn_unchecked<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:544:19
[INFO] [stdout]   54:     0x5598b4a4d192 - std[fce30c26ee6459b]::panic::catch_unwind::<core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<std[fce30c26ee6459b]::thread::lifecycle::spawn_unchecked<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panic.rs:359:14
[INFO] [stdout]   55:     0x5598b4a4d192 - std[fce30c26ee6459b]::thread::lifecycle::spawn_unchecked::<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/thread/lifecycle.rs:68:26
[INFO] [stdout]   56:     0x5598b4a4d192 - <std[fce30c26ee6459b]::thread::lifecycle::spawn_unchecked<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>::{closure#1} as core[d17f6591d688f3bd]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   57:     0x5598b4bbf51f - <alloc[dad09f3a48280dba]::boxed::Box<dyn core[d17f6591d688f3bd]::ops::function::FnOnce<(), Output = ()> + core[d17f6591d688f3bd]::marker::Send> as core[d17f6591d688f3bd]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/alloc/src/boxed.rs:2271:9
[INFO] [stdout]   58:     0x5598b4bbf51f - <std[fce30c26ee6459b]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/sys/thread/unix.rs:118:17
[INFO] [stdout]   59:     0x76e42426eaa4 - <unknown>
[INFO] [stdout]   60:     0x76e4242fba64 - clone
[INFO] [stdout]   61:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] thread 'query_transformation::tests::all_impls_match' (17) panicked at src/query_transformation.rs:224:13:
[INFO] [stdout] assertion `left == right` failed
[INFO] [stdout]   left: Ok("(oe=hmjldfuhrigtymylwjvvzbiocqzt) OR ((a=qmt) OR (oe=hmjldfuhrigtymylwjvvzbiocqzt))")
[INFO] [stdout]  right: Ok("(a=a) OR ((a=qmt) OR (oe=hmjldfuhrigtymylwjvvzbiocqzt))")
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x5598b4bbfc0a - std[fce30c26ee6459b]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x5598b4bbfc0a - std[fce30c26ee6459b]::backtrace_rs::backtrace::trace_unsynchronized::<std[fce30c26ee6459b]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x5598b4bbfc0a - std[fce30c26ee6459b]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x5598b4bbfc0a - <<std[fce30c26ee6459b]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[d17f6591d688f3bd]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x5598b4bd51ea - <core[d17f6591d688f3bd]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x5598b4bd51ea - core[d17f6591d688f3bd]::fmt::write
[INFO] [stdout]    6:     0x5598b4bc4852 - std[fce30c26ee6459b]::io::default_write_fmt::<alloc[dad09f3a48280dba]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/io/mod.rs:621:11
[INFO] [stdout]    7:     0x5598b4bc4852 - <alloc[dad09f3a48280dba]::vec::Vec<u8> as std[fce30c26ee6459b]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/io/mod.rs:1976:13
[INFO] [stdout]    8:     0x5598b4b9d45f - <std[fce30c26ee6459b]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x5598b4b9d45f - std[fce30c26ee6459b]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x5598b4bb7f09 - std[fce30c26ee6459b]::panicking::default_hook
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x5598b4a49abc - <alloc[dad09f3a48280dba]::boxed::Box<dyn for<'a, 'b> core[d17f6591d688f3bd]::ops::function::Fn<(&'a std[fce30c26ee6459b]::panic::PanicHookInfo<'b>,), Output = ()> + core[d17f6591d688f3bd]::marker::Sync + core[d17f6591d688f3bd]::marker::Send> as core[d17f6591d688f3bd]::ops::function::Fn<(&std[fce30c26ee6459b]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/alloc/src/boxed.rs:2285:9
[INFO] [stdout]   12:     0x5598b4a49abc - test[9653f4f1d2ca1489]::test_main_inner::<test[9653f4f1d2ca1489]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/test/src/lib.rs:155:21
[INFO] [stdout]   13:     0x5598b4bb80c2 - <alloc[dad09f3a48280dba]::boxed::Box<dyn for<'a, 'b> core[d17f6591d688f3bd]::ops::function::Fn<(&'a std[fce30c26ee6459b]::panic::PanicHookInfo<'b>,), Output = ()> + core[d17f6591d688f3bd]::marker::Sync + core[d17f6591d688f3bd]::marker::Send> as core[d17f6591d688f3bd]::ops::function::Fn<(&std[fce30c26ee6459b]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/alloc/src/boxed.rs:2285:9
[INFO] [stdout]   14:     0x5598b4bb80c2 - std[fce30c26ee6459b]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x5598b4b9d518 - std[fce30c26ee6459b]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:698:13
[INFO] [stdout]   16:     0x5598b4b92619 - std[fce30c26ee6459b]::sys::backtrace::__rust_end_short_backtrace::<std[fce30c26ee6459b]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x5598b4b9e22d - __rustc[de152adb51f02556]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x5598b4bd5a2c - core[d17f6591d688f3bd]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x5598b4bd58e3 - core[d17f6591d688f3bd]::panicking::assert_failed_inner
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/panicking.rs:439:17
[INFO] [stdout]   20:     0x5598b4a3828d - core[d17f6591d688f3bd]::panicking::assert_failed::<core[d17f6591d688f3bd]::result::Result<alloc[dad09f3a48280dba]::string::String, rustbook[3f46124814f1185b]::query_transformation::PrintError>, core[d17f6591d688f3bd]::result::Result<alloc[dad09f3a48280dba]::string::String, rustbook[3f46124814f1185b]::query_transformation::PrintError>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/panicking.rs:394:5
[INFO] [stdout]   21:     0x5598b4a31665 - rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#1}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/query_transformation.rs:224:13
[INFO] [stdout]   22:     0x5598b4a33ef7 - <&rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#1} as core[d17f6591d688f3bd]::ops::function::Fn<(proptest[b103e6066b256e9b]::sugar::NamedArguments<&str, rustbook[3f46124814f1185b]::query_transformation::QueryBoxed>,)>>::call
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/ops/function.rs:263:22
[INFO] [stdout]   23:     0x5598b4a2c767 - proptest[b103e6066b256e9b]::test_runner::runner::call_test::<proptest[b103e6066b256e9b]::sugar::NamedArguments<&str, rustbook[3f46124814f1185b]::query_transformation::QueryBoxed>, &rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#1}, alloc[dad09f3a48280dba]::vec::into_iter::IntoIter<core[d17f6591d688f3bd]::result::Result<(), proptest[b103e6066b256e9b]::test_runner::errors::TestCaseError>>>::{closure#3}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:256:49
[INFO] [stdout]   24:     0x5598b4a23808 - <core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<proptest[b103e6066b256e9b]::test_runner::runner::call_test<proptest[b103e6066b256e9b]::sugar::NamedArguments<&str, rustbook[3f46124814f1185b]::query_transformation::QueryBoxed>, &rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#1}, alloc[dad09f3a48280dba]::vec::into_iter::IntoIter<core[d17f6591d688f3bd]::result::Result<(), proptest[b103e6066b256e9b]::test_runner::errors::TestCaseError>>>::{closure#3}> as core[d17f6591d688f3bd]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   25:     0x5598b4a387fd - std[fce30c26ee6459b]::panicking::catch_unwind::do_call::<core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<proptest[b103e6066b256e9b]::test_runner::runner::call_test<proptest[b103e6066b256e9b]::sugar::NamedArguments<&str, rustbook[3f46124814f1185b]::query_transformation::QueryBoxed>, &rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#1}, alloc[dad09f3a48280dba]::vec::into_iter::IntoIter<core[d17f6591d688f3bd]::result::Result<(), proptest[b103e6066b256e9b]::test_runner::errors::TestCaseError>>>::{closure#3}>, core[d17f6591d688f3bd]::result::Result<(), proptest[b103e6066b256e9b]::test_runner::errors::TestCaseError>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:581:40
[INFO] [stdout]   26:     0x5598b4a367db - __rust_try
[INFO] [stdout]   27:     0x5598b4a2fe01 - std[fce30c26ee6459b]::panicking::catch_unwind::<core[d17f6591d688f3bd]::result::Result<(), proptest[b103e6066b256e9b]::test_runner::errors::TestCaseError>, core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<proptest[b103e6066b256e9b]::test_runner::runner::call_test<proptest[b103e6066b256e9b]::sugar::NamedArguments<&str, rustbook[3f46124814f1185b]::query_transformation::QueryBoxed>, &rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#1}, alloc[dad09f3a48280dba]::vec::into_iter::IntoIter<core[d17f6591d688f3bd]::result::Result<(), proptest[b103e6066b256e9b]::test_runner::errors::TestCaseError>>>::{closure#3}>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:544:19
[INFO] [stdout]   28:     0x5598b4a2fe01 - std[fce30c26ee6459b]::panic::catch_unwind::<core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<proptest[b103e6066b256e9b]::test_runner::runner::call_test<proptest[b103e6066b256e9b]::sugar::NamedArguments<&str, rustbook[3f46124814f1185b]::query_transformation::QueryBoxed>, &rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#1}, alloc[dad09f3a48280dba]::vec::into_iter::IntoIter<core[d17f6591d688f3bd]::result::Result<(), proptest[b103e6066b256e9b]::test_runner::errors::TestCaseError>>>::{closure#3}>, core[d17f6591d688f3bd]::result::Result<(), proptest[b103e6066b256e9b]::test_runner::errors::TestCaseError>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panic.rs:359:14
[INFO] [stdout]   29:     0x5598b4a2b3a4 - proptest[b103e6066b256e9b]::test_runner::runner::call_test::<proptest[b103e6066b256e9b]::sugar::NamedArguments<&str, rustbook[3f46124814f1185b]::query_transformation::QueryBoxed>, &rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#1}, alloc[dad09f3a48280dba]::vec::into_iter::IntoIter<core[d17f6591d688f3bd]::result::Result<(), proptest[b103e6066b256e9b]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:256:9
[INFO] [stdout]   30:     0x5598b4a297d7 - <proptest[b103e6066b256e9b]::test_runner::runner::TestRunner>::shrink::<proptest[b103e6066b256e9b]::strategy::map::Map<alloc[dad09f3a48280dba]::boxed::Box<dyn proptest[b103e6066b256e9b]::strategy::traits::ValueTree<Value = rustbook[3f46124814f1185b]::query_transformation::QueryBoxed>>, rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#0}>, &rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#1}, alloc[dad09f3a48280dba]::vec::into_iter::IntoIter<core[d17f6591d688f3bd]::result::Result<(), proptest[b103e6066b256e9b]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:845:30
[INFO] [stdout]   31:     0x5598b4a2743e - <proptest[b103e6066b256e9b]::test_runner::runner::TestRunner>::run_one_with_replay::<proptest[b103e6066b256e9b]::strategy::map::Map<alloc[dad09f3a48280dba]::boxed::Box<dyn proptest[b103e6066b256e9b]::strategy::traits::ValueTree<Value = rustbook[3f46124814f1185b]::query_transformation::QueryBoxed>>, rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#0}>, &rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#1}, alloc[dad09f3a48280dba]::vec::into_iter::IntoIter<core[d17f6591d688f3bd]::result::Result<(), proptest[b103e6066b256e9b]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:736:22
[INFO] [stdout]   32:     0x5598b4a26c9a - <proptest[b103e6066b256e9b]::test_runner::runner::TestRunner>::gen_and_run_case::<proptest[b103e6066b256e9b]::strategy::map::Map<proptest[b103e6066b256e9b]::strategy::recursive::Recursive<rustbook[3f46124814f1185b]::query_transformation::QueryBoxed, rustbook[3f46124814f1185b]::query_transformation::tests::arb_query::{closure#1}>, rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#0}>, rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#1}, alloc[dad09f3a48280dba]::vec::into_iter::IntoIter<core[d17f6591d688f3bd]::result::Result<(), proptest[b103e6066b256e9b]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:664:28
[INFO] [stdout]   33:     0x5598b4a28165 - <proptest[b103e6066b256e9b]::test_runner::runner::TestRunner>::run_in_process_with_replay::<proptest[b103e6066b256e9b]::strategy::map::Map<proptest[b103e6066b256e9b]::strategy::recursive::Recursive<rustbook[3f46124814f1185b]::query_transformation::QueryBoxed, rustbook[3f46124814f1185b]::query_transformation::tests::arb_query::{closure#1}>, rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#0}>, rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#1}, alloc[dad09f3a48280dba]::vec::into_iter::IntoIter<core[d17f6591d688f3bd]::result::Result<(), proptest[b103e6066b256e9b]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:613:31
[INFO] [stdout]   34:     0x5598b4a26a10 - <proptest[b103e6066b256e9b]::test_runner::runner::TestRunner>::run_in_process::<proptest[b103e6066b256e9b]::strategy::map::Map<proptest[b103e6066b256e9b]::strategy::recursive::Recursive<rustbook[3f46124814f1185b]::query_transformation::QueryBoxed, rustbook[3f46124814f1185b]::query_transformation::tests::arb_query::{closure#1}>, rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#0}>, rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#1}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:570:14
[INFO] [stdout]   35:     0x5598b4a2914f - <proptest[b103e6066b256e9b]::test_runner::runner::TestRunner>::run::<proptest[b103e6066b256e9b]::strategy::map::Map<proptest[b103e6066b256e9b]::strategy::recursive::Recursive<rustbook[3f46124814f1185b]::query_transformation::QueryBoxed, rustbook[3f46124814f1185b]::query_transformation::tests::arb_query::{closure#1}>, rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#0}>, rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#1}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:413:18
[INFO] [stdout]   36:     0x5598b4a32ffe - rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/sugar.rs:163:17
[INFO] [stdout]   37:     0x5598b4a312d7 - rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/sugar.rs:159:28
[INFO] [stdout]   38:     0x5598b4a24036 - <rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#0} as core[d17f6591d688f3bd]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   39:     0x5598b4a3cd9b - <fn() -> core[d17f6591d688f3bd]::result::Result<(), alloc[dad09f3a48280dba]::string::String> as core[d17f6591d688f3bd]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   40:     0x5598b4a3cd9b - test[9653f4f1d2ca1489]::__rust_begin_short_backtrace::<core[d17f6591d688f3bd]::result::Result<(), alloc[dad09f3a48280dba]::string::String>, fn() -> core[d17f6591d688f3bd]::result::Result<(), alloc[dad09f3a48280dba]::string::String>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/test/src/lib.rs:724:18
[INFO] [stdout]   41:     0x5598b4a4a58b - test[9653f4f1d2ca1489]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/test/src/lib.rs:747:74
[INFO] [stdout]   42:     0x5598b4a4a58b - <core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<test[9653f4f1d2ca1489]::run_test_in_process::{closure#0}> as core[d17f6591d688f3bd]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   43:     0x5598b4a4a58b - std[fce30c26ee6459b]::panicking::catch_unwind::do_call::<core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<test[9653f4f1d2ca1489]::run_test_in_process::{closure#0}>, core[d17f6591d688f3bd]::result::Result<(), alloc[dad09f3a48280dba]::string::String>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:581:40
[INFO] [stdout]   44:     0x5598b4a4a58b - std[fce30c26ee6459b]::panicking::catch_unwind::<core[d17f6591d688f3bd]::result::Result<(), alloc[dad09f3a48280dba]::string::String>, core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<test[9653f4f1d2ca1489]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:544:19
[INFO] [stdout]   45:     0x5598b4a4a58b - std[fce30c26ee6459b]::panic::catch_unwind::<core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<test[9653f4f1d2ca1489]::run_test_in_process::{closure#0}>, core[d17f6591d688f3bd]::result::Result<(), alloc[dad09f3a48280dba]::string::String>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panic.rs:359:14
[INFO] [stdout]   46:     0x5598b4a4a58b - test[9653f4f1d2ca1489]::run_test_in_process
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/test/src/lib.rs:747:27
[INFO] [stdout]   47:     0x5598b4a4a58b - test[9653f4f1d2ca1489]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/test/src/lib.rs:668:43
[INFO] [stdout]   48:     0x5598b4a43ca4 - test[9653f4f1d2ca1489]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/test/src/lib.rs:698:41
[INFO] [stdout]   49:     0x5598b4a43ca4 - std[fce30c26ee6459b]::sys::backtrace::__rust_begin_short_backtrace::<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   50:     0x5598b4a4d192 - std[fce30c26ee6459b]::thread::lifecycle::spawn_unchecked::<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/thread/lifecycle.rs:70:13
[INFO] [stdout]   51:     0x5598b4a4d192 - <core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<std[fce30c26ee6459b]::thread::lifecycle::spawn_unchecked<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[d17f6591d688f3bd]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   52:     0x5598b4a4d192 - std[fce30c26ee6459b]::panicking::catch_unwind::do_call::<core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<std[fce30c26ee6459b]::thread::lifecycle::spawn_unchecked<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:581:40
[INFO] [stdout]   53:     0x5598b4a4d192 - std[fce30c26ee6459b]::panicking::catch_unwind::<(), core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<std[fce30c26ee6459b]::thread::lifecycle::spawn_unchecked<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:544:19
[INFO] [stdout]   54:     0x5598b4a4d192 - std[fce30c26ee6459b]::panic::catch_unwind::<core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<std[fce30c26ee6459b]::thread::lifecycle::spawn_unchecked<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panic.rs:359:14
[INFO] [stdout]   55:     0x5598b4a4d192 - std[fce30c26ee6459b]::thread::lifecycle::spawn_unchecked::<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/thread/lifecycle.rs:68:26
[INFO] [stdout]   56:     0x5598b4a4d192 - <std[fce30c26ee6459b]::thread::lifecycle::spawn_unchecked<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>::{closure#1} as core[d17f6591d688f3bd]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   57:     0x5598b4bbf51f - <alloc[dad09f3a48280dba]::boxed::Box<dyn core[d17f6591d688f3bd]::ops::function::FnOnce<(), Output = ()> + core[d17f6591d688f3bd]::marker::Send> as core[d17f6591d688f3bd]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/alloc/src/boxed.rs:2271:9
[INFO] [stdout]   58:     0x5598b4bbf51f - <std[fce30c26ee6459b]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/sys/thread/unix.rs:118:17
[INFO] [stdout]   59:     0x76e42426eaa4 - <unknown>
[INFO] [stdout]   60:     0x76e4242fba64 - clone
[INFO] [stdout]   61:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] thread 'query_transformation::tests::all_impls_match' (17) panicked at src/query_transformation.rs:224:13:
[INFO] [stdout] assertion `left == right` failed
[INFO] [stdout]   left: Ok("(oe=hmjldfuhrigtymylwjvvzbiocqzt) OR ((a=mt) OR (oe=hmjldfuhrigtymylwjvvzbiocqzt))")
[INFO] [stdout]  right: Ok("(a=a) OR ((a=mt) OR (oe=hmjldfuhrigtymylwjvvzbiocqzt))")
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x5598b4bbfc0a - std[fce30c26ee6459b]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x5598b4bbfc0a - std[fce30c26ee6459b]::backtrace_rs::backtrace::trace_unsynchronized::<std[fce30c26ee6459b]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x5598b4bbfc0a - std[fce30c26ee6459b]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x5598b4bbfc0a - <<std[fce30c26ee6459b]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[d17f6591d688f3bd]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x5598b4bd51ea - <core[d17f6591d688f3bd]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x5598b4bd51ea - core[d17f6591d688f3bd]::fmt::write
[INFO] [stdout]    6:     0x5598b4bc4852 - std[fce30c26ee6459b]::io::default_write_fmt::<alloc[dad09f3a48280dba]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/io/mod.rs:621:11
[INFO] [stdout]    7:     0x5598b4bc4852 - <alloc[dad09f3a48280dba]::vec::Vec<u8> as std[fce30c26ee6459b]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/io/mod.rs:1976:13
[INFO] [stdout]    8:     0x5598b4b9d45f - <std[fce30c26ee6459b]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x5598b4b9d45f - std[fce30c26ee6459b]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x5598b4bb7f09 - std[fce30c26ee6459b]::panicking::default_hook
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x5598b4a49abc - <alloc[dad09f3a48280dba]::boxed::Box<dyn for<'a, 'b> core[d17f6591d688f3bd]::ops::function::Fn<(&'a std[fce30c26ee6459b]::panic::PanicHookInfo<'b>,), Output = ()> + core[d17f6591d688f3bd]::marker::Sync + core[d17f6591d688f3bd]::marker::Send> as core[d17f6591d688f3bd]::ops::function::Fn<(&std[fce30c26ee6459b]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/alloc/src/boxed.rs:2285:9
[INFO] [stdout]   12:     0x5598b4a49abc - test[9653f4f1d2ca1489]::test_main_inner::<test[9653f4f1d2ca1489]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/test/src/lib.rs:155:21
[INFO] [stdout]   13:     0x5598b4bb80c2 - <alloc[dad09f3a48280dba]::boxed::Box<dyn for<'a, 'b> core[d17f6591d688f3bd]::ops::function::Fn<(&'a std[fce30c26ee6459b]::panic::PanicHookInfo<'b>,), Output = ()> + core[d17f6591d688f3bd]::marker::Sync + core[d17f6591d688f3bd]::marker::Send> as core[d17f6591d688f3bd]::ops::function::Fn<(&std[fce30c26ee6459b]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/alloc/src/boxed.rs:2285:9
[INFO] [stdout]   14:     0x5598b4bb80c2 - std[fce30c26ee6459b]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x5598b4b9d518 - std[fce30c26ee6459b]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:698:13
[INFO] [stdout]   16:     0x5598b4b92619 - std[fce30c26ee6459b]::sys::backtrace::__rust_end_short_backtrace::<std[fce30c26ee6459b]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x5598b4b9e22d - __rustc[de152adb51f02556]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x5598b4bd5a2c - core[d17f6591d688f3bd]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x5598b4bd58e3 - core[d17f6591d688f3bd]::panicking::assert_failed_inner
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/panicking.rs:439:17
[INFO] [stdout]   20:     0x5598b4a3828d - core[d17f6591d688f3bd]::panicking::assert_failed::<core[d17f6591d688f3bd]::result::Result<alloc[dad09f3a48280dba]::string::String, rustbook[3f46124814f1185b]::query_transformation::PrintError>, core[d17f6591d688f3bd]::result::Result<alloc[dad09f3a48280dba]::string::String, rustbook[3f46124814f1185b]::query_transformation::PrintError>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/panicking.rs:394:5
[INFO] [stdout]   21:     0x5598b4a31665 - rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#1}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/query_transformation.rs:224:13
[INFO] [stdout]   22:     0x5598b4a33ef7 - <&rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#1} as core[d17f6591d688f3bd]::ops::function::Fn<(proptest[b103e6066b256e9b]::sugar::NamedArguments<&str, rustbook[3f46124814f1185b]::query_transformation::QueryBoxed>,)>>::call
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/ops/function.rs:263:22
[INFO] [stdout]   23:     0x5598b4a2c767 - proptest[b103e6066b256e9b]::test_runner::runner::call_test::<proptest[b103e6066b256e9b]::sugar::NamedArguments<&str, rustbook[3f46124814f1185b]::query_transformation::QueryBoxed>, &rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#1}, alloc[dad09f3a48280dba]::vec::into_iter::IntoIter<core[d17f6591d688f3bd]::result::Result<(), proptest[b103e6066b256e9b]::test_runner::errors::TestCaseError>>>::{closure#3}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:256:49
[INFO] [stdout]   24:     0x5598b4a23808 - <core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<proptest[b103e6066b256e9b]::test_runner::runner::call_test<proptest[b103e6066b256e9b]::sugar::NamedArguments<&str, rustbook[3f46124814f1185b]::query_transformation::QueryBoxed>, &rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#1}, alloc[dad09f3a48280dba]::vec::into_iter::IntoIter<core[d17f6591d688f3bd]::result::Result<(), proptest[b103e6066b256e9b]::test_runner::errors::TestCaseError>>>::{closure#3}> as core[d17f6591d688f3bd]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   25:     0x5598b4a387fd - std[fce30c26ee6459b]::panicking::catch_unwind::do_call::<core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<proptest[b103e6066b256e9b]::test_runner::runner::call_test<proptest[b103e6066b256e9b]::sugar::NamedArguments<&str, rustbook[3f46124814f1185b]::query_transformation::QueryBoxed>, &rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#1}, alloc[dad09f3a48280dba]::vec::into_iter::IntoIter<core[d17f6591d688f3bd]::result::Result<(), proptest[b103e6066b256e9b]::test_runner::errors::TestCaseError>>>::{closure#3}>, core[d17f6591d688f3bd]::result::Result<(), proptest[b103e6066b256e9b]::test_runner::errors::TestCaseError>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:581:40
[INFO] [stdout]   26:     0x5598b4a367db - __rust_try
[INFO] [stdout]   27:     0x5598b4a2fe01 - std[fce30c26ee6459b]::panicking::catch_unwind::<core[d17f6591d688f3bd]::result::Result<(), proptest[b103e6066b256e9b]::test_runner::errors::TestCaseError>, core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<proptest[b103e6066b256e9b]::test_runner::runner::call_test<proptest[b103e6066b256e9b]::sugar::NamedArguments<&str, rustbook[3f46124814f1185b]::query_transformation::QueryBoxed>, &rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#1}, alloc[dad09f3a48280dba]::vec::into_iter::IntoIter<core[d17f6591d688f3bd]::result::Result<(), proptest[b103e6066b256e9b]::test_runner::errors::TestCaseError>>>::{closure#3}>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:544:19
[INFO] [stdout]   28:     0x5598b4a2fe01 - std[fce30c26ee6459b]::panic::catch_unwind::<core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<proptest[b103e6066b256e9b]::test_runner::runner::call_test<proptest[b103e6066b256e9b]::sugar::NamedArguments<&str, rustbook[3f46124814f1185b]::query_transformation::QueryBoxed>, &rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#1}, alloc[dad09f3a48280dba]::vec::into_iter::IntoIter<core[d17f6591d688f3bd]::result::Result<(), proptest[b103e6066b256e9b]::test_runner::errors::TestCaseError>>>::{closure#3}>, core[d17f6591d688f3bd]::result::Result<(), proptest[b103e6066b256e9b]::test_runner::errors::TestCaseError>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panic.rs:359:14
[INFO] [stdout]   29:     0x5598b4a2b3a4 - proptest[b103e6066b256e9b]::test_runner::runner::call_test::<proptest[b103e6066b256e9b]::sugar::NamedArguments<&str, rustbook[3f46124814f1185b]::query_transformation::QueryBoxed>, &rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#1}, alloc[dad09f3a48280dba]::vec::into_iter::IntoIter<core[d17f6591d688f3bd]::result::Result<(), proptest[b103e6066b256e9b]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:256:9
[INFO] [stdout]   30:     0x5598b4a297d7 - <proptest[b103e6066b256e9b]::test_runner::runner::TestRunner>::shrink::<proptest[b103e6066b256e9b]::strategy::map::Map<alloc[dad09f3a48280dba]::boxed::Box<dyn proptest[b103e6066b256e9b]::strategy::traits::ValueTree<Value = rustbook[3f46124814f1185b]::query_transformation::QueryBoxed>>, rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#0}>, &rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#1}, alloc[dad09f3a48280dba]::vec::into_iter::IntoIter<core[d17f6591d688f3bd]::result::Result<(), proptest[b103e6066b256e9b]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:845:30
[INFO] [stdout]   31:     0x5598b4a2743e - <proptest[b103e6066b256e9b]::test_runner::runner::TestRunner>::run_one_with_replay::<proptest[b103e6066b256e9b]::strategy::map::Map<alloc[dad09f3a48280dba]::boxed::Box<dyn proptest[b103e6066b256e9b]::strategy::traits::ValueTree<Value = rustbook[3f46124814f1185b]::query_transformation::QueryBoxed>>, rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#0}>, &rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#1}, alloc[dad09f3a48280dba]::vec::into_iter::IntoIter<core[d17f6591d688f3bd]::result::Result<(), proptest[b103e6066b256e9b]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:736:22
[INFO] [stdout]   32:     0x5598b4a26c9a - <proptest[b103e6066b256e9b]::test_runner::runner::TestRunner>::gen_and_run_case::<proptest[b103e6066b256e9b]::strategy::map::Map<proptest[b103e6066b256e9b]::strategy::recursive::Recursive<rustbook[3f46124814f1185b]::query_transformation::QueryBoxed, rustbook[3f46124814f1185b]::query_transformation::tests::arb_query::{closure#1}>, rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#0}>, rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#1}, alloc[dad09f3a48280dba]::vec::into_iter::IntoIter<core[d17f6591d688f3bd]::result::Result<(), proptest[b103e6066b256e9b]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:664:28
[INFO] [stdout]   33:     0x5598b4a28165 - <proptest[b103e6066b256e9b]::test_runner::runner::TestRunner>::run_in_process_with_replay::<proptest[b103e6066b256e9b]::strategy::map::Map<proptest[b103e6066b256e9b]::strategy::recursive::Recursive<rustbook[3f46124814f1185b]::query_transformation::QueryBoxed, rustbook[3f46124814f1185b]::query_transformation::tests::arb_query::{closure#1}>, rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#0}>, rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#1}, alloc[dad09f3a48280dba]::vec::into_iter::IntoIter<core[d17f6591d688f3bd]::result::Result<(), proptest[b103e6066b256e9b]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:613:31
[INFO] [stdout]   34:     0x5598b4a26a10 - <proptest[b103e6066b256e9b]::test_runner::runner::TestRunner>::run_in_process::<proptest[b103e6066b256e9b]::strategy::map::Map<proptest[b103e6066b256e9b]::strategy::recursive::Recursive<rustbook[3f46124814f1185b]::query_transformation::QueryBoxed, rustbook[3f46124814f1185b]::query_transformation::tests::arb_query::{closure#1}>, rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#0}>, rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#1}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:570:14
[INFO] [stdout]   35:     0x5598b4a2914f - <proptest[b103e6066b256e9b]::test_runner::runner::TestRunner>::run::<proptest[b103e6066b256e9b]::strategy::map::Map<proptest[b103e6066b256e9b]::strategy::recursive::Recursive<rustbook[3f46124814f1185b]::query_transformation::QueryBoxed, rustbook[3f46124814f1185b]::query_transformation::tests::arb_query::{closure#1}>, rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#0}>, rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#1}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:413:18
[INFO] [stdout]   36:     0x5598b4a32ffe - rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/sugar.rs:163:17
[INFO] [stdout]   37:     0x5598b4a312d7 - rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/sugar.rs:159:28
[INFO] [stdout]   38:     0x5598b4a24036 - <rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#0} as core[d17f6591d688f3bd]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   39:     0x5598b4a3cd9b - <fn() -> core[d17f6591d688f3bd]::result::Result<(), alloc[dad09f3a48280dba]::string::String> as core[d17f6591d688f3bd]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   40:     0x5598b4a3cd9b - test[9653f4f1d2ca1489]::__rust_begin_short_backtrace::<core[d17f6591d688f3bd]::result::Result<(), alloc[dad09f3a48280dba]::string::String>, fn() -> core[d17f6591d688f3bd]::result::Result<(), alloc[dad09f3a48280dba]::string::String>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/test/src/lib.rs:724:18
[INFO] [stdout]   41:     0x5598b4a4a58b - test[9653f4f1d2ca1489]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/test/src/lib.rs:747:74
[INFO] [stdout]   42:     0x5598b4a4a58b - <core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<test[9653f4f1d2ca1489]::run_test_in_process::{closure#0}> as core[d17f6591d688f3bd]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   43:     0x5598b4a4a58b - std[fce30c26ee6459b]::panicking::catch_unwind::do_call::<core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<test[9653f4f1d2ca1489]::run_test_in_process::{closure#0}>, core[d17f6591d688f3bd]::result::Result<(), alloc[dad09f3a48280dba]::string::String>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:581:40
[INFO] [stdout]   44:     0x5598b4a4a58b - std[fce30c26ee6459b]::panicking::catch_unwind::<core[d17f6591d688f3bd]::result::Result<(), alloc[dad09f3a48280dba]::string::String>, core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<test[9653f4f1d2ca1489]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:544:19
[INFO] [stdout]   45:     0x5598b4a4a58b - std[fce30c26ee6459b]::panic::catch_unwind::<core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<test[9653f4f1d2ca1489]::run_test_in_process::{closure#0}>, core[d17f6591d688f3bd]::result::Result<(), alloc[dad09f3a48280dba]::string::String>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panic.rs:359:14
[INFO] [stdout]   46:     0x5598b4a4a58b - test[9653f4f1d2ca1489]::run_test_in_process
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/test/src/lib.rs:747:27
[INFO] [stdout]   47:     0x5598b4a4a58b - test[9653f4f1d2ca1489]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/test/src/lib.rs:668:43
[INFO] [stdout]   48:     0x5598b4a43ca4 - test[9653f4f1d2ca1489]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/test/src/lib.rs:698:41
[INFO] [stdout]   49:     0x5598b4a43ca4 - std[fce30c26ee6459b]::sys::backtrace::__rust_begin_short_backtrace::<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   50:     0x5598b4a4d192 - std[fce30c26ee6459b]::thread::lifecycle::spawn_unchecked::<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/thread/lifecycle.rs:70:13
[INFO] [stdout]   51:     0x5598b4a4d192 - <core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<std[fce30c26ee6459b]::thread::lifecycle::spawn_unchecked<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[d17f6591d688f3bd]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   52:     0x5598b4a4d192 - std[fce30c26ee6459b]::panicking::catch_unwind::do_call::<core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<std[fce30c26ee6459b]::thread::lifecycle::spawn_unchecked<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:581:40
[INFO] [stdout]   53:     0x5598b4a4d192 - std[fce30c26ee6459b]::panicking::catch_unwind::<(), core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<std[fce30c26ee6459b]::thread::lifecycle::spawn_unchecked<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:544:19
[INFO] [stdout]   54:     0x5598b4a4d192 - std[fce30c26ee6459b]::panic::catch_unwind::<core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<std[fce30c26ee6459b]::thread::lifecycle::spawn_unchecked<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panic.rs:359:14
[INFO] [stdout]   55:     0x5598b4a4d192 - std[fce30c26ee6459b]::thread::lifecycle::spawn_unchecked::<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/thread/lifecycle.rs:68:26
[INFO] [stdout]   56:     0x5598b4a4d192 - <std[fce30c26ee6459b]::thread::lifecycle::spawn_unchecked<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>::{closure#1} as core[d17f6591d688f3bd]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   57:     0x5598b4bbf51f - <alloc[dad09f3a48280dba]::boxed::Box<dyn core[d17f6591d688f3bd]::ops::function::FnOnce<(), Output = ()> + core[d17f6591d688f3bd]::marker::Send> as core[d17f6591d688f3bd]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/alloc/src/boxed.rs:2271:9
[INFO] [stdout]   58:     0x5598b4bbf51f - <std[fce30c26ee6459b]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/sys/thread/unix.rs:118:17
[INFO] [stdout]   59:     0x76e42426eaa4 - <unknown>
[INFO] [stdout]   60:     0x76e4242fba64 - clone
[INFO] [stdout]   61:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] thread 'query_transformation::tests::all_impls_match' (17) panicked at src/query_transformation.rs:224:13:
[INFO] [stdout] assertion `left == right` failed
[INFO] [stdout]   left: Ok("(oe=hmjldfuhrigtymylwjvvzbiocqzt) OR ((a=t) OR (oe=hmjldfuhrigtymylwjvvzbiocqzt))")
[INFO] [stdout]  right: Ok("(a=a) OR ((a=t) OR (oe=hmjldfuhrigtymylwjvvzbiocqzt))")
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x5598b4bbfc0a - std[fce30c26ee6459b]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x5598b4bbfc0a - std[fce30c26ee6459b]::backtrace_rs::backtrace::trace_unsynchronized::<std[fce30c26ee6459b]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x5598b4bbfc0a - std[fce30c26ee6459b]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x5598b4bbfc0a - <<std[fce30c26ee6459b]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[d17f6591d688f3bd]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x5598b4bd51ea - <core[d17f6591d688f3bd]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x5598b4bd51ea - core[d17f6591d688f3bd]::fmt::write
[INFO] [stdout]    6:     0x5598b4bc4852 - std[fce30c26ee6459b]::io::default_write_fmt::<alloc[dad09f3a48280dba]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/io/mod.rs:621:11
[INFO] [stdout]    7:     0x5598b4bc4852 - <alloc[dad09f3a48280dba]::vec::Vec<u8> as std[fce30c26ee6459b]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/io/mod.rs:1976:13
[INFO] [stdout]    8:     0x5598b4b9d45f - <std[fce30c26ee6459b]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x5598b4b9d45f - std[fce30c26ee6459b]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x5598b4bb7f09 - std[fce30c26ee6459b]::panicking::default_hook
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x5598b4a49abc - <alloc[dad09f3a48280dba]::boxed::Box<dyn for<'a, 'b> core[d17f6591d688f3bd]::ops::function::Fn<(&'a std[fce30c26ee6459b]::panic::PanicHookInfo<'b>,), Output = ()> + core[d17f6591d688f3bd]::marker::Sync + core[d17f6591d688f3bd]::marker::Send> as core[d17f6591d688f3bd]::ops::function::Fn<(&std[fce30c26ee6459b]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/alloc/src/boxed.rs:2285:9
[INFO] [stdout]   12:     0x5598b4a49abc - test[9653f4f1d2ca1489]::test_main_inner::<test[9653f4f1d2ca1489]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/test/src/lib.rs:155:21
[INFO] [stdout]   13:     0x5598b4bb80c2 - <alloc[dad09f3a48280dba]::boxed::Box<dyn for<'a, 'b> core[d17f6591d688f3bd]::ops::function::Fn<(&'a std[fce30c26ee6459b]::panic::PanicHookInfo<'b>,), Output = ()> + core[d17f6591d688f3bd]::marker::Sync + core[d17f6591d688f3bd]::marker::Send> as core[d17f6591d688f3bd]::ops::function::Fn<(&std[fce30c26ee6459b]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/alloc/src/boxed.rs:2285:9
[INFO] [stdout]   14:     0x5598b4bb80c2 - std[fce30c26ee6459b]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x5598b4b9d518 - std[fce30c26ee6459b]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:698:13
[INFO] [stdout]   16:     0x5598b4b92619 - std[fce30c26ee6459b]::sys::backtrace::__rust_end_short_backtrace::<std[fce30c26ee6459b]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x5598b4b9e22d - __rustc[de152adb51f02556]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x5598b4bd5a2c - core[d17f6591d688f3bd]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x5598b4bd58e3 - core[d17f6591d688f3bd]::panicking::assert_failed_inner
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/panicking.rs:439:17
[INFO] [stdout]   20:     0x5598b4a3828d - core[d17f6591d688f3bd]::panicking::assert_failed::<core[d17f6591d688f3bd]::result::Result<alloc[dad09f3a48280dba]::string::String, rustbook[3f46124814f1185b]::query_transformation::PrintError>, core[d17f6591d688f3bd]::result::Result<alloc[dad09f3a48280dba]::string::String, rustbook[3f46124814f1185b]::query_transformation::PrintError>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/panicking.rs:394:5
[INFO] [stdout]   21:     0x5598b4a31665 - rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#1}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/query_transformation.rs:224:13
[INFO] [stdout]   22:     0x5598b4a33ef7 - <&rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#1} as core[d17f6591d688f3bd]::ops::function::Fn<(proptest[b103e6066b256e9b]::sugar::NamedArguments<&str, rustbook[3f46124814f1185b]::query_transformation::QueryBoxed>,)>>::call
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/ops/function.rs:263:22
[INFO] [stdout]   23:     0x5598b4a2c767 - proptest[b103e6066b256e9b]::test_runner::runner::call_test::<proptest[b103e6066b256e9b]::sugar::NamedArguments<&str, rustbook[3f46124814f1185b]::query_transformation::QueryBoxed>, &rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#1}, alloc[dad09f3a48280dba]::vec::into_iter::IntoIter<core[d17f6591d688f3bd]::result::Result<(), proptest[b103e6066b256e9b]::test_runner::errors::TestCaseError>>>::{closure#3}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:256:49
[INFO] [stdout]   24:     0x5598b4a23808 - <core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<proptest[b103e6066b256e9b]::test_runner::runner::call_test<proptest[b103e6066b256e9b]::sugar::NamedArguments<&str, rustbook[3f46124814f1185b]::query_transformation::QueryBoxed>, &rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#1}, alloc[dad09f3a48280dba]::vec::into_iter::IntoIter<core[d17f6591d688f3bd]::result::Result<(), proptest[b103e6066b256e9b]::test_runner::errors::TestCaseError>>>::{closure#3}> as core[d17f6591d688f3bd]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   25:     0x5598b4a387fd - std[fce30c26ee6459b]::panicking::catch_unwind::do_call::<core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<proptest[b103e6066b256e9b]::test_runner::runner::call_test<proptest[b103e6066b256e9b]::sugar::NamedArguments<&str, rustbook[3f46124814f1185b]::query_transformation::QueryBoxed>, &rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#1}, alloc[dad09f3a48280dba]::vec::into_iter::IntoIter<core[d17f6591d688f3bd]::result::Result<(), proptest[b103e6066b256e9b]::test_runner::errors::TestCaseError>>>::{closure#3}>, core[d17f6591d688f3bd]::result::Result<(), proptest[b103e6066b256e9b]::test_runner::errors::TestCaseError>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:581:40
[INFO] [stdout]   26:     0x5598b4a367db - __rust_try
[INFO] [stdout]   27:     0x5598b4a2fe01 - std[fce30c26ee6459b]::panicking::catch_unwind::<core[d17f6591d688f3bd]::result::Result<(), proptest[b103e6066b256e9b]::test_runner::errors::TestCaseError>, core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<proptest[b103e6066b256e9b]::test_runner::runner::call_test<proptest[b103e6066b256e9b]::sugar::NamedArguments<&str, rustbook[3f46124814f1185b]::query_transformation::QueryBoxed>, &rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#1}, alloc[dad09f3a48280dba]::vec::into_iter::IntoIter<core[d17f6591d688f3bd]::result::Result<(), proptest[b103e6066b256e9b]::test_runner::errors::TestCaseError>>>::{closure#3}>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:544:19
[INFO] [stdout]   28:     0x5598b4a2fe01 - std[fce30c26ee6459b]::panic::catch_unwind::<core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<proptest[b103e6066b256e9b]::test_runner::runner::call_test<proptest[b103e6066b256e9b]::sugar::NamedArguments<&str, rustbook[3f46124814f1185b]::query_transformation::QueryBoxed>, &rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#1}, alloc[dad09f3a48280dba]::vec::into_iter::IntoIter<core[d17f6591d688f3bd]::result::Result<(), proptest[b103e6066b256e9b]::test_runner::errors::TestCaseError>>>::{closure#3}>, core[d17f6591d688f3bd]::result::Result<(), proptest[b103e6066b256e9b]::test_runner::errors::TestCaseError>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panic.rs:359:14
[INFO] [stdout]   29:     0x5598b4a2b3a4 - proptest[b103e6066b256e9b]::test_runner::runner::call_test::<proptest[b103e6066b256e9b]::sugar::NamedArguments<&str, rustbook[3f46124814f1185b]::query_transformation::QueryBoxed>, &rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#1}, alloc[dad09f3a48280dba]::vec::into_iter::IntoIter<core[d17f6591d688f3bd]::result::Result<(), proptest[b103e6066b256e9b]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:256:9
[INFO] [stdout]   30:     0x5598b4a297d7 - <proptest[b103e6066b256e9b]::test_runner::runner::TestRunner>::shrink::<proptest[b103e6066b256e9b]::strategy::map::Map<alloc[dad09f3a48280dba]::boxed::Box<dyn proptest[b103e6066b256e9b]::strategy::traits::ValueTree<Value = rustbook[3f46124814f1185b]::query_transformation::QueryBoxed>>, rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#0}>, &rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#1}, alloc[dad09f3a48280dba]::vec::into_iter::IntoIter<core[d17f6591d688f3bd]::result::Result<(), proptest[b103e6066b256e9b]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:845:30
[INFO] [stdout]   31:     0x5598b4a2743e - <proptest[b103e6066b256e9b]::test_runner::runner::TestRunner>::run_one_with_replay::<proptest[b103e6066b256e9b]::strategy::map::Map<alloc[dad09f3a48280dba]::boxed::Box<dyn proptest[b103e6066b256e9b]::strategy::traits::ValueTree<Value = rustbook[3f46124814f1185b]::query_transformation::QueryBoxed>>, rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#0}>, &rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#1}, alloc[dad09f3a48280dba]::vec::into_iter::IntoIter<core[d17f6591d688f3bd]::result::Result<(), proptest[b103e6066b256e9b]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:736:22
[INFO] [stdout]   32:     0x5598b4a26c9a - <proptest[b103e6066b256e9b]::test_runner::runner::TestRunner>::gen_and_run_case::<proptest[b103e6066b256e9b]::strategy::map::Map<proptest[b103e6066b256e9b]::strategy::recursive::Recursive<rustbook[3f46124814f1185b]::query_transformation::QueryBoxed, rustbook[3f46124814f1185b]::query_transformation::tests::arb_query::{closure#1}>, rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#0}>, rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#1}, alloc[dad09f3a48280dba]::vec::into_iter::IntoIter<core[d17f6591d688f3bd]::result::Result<(), proptest[b103e6066b256e9b]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:664:28
[INFO] [stdout]   33:     0x5598b4a28165 - <proptest[b103e6066b256e9b]::test_runner::runner::TestRunner>::run_in_process_with_replay::<proptest[b103e6066b256e9b]::strategy::map::Map<proptest[b103e6066b256e9b]::strategy::recursive::Recursive<rustbook[3f46124814f1185b]::query_transformation::QueryBoxed, rustbook[3f46124814f1185b]::query_transformation::tests::arb_query::{closure#1}>, rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#0}>, rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#1}, alloc[dad09f3a48280dba]::vec::into_iter::IntoIter<core[d17f6591d688f3bd]::result::Result<(), proptest[b103e6066b256e9b]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:613:31
[INFO] [stdout]   34:     0x5598b4a26a10 - <proptest[b103e6066b256e9b]::test_runner::runner::TestRunner>::run_in_process::<proptest[b103e6066b256e9b]::strategy::map::Map<proptest[b103e6066b256e9b]::strategy::recursive::Recursive<rustbook[3f46124814f1185b]::query_transformation::QueryBoxed, rustbook[3f46124814f1185b]::query_transformation::tests::arb_query::{closure#1}>, rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#0}>, rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#1}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:570:14
[INFO] [stdout]   35:     0x5598b4a2914f - <proptest[b103e6066b256e9b]::test_runner::runner::TestRunner>::run::<proptest[b103e6066b256e9b]::strategy::map::Map<proptest[b103e6066b256e9b]::strategy::recursive::Recursive<rustbook[3f46124814f1185b]::query_transformation::QueryBoxed, rustbook[3f46124814f1185b]::query_transformation::tests::arb_query::{closure#1}>, rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#0}>, rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#1}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:413:18
[INFO] [stdout]   36:     0x5598b4a32ffe - rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/sugar.rs:163:17
[INFO] [stdout]   37:     0x5598b4a312d7 - rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/sugar.rs:159:28
[INFO] [stdout]   38:     0x5598b4a24036 - <rustbook[3f46124814f1185b]::query_transformation::tests::all_impls_match::{closure#0} as core[d17f6591d688f3bd]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   39:     0x5598b4a3cd9b - <fn() -> core[d17f6591d688f3bd]::result::Result<(), alloc[dad09f3a48280dba]::string::String> as core[d17f6591d688f3bd]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   40:     0x5598b4a3cd9b - test[9653f4f1d2ca1489]::__rust_begin_short_backtrace::<core[d17f6591d688f3bd]::result::Result<(), alloc[dad09f3a48280dba]::string::String>, fn() -> core[d17f6591d688f3bd]::result::Result<(), alloc[dad09f3a48280dba]::string::String>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/test/src/lib.rs:724:18
[INFO] [stdout]   41:     0x5598b4a4a58b - test[9653f4f1d2ca1489]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/test/src/lib.rs:747:74
[INFO] [stdout]   42:     0x5598b4a4a58b - <core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<test[9653f4f1d2ca1489]::run_test_in_process::{closure#0}> as core[d17f6591d688f3bd]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   43:     0x5598b4a4a58b - std[fce30c26ee6459b]::panicking::catch_unwind::do_call::<core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<test[9653f4f1d2ca1489]::run_test_in_process::{closure#0}>, core[d17f6591d688f3bd]::result::Result<(), alloc[dad09f3a48280dba]::string::String>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:581:40
[INFO] [stdout]   44:     0x5598b4a4a58b - std[fce30c26ee6459b]::panicking::catch_unwind::<core[d17f6591d688f3bd]::result::Result<(), alloc[dad09f3a48280dba]::string::String>, core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<test[9653f4f1d2ca1489]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:544:19
[INFO] [stdout]   45:     0x5598b4a4a58b - std[fce30c26ee6459b]::panic::catch_unwind::<core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<test[9653f4f1d2ca1489]::run_test_in_process::{closure#0}>, core[d17f6591d688f3bd]::result::Result<(), alloc[dad09f3a48280dba]::string::String>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panic.rs:359:14
[INFO] [stdout]   46:     0x5598b4a4a58b - test[9653f4f1d2ca1489]::run_test_in_process
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/test/src/lib.rs:747:27
[INFO] [stdout]   47:     0x5598b4a4a58b - test[9653f4f1d2ca1489]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/test/src/lib.rs:668:43
[INFO] [stdout]   48:     0x5598b4a43ca4 - test[9653f4f1d2ca1489]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/test/src/lib.rs:698:41
[INFO] [stdout]   49:     0x5598b4a43ca4 - std[fce30c26ee6459b]::sys::backtrace::__rust_begin_short_backtrace::<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   50:     0x5598b4a4d192 - std[fce30c26ee6459b]::thread::lifecycle::spawn_unchecked::<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/thread/lifecycle.rs:70:13
[INFO] [stdout]   51:     0x5598b4a4d192 - <core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<std[fce30c26ee6459b]::thread::lifecycle::spawn_unchecked<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[d17f6591d688f3bd]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   52:     0x5598b4a4d192 - std[fce30c26ee6459b]::panicking::catch_unwind::do_call::<core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<std[fce30c26ee6459b]::thread::lifecycle::spawn_unchecked<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:581:40
[INFO] [stdout]   53:     0x5598b4a4d192 - std[fce30c26ee6459b]::panicking::catch_unwind::<(), core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<std[fce30c26ee6459b]::thread::lifecycle::spawn_unchecked<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:544:19
[INFO] [stdout]   54:     0x5598b4a4d192 - std[fce30c26ee6459b]::panic::catch_unwind::<core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<std[fce30c26ee6459b]::thread::lifecycle::spawn_unchecked<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panic.rs:359:14
[INFO] [stdout]   55:     0x5598b4a4d192 - std[fce30c26ee6459b]::thread::lifecycle::spawn_unchecked::<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/thread/lifecycle.rs:68:26
[INFO] [stdout]   56:     0x5598b4a4d192 - <std[fce30c26ee6459b]::thread::lifecycle::spawn_unchecked<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>::{closure#1} as core[d17f6591d688f3bd]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   57:     0x5598b4bbf51f - <alloc[dad09f3a48280dba]::boxed::Box<dyn core[d17f6591d688f3bd]::ops::function::FnOnce<(), Output = ()> + core[d17f6591d688f3bd]::marker::Send> as core[d17f6591d688f3bd]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/alloc/src/boxed.rs:2271:9
[INFO] [stdout]   58:     0x5598b4bbf51f - <std[fce30c26ee6459b]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/sys/thread/unix.rs:118:17
[INFO] [stdout]   59:     0x76e42426eaa4 - <unknown>
[INFO] [stdout]   60:     0x76e4242fba64 - clone
[INFO] [stdout]   61:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] thread 'query_transformation::tests::all_impls_match' (17) panicked at src/query_transformation.rs:224:13:
[INFO] [stdout] assertion `left == right` failed
[INFO] [stdout]   left: Ok("(oe=hmjldfuhrigtymylwjvvzbiocqzt) OR ((a=j) OR (oe=hmjldfuhrigtymylwjvvzbiocqzt))")
[INFO] [stdout]  right: Ok("(a=a) OR ((a=j) OR (oe=hmjldfuhrigtymylwjvvzbiocqzt))")
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x5598b4bbfc0a - std[fce30c26ee6459b]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x5598b4bbfc0a - std[fce30c26ee6459b]::backtrace_rs::backtrace::trace_unsynchronized::<std[fce30c26ee6459b]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x5598b4bbfc0a - std[fce30c26ee6459b]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x5598b4bbfc0a - <<std[fce30c26ee6459b]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[d17f6591d688f3bd]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x5598b4bd51ea - <core[d17f6591d688f3bd]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x5598b4bd51ea - core[d17f6591d688f3bd]::fmt::write
[INFO] [stdout]    6:     0x5598b4bc4852 - std[fce30c26ee6459b]::io::default_write_fmt::<alloc[dad09f3a48280dba]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/io/mod.rs:621:11
[INFO] [stdout]    7:     0x5598b4bc4852 - <alloc[dad09f3a48280dba]::vec::Vec<u8> as std[fce30c26ee6459b]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/io/mod.rs:1976:13
[INFO] [stdout]    8:     0x5598b4b9d45f - <std[fce30c26ee6459b]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/sys/backtrace.rs:47:9
[WARN] too many lines in the log, truncating it
